|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.ibm.dse.base.DSEEventObject
com.ibm.dse.gui.DSECoordinationEvent
The DSECoordinationEvent class represents an event that is sent by: Data exchangers when some data changes. SpButton when in clicked. CoordinatedPanel for Navgtion and Action events. It supports the CoordinatedEventListener interface.
Field Summary | |
---|---|
static int |
CHAIN_ACTIVE_CONTEXT
For Execute_Operation Events chain Operation Context with Panel Conetxt. |
static int |
CHAIN_PARENT_CONTEXT
For Execute_Operation Events chain Operation Context with parent Panel Conetxt. |
static int |
CHAIN_ROOT_CONTEXT
For Execute_Operation Events chain Operation Context with root Conetxt. |
static int |
CONTEXT_UNCHAINED
For Execute_Operation Events do not chain the Operation Context. |
static java.lang.String |
CTXUSED_ACTIVE
For Open_View and Next_View events it will chain the view context Active View context. |
static java.lang.String |
CTXUSED_PARENT
For Open_View and Next_View events it will chain the view context Active PArent View context. |
static java.lang.String |
CTXUSED_PROCESS
For Open_View and Next_View events it will chain the view context to Current Processor context. |
static java.lang.String |
EVENT_EVENTYPE_ACTION
"Action" EventType will be for the flow processor. |
static java.lang.String |
EVENT_EVENTYPE_COORDINATION
"Coordination" EventType will be for the panels. |
static java.lang.String |
EVENT_EVENTYPE_NAVIGATION
"Navigation" EventType will be for the Navigation Controller. |
static java.lang.String |
EVENT_SOURCETYPE_CANCEL
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then it will cancel the navigation. |
static java.lang.String |
EVENT_SOURCETYPE_CLEAR
Clear value for a type property. |
static java.lang.String |
EVENT_SOURCETYPE_CLOSE
Close value for a type property. |
static java.lang.String |
EVENT_SOURCETYPE_CLOSE_NAVIGATION
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then it will close the view and will apply the close map format (if it is necessary). |
static java.lang.String |
EVENT_SOURCETYPE_DEFAULT
Default value for a type property. |
static java.lang.String |
EVENT_SOURCETYPE_EMU
EMUCurrency value for a type property. |
static java.lang.String |
EVENT_SOURCETYPE_EURO
Euro value for a type property. |
static java.lang.String |
EVENT_SOURCETYPE_EXEC
The Coordinated Panel The coordinated panel will execute a specific operation, and when this operation finishes, the DSECoordinatedPanel fires an "Operation Replied" event. |
static java.lang.String |
EVENT_SOURCETYPE_HELP
Help value for a type property. |
static java.lang.String |
EVENT_SOURCETYPE_NEXT
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then it will change the curent view to the next view. |
static java.lang.String |
EVENT_SOURCETYPE_NONE
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then it will send this event to the Flow Procesor. |
static java.lang.String |
EVENT_SOURCETYPE_OK
OK value for a type property. |
static java.lang.String |
EVENT_SOURCETYPE_OP_REPLIED
Operation has been executed. |
static java.lang.String |
EVENT_SOURCETYPE_OPEN_TASK
Event used for opening a task using a button |
static java.lang.String |
EVENT_SOURCETYPE_OPEN_VIEW
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then it will will open a new view, and this new view will be the current view. |
static java.lang.String |
EVENT_SOURCETYPE_PREVIOUS
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then it will change the curent view to the previous view. |
static java.lang.String |
EVENT_SOURCETYPE_REPEAT
Repeat value for a type property. |
static java.lang.String |
EVENT_SOURCETYPE_UNDO
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then it will change its state for to the committed state. |
static java.lang.String |
EVENT_SOURCETYPE_VIEW_CLOSED
DSECoordinated panel has been closed. |
static java.lang.String |
EVENT_SOURCETYPE_VIEW_NOT_VISIBLE
DSECoordinatedPanel is not visible. |
static java.lang.String |
EVENT_SOURCETYPE_VIEW_OPENED
New view has been opened. |
static java.lang.String |
EVENT_SOURCETYPE_VIEW_VISIBLE
DSECoordinatedPanel is visible. |
static int |
NAVIGATION_CHILDREN
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then the navigation will be "children" (see desktop). |
static int |
NAVIGATION_NONE
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then the navigation will be "none" (see desktop). |
static int |
NAVIGATION_PEER
If the Navigation Controller is a listener of the firing DSECoordinatedPanel, then the navigation will be "peer" (see desktop). |
Fields inherited from class com.ibm.dse.base.DSEEventObject |
---|
name, originTID, parameters, sourceName |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DSECoordinationEvent(java.lang.Object anObject)
This constructor creates a DSECoordinationEvent object. |
Method Summary | |
---|---|
DSECoordinationEvent |
copy(java.lang.Object source,
java.lang.String name)
|
int |
getChainContext()
Gets the chainContext property (java.lang.String) value. |
java.lang.String |
getCloseMapFormat()
Gets the CloseMapFormat name property (java.lang.String) value. |
java.lang.String |
getEventName()
Gets the eventName property (java.lang.String) value. |
java.lang.String |
getEventSourceType()
Gets the eventSourceType property (java.lang.String) value. |
java.lang.String |
getEventType()
Gets the eventType property (java.lang.String) value. |
java.lang.String |
getInputMapFormat()
Gets the InputMapFormat name property (java.lang.String) value. |
java.lang.String |
getLinkContextTo()
Gets the linkContextTo property (java.lang.String) value. |
int |
getNavigation()
Gets the navigation property (int) value. |
java.lang.String |
getOpenMapFormat()
Gets the OpenMapFormat name property (java.lang.String) value. |
Operation |
getOperation()
Gets the operation property (Operation) value. |
java.lang.String |
getOperationName()
Gets the operationName property (java.lang.String) value. |
java.lang.String |
getOutputMapFormat()
Gets the OutputMapFormat name property (java.lang.String) value. |
java.util.Hashtable |
getPosition()
Gets the position property (java.util.Hashtable) value. |
java.lang.String |
getViewName()
Gets the viewName property (java.lang.String) value. |
java.lang.String |
getViewSource()
Gets the viewSource property (java.lang.String) value. |
void |
iniHashTable()
initialice parameters property |
boolean |
isRefresh()
Gets the refresh property (boolean) value. |
void |
setChainContext(int newChainContext)
Sets the chainContext name property (int) value. |
void |
setCloseMapFormat(java.lang.String newCloseMapFormat)
Sets the CloseMapFormat name property (java.lang.String) value. |
void |
setEventName(java.lang.String newEventName)
Sets the eventName property (java.lang.String) value. |
void |
setEventSourceType(java.lang.String newEventSourceType)
Sets the eventSouceType property (java.lang.String) value. |
void |
setEventType(java.lang.String newEventType)
Sets the eventType property (java.lang.String) value. |
void |
setInputMapFormat(java.lang.String newInputMapFormat)
Sets the InputMapFormat name property (java.lang.String) value. |
void |
setLinkContextTo(java.lang.String newChaining)
Sets the linkContextTo property (java.lang.String) value. |
void |
setNavigation(int newNavigation)
Sets the navigation property (int) value. |
void |
setOpenMapFormat(java.lang.String newOpenMapFormat)
Sets the OpenMapFormat name property (java.lang.String) value. |
void |
setOperation(Operation op)
Sets the operation property (Operation) value. |
void |
setOperationName(java.lang.String newOperationName)
Sets the operationName property (java.lang.String) value. |
void |
setOutputMapFormat(java.lang.String newOutputMapFormat)
Sets the OutputMapFormat name property (java.lang.String) value. |
void |
setPosition(java.util.Hashtable position)
Sets the position property (java.util.Hashtable) value which keeps the position and size of the view. |
void |
setRefresh(boolean newRefresh)
Sets the refresh property (boolean) value. |
void |
setViewName(java.lang.String newViewName)
Sets the viewName property (java.lang.String) value. |
void |
setViewSource(java.lang.String newViewSource)
Sets the viewSource property (java.lang.String) value. |
Methods inherited from class com.ibm.dse.base.DSEEventObject |
---|
getName, getParameters, getSourceName, getTID, setName, setOriginTID, setParameters, setSourceName, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NAVIGATION_PEER
public static final int NAVIGATION_CHILDREN
public static final int NAVIGATION_NONE
public static final int CHAIN_ACTIVE_CONTEXT
public static final int CHAIN_PARENT_CONTEXT
public static final int CHAIN_ROOT_CONTEXT
public static final int CONTEXT_UNCHAINED
public static final java.lang.String CTXUSED_PROCESS
public static final java.lang.String CTXUSED_ACTIVE
public static final java.lang.String CTXUSED_PARENT
public static final java.lang.String EVENT_SOURCETYPE_PREVIOUS
public static final java.lang.String EVENT_SOURCETYPE_NEXT
public static final java.lang.String EVENT_SOURCETYPE_UNDO
public static final java.lang.String EVENT_SOURCETYPE_CANCEL
public static final java.lang.String EVENT_SOURCETYPE_OP_REPLIED
public static final java.lang.String EVENT_SOURCETYPE_VIEW_OPENED
public static final java.lang.String EVENT_SOURCETYPE_VIEW_VISIBLE
public static final java.lang.String EVENT_SOURCETYPE_VIEW_NOT_VISIBLE
public static final java.lang.String EVENT_SOURCETYPE_OPEN_VIEW
public static final java.lang.String EVENT_SOURCETYPE_VIEW_CLOSED
public static final java.lang.String EVENT_SOURCETYPE_OK
public static final java.lang.String EVENT_SOURCETYPE_CLOSE
public static final java.lang.String EVENT_SOURCETYPE_REPEAT
public static final java.lang.String EVENT_SOURCETYPE_CLEAR
public static final java.lang.String EVENT_SOURCETYPE_EMU
public static final java.lang.String EVENT_SOURCETYPE_EURO
public static final java.lang.String EVENT_SOURCETYPE_HELP
public static final java.lang.String EVENT_SOURCETYPE_DEFAULT
public static final java.lang.String EVENT_SOURCETYPE_NONE
public static final java.lang.String EVENT_SOURCETYPE_EXEC
public static final java.lang.String EVENT_SOURCETYPE_CLOSE_NAVIGATION
public static final java.lang.String EVENT_EVENTYPE_COORDINATION
public static final java.lang.String EVENT_EVENTYPE_NAVIGATION
public static final java.lang.String EVENT_EVENTYPE_ACTION
public static final java.lang.String EVENT_SOURCETYPE_OPEN_TASK
Constructor Detail |
public DSECoordinationEvent(java.lang.Object anObject)
Method Detail |
public DSECoordinationEvent copy(java.lang.Object source, java.lang.String name)
public int getChainContext()
public java.lang.String getCloseMapFormat()
public java.lang.String getEventName()
public java.lang.String getEventSourceType()
public java.lang.String getEventType()
public java.lang.String getInputMapFormat()
public java.lang.String getLinkContextTo()
public int getNavigation()
public java.lang.String getOpenMapFormat()
public Operation getOperation()
public java.lang.String getOperationName()
public java.lang.String getOutputMapFormat()
public java.util.Hashtable getPosition()
public java.lang.String getViewName()
public java.lang.String getViewSource()
public void iniHashTable()
public boolean isRefresh()
public void setChainContext(int newChainContext)
newChainContext
- int, the new value for the property.public void setCloseMapFormat(java.lang.String newCloseMapFormat)
newCloseMapFormat
- String, the new value for the property.public void setEventName(java.lang.String newEventName)
public void setEventSourceType(java.lang.String newEventSourceType)
public void setEventType(java.lang.String newEventType)
public void setInputMapFormat(java.lang.String newInputMapFormat)
newInputMapFormat
- String, the new value for the property.public void setLinkContextTo(java.lang.String newChaining)
public void setNavigation(int newNavigation)
public void setOpenMapFormat(java.lang.String newOpenMapFormat)
newOpenMapFormat
- String, the new value for the property.public void setOperation(Operation op)
op
- Operation, the new value for the propertypublic void setOperationName(java.lang.String newOperationName)
public void setOutputMapFormat(java.lang.String newOutputMapFormat)
newOutputMapFormat
- String, the new value for the property.public void setPosition(java.util.Hashtable position)
position
- java.util.Hashtable, the position and size of the viewpublic void setRefresh(boolean newRefresh)
public void setViewName(java.lang.String newViewName)
public void setViewSource(java.lang.String newViewSource)
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |