|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.base.DSENotifier | +--com.ibm.dse.automaton.DSEAction | +--com.ibm.dse.automaton.ext.CloseView
This class provides the behaviour for a sample DSEAction to close a view in the Desktop.
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 |
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |