|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.base.DSENotifier
com.ibm.dse.automaton.DSEAction
com.ibm.dse.automaton.ext.client.CloseView
This class provides the behavior for a sample DSEAction to close a view in the Desktop.
Field Summary |
---|
Fields inherited from class com.ibm.dse.automaton.DSEAction |
---|
context, inputMapFmtTag, operationTag, outputMapFmtTag, sourceEvent, tag |
Fields inherited from class com.ibm.dse.base.DSENotifier |
---|
handlersList, name |
Constructor Summary | |
---|---|
CloseView()
Creates an object of type CloseView. |
|
CloseView(boolean mustRegister)
Creates an object of type CloseView. |
|
CloseView(java.lang.String aName)
Creates an object of type CloseView. |
|
CloseView(java.lang.String aName,
java.lang.String aTID)
Creates an object of type CloseView. |
Method Summary | |
---|---|
void |
execute()
This method obtains the instance of the navigation controller from the processor's context to close the active panel. |
Methods inherited from class com.ibm.dse.automaton.DSEAction |
---|
chainOrAssignContext, chainOrAssignContext, close, close, evaluateGuardCondition, externalizer, getContext, getGuardConditions, getInputMapFmtTag, getOperationTag, getOutputMapFmtTag, getParms, getProcessor, getSourceEvent, initializeFrom, mapTheInput, mapTheOutput, preProcess, readExternal, readExternal, removeExternal, setContext, setGuardConditions, setInputMapFmtTag, setOperationTag, setOutputMapFmtTag, setParms, setProcessor, setSourceEvent, toString, toStrings, toTags, writeExternal, writeExternal |
Methods inherited from class com.ibm.dse.base.DSENotifier |
---|
addHandler, getHandlersList, getName, removeHandler, setName, signalEvent, signalEvent, signalEvent, terminate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.dse.automaton.Action |
---|
getName, setName |
Methods inherited from interface com.ibm.dse.base.Notifier |
---|
addHandler, getHandlersList, removeHandler, signalEvent, signalEvent, terminate |
Methods inherited from interface com.ibm.dse.base.Externalizable |
---|
getName, setName |
Constructor Detail |
public CloseView()
public CloseView(java.lang.String aName)
aName
- java.lang.Stringpublic CloseView(java.lang.String aName, java.lang.String aTID)
aName
- java.lang.StringaTID
- java.lang.Stringpublic CloseView(boolean mustRegister)
mustRegister
- booleanMethod Detail |
public void execute()
execute
in interface Action
execute
in class DSEAction
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |