public class PaneState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PaneState.PaneType |
Constructor and Description |
---|
PaneState(PaneState.PaneType type,
PaneState originator,
String identifier,
boolean reproducable) |
Modifier and Type | Method and Description |
---|---|
List<PaneState> |
getChildren() |
String |
getIdentifier() |
Image |
getImage() |
PaneState |
getParentPaneState() |
PaneState.PaneType |
getType() |
boolean |
hasActiveChildren() |
boolean |
hasChildren() |
boolean |
isActive() |
boolean |
isReproducable() |
void |
setActive(boolean active) |
void |
setImage(Image image) |
public PaneState(PaneState.PaneType type, PaneState originator, String identifier, boolean reproducable)
public PaneState getParentPaneState()
public String getIdentifier()
public boolean isReproducable()
public Image getImage()
public void setImage(Image image)
public boolean isActive()
public void setActive(boolean active)
public PaneState.PaneType getType()
public boolean hasChildren()
public boolean hasActiveChildren()