public class PaneDefinition extends AbstractPane
PaneDefinition
in the model and stores
information about the initial view, visibility and the name/id of the pane.
Constructor and Description |
---|
PaneDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
accept(IPaneVisitor visitor)
Accept method of Visitor pattern.
|
int |
getPaneId() |
AbstractViewController |
getStartView() |
boolean |
isShowView()
This method is used by
SetVisibleVisitor to evaluate whether current
pane must be visible or not. |
void |
setPaneId(int paneId) |
void |
setShowView(boolean showView) |
void |
setStartView(AbstractViewController startView) |
getElementIdentifier, getPaneRect, isVisible, setElementIdentifier, setPaneRect, setVisible
public int getPaneId()
public void setPaneId(int paneId)
public AbstractViewController getStartView()
public void setStartView(AbstractViewController startView)
public boolean isShowView()
SetVisibleVisitor
to evaluate whether current
pane must be visible or not. Use setShowView(boolean)
if you want change the visibility of a desired pane.public void setShowView(boolean showView)
public void accept(IPaneVisitor visitor)
AbstractPane
accept
in class AbstractPane