Class HierarchyLayoutOperation
- java.lang.Object
-
- org.opennms.features.topology.api.AbstractCheckedOperation
-
- org.opennms.features.topology.app.internal.operations.LayoutOperation
-
- org.opennms.features.topology.app.internal.operations.HierarchyLayoutOperation
-
- All Implemented Interfaces:
CheckedOperation
,HistoryOperation
,Operation
public class HierarchyLayoutOperation extends LayoutOperation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.features.topology.app.internal.operations.LayoutOperation
LayoutOperation.LayoutFactory
-
-
Field Summary
-
Fields inherited from interface org.opennms.features.topology.api.Operation
OPERATION_CONTEXT_LOCATION, OPERATION_LABEL, OPERATION_MENU_LOCATION
-
-
Constructor Summary
Constructors Constructor Description HierarchyLayoutOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
enabled(GraphContainer container)
String
getId()
-
Methods inherited from class org.opennms.features.topology.app.internal.operations.LayoutOperation
applyHistory, display, execute, getLayoutAlgorithm, isChecked
-
Methods inherited from class org.opennms.features.topology.api.AbstractCheckedOperation
createHistory, enabled, isChecked
-
-
-
-
Method Detail
-
getId
public String getId()
-
enabled
protected boolean enabled(GraphContainer container)
- Overrides:
enabled
in classAbstractCheckedOperation
-
-