Package org.eclipse.mat.ui.util
Class PaneState
java.lang.Object
org.eclipse.mat.ui.util.PaneState
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionPaneState
(PaneState.PaneType type, PaneState originator, String identifier, boolean reproducable) -
Method Summary
-
Constructor Details
-
PaneState
public PaneState(PaneState.PaneType type, PaneState originator, String identifier, boolean reproducable)
-
-
Method Details
-
getParentPaneState
-
getIdentifier
-
isReproducable
public boolean isReproducable() -
getChildren
-
getImage
-
setImage
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getType
-
hasChildren
public boolean hasChildren() -
hasActiveChildren
public boolean hasActiveChildren()
-