|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jadex.swing.sequence.SequenceActions
This is the central repository to handle all actions in the whole Sequence Display. This class is a singleton.
Method Summary | |
java.util.Map |
getActions()
Expose the actions set |
javax.swing.Action |
getExitAction()
Get the exit action. |
javax.swing.Action |
getHelpAction()
Get the help action. |
static SequenceActions |
getInstance()
The method to get an instance of this class. |
static SequenceActions |
getInstance(boolean inApplet)
Another method to get an instance of this class. |
javax.swing.Action |
getMoveLeftAction()
Get the moveLeft Action. |
javax.swing.Action |
getMoveRightAction()
Get the moveRight action. |
javax.swing.Action |
getResetAction()
Get the Reset Action. |
javax.swing.Action |
getSearchAction()
Get the search Action. |
javax.swing.Action |
getZoomAction()
Get the zoomAction. |
javax.swing.Action |
getZoomInAction()
Get the zoomInAction. |
javax.swing.Action |
getZoomOutAction()
Get the zoomOutAction. |
boolean |
isInApplet()
Query if in applet. |
void |
setBigIcon()
Use big icons |
void |
setExitAction(javax.swing.Action exit)
Set the exit action. |
void |
setHelpAction(javax.swing.Action a)
Set help action |
void |
setMoveLeftAction(javax.swing.Action a)
Set moveLeft action. |
void |
setMoveRightAction(javax.swing.Action a)
Set the moveRight action. |
void |
setResetAction(javax.swing.Action a)
Set Reset Action |
void |
setSearchAction(javax.swing.Action a)
Set the Search Action |
void |
setSequenceDisplay(SequenceDisplay dis)
Set the SequenceDisplay for all Actions. |
void |
setSmallIcon()
Use small icons |
void |
setZoomAction(javax.swing.Action a)
Set zoomAction |
void |
setZoomInAction(javax.swing.Action a)
Set zoomINActin |
void |
setZoomOutAction(javax.swing.Action a)
Set zoomOUtAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SequenceActions getInstance()
public static SequenceActions getInstance(boolean inApplet)
inApplet
- true if the SequenceView is in an applet.public boolean isInApplet()
public void setBigIcon()
public void setSmallIcon()
public java.util.Map getActions()
public void setSequenceDisplay(SequenceDisplay dis)
public void setZoomAction(javax.swing.Action a)
public javax.swing.Action getZoomAction()
public void setZoomInAction(javax.swing.Action a)
public javax.swing.Action getZoomInAction()
public void setZoomOutAction(javax.swing.Action a)
public javax.swing.Action getZoomOutAction()
public void setResetAction(javax.swing.Action a)
public javax.swing.Action getResetAction()
public void setMoveLeftAction(javax.swing.Action a)
public javax.swing.Action getMoveLeftAction()
public void setMoveRightAction(javax.swing.Action a)
public javax.swing.Action getMoveRightAction()
public void setSearchAction(javax.swing.Action a)
public javax.swing.Action getSearchAction()
public void setHelpAction(javax.swing.Action a)
public javax.swing.Action getHelpAction()
public void setExitAction(javax.swing.Action exit)
public javax.swing.Action getExitAction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |