|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.modeler.ViewModeMgr
public final class ViewModeMgr
The view mode manager determines the way a process is being displayed in the Modeler. This includes the display mode of control and data links, parameters etc. This class is a singleton.
| Method Summary | |
|---|---|
static ViewModeMgr |
getInstance()
Gets the singleton instance of this class. |
int |
getTagState()
Gets the tag state. |
int |
getTagState(DrawingEditorPlugin editor)
Gets the tag state, considering the modeler type. |
int |
getTagState(VisualElement ve)
Gets the tag state, considering the modeler type. |
boolean |
isControlAnchorVisible()
Gets the control anchor visibility. |
boolean |
isControlAnchorVisible(VisualElement ve)
Gets the control anchor visibility, considering the modeler type. |
boolean |
isControlLinkVisible()
Gets the control link visibility. |
boolean |
isControlLinkVisible(VisualElement ve)
Gets the control link visibility, considering the modeler type. |
boolean |
isDataLinkVisible()
Gets the data link visibility. |
boolean |
isDataLinkVisible(VisualElement ve)
Gets the data link visibility, considering the modeler type. |
void |
setControlAnchorVisible(boolean controlAnchorVisible)
Sets the control anchor visibility. |
void |
setControlLinkVisible(boolean controlLinkVisible)
Sets the control link visibility. |
void |
setDataLinkVisible(boolean dataLinkVisible)
Sets the data link visibility. |
void |
setTagState(int tagState)
Sets the tag state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ViewModeMgr getInstance()
public boolean isControlAnchorVisible(VisualElement ve)
public boolean isControlAnchorVisible()
public void setControlAnchorVisible(boolean controlAnchorVisible)
public boolean isControlLinkVisible(VisualElement ve)
public boolean isControlLinkVisible()
public void setControlLinkVisible(boolean controlLinkVisible)
public boolean isDataLinkVisible(VisualElement ve)
public boolean isDataLinkVisible()
public void setDataLinkVisible(boolean dataLinkVisible)
public int getTagState(VisualElement ve)
public int getTagState(DrawingEditorPlugin editor)
public int getTagState()
public void setTagState(int tagState)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||