|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.gui.NavigationParameters
The NavigationParameters class is used by the DSECoordinationEvent to encapsulate its parameters.
Constructor Summary | |
NavigationParameters()
This constructor creates a NavigationParameters object. |
|
NavigationParameters(java.lang.String newContextUsed,
int newNavigation,
java.lang.String newOperationName,
int newChainContext,
java.lang.String newViewName,
java.lang.String newViewSource,
boolean newAssignContext,
java.lang.String newOutputMapFormat,
java.lang.String newInputMapFormat)
This constructor creates a NavigationParameters object. |
|
NavigationParameters(java.lang.String newContextUsed,
int newNavigation,
java.lang.String newOperationName,
int newChainContext,
java.lang.String newViewName,
java.lang.String newViewSource,
java.lang.String newOutputMapFormat,
java.lang.String newInputMapFormat)
This constructor creates a NavigationParameters object. |
|
NavigationParameters(java.lang.String newLinkContextTo,
int newNavigation,
java.lang.String newOperationName,
int newChainContext,
java.lang.String newViewName,
java.lang.String newViewSource,
java.lang.String newOutputMapFormat,
java.lang.String newInputMapFormat,
java.lang.String newCloseMapFormat,
java.lang.String newOpenMapFormat)
This constructor creates a NavigationParameters object. |
Method Summary | |
DSECoordinationEvent |
generateCoordinationEvent(java.lang.String sourceType,
java.lang.Object sourceEvent)
Generates a DSECoordinationEvent with its values. |
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 |
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. |
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.lang.String |
getViewName()
Gets the viewName property (java.lang.String) value. |
java.lang.String |
getViewSource()
Gets the viewSource property (java.lang.String) value. |
void |
setChainContext(int newChainContext)
Sets the chainContext name property (java.lang.String) value. |
void |
setCloseMapFormat(java.lang.String newCloseMapFormat)
Sets the CloseMapFormat name 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 newContextUsed)
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 |
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 |
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 java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NavigationParameters()
public NavigationParameters(java.lang.String newContextUsed, int newNavigation, java.lang.String newOperationName, int newChainContext, java.lang.String newViewName, java.lang.String newViewSource, java.lang.String newOutputMapFormat, java.lang.String newInputMapFormat)
java.lang.String
- newContextUsed, ContextUsed propertyint
- newNavigation, Navigation propertyjava.lang.String
- newOperationName, OperationName propertyint
- newChainContext, ChainContext propertyjava.lang.String
- newViewName, viewName propertyjava.lang.String
- newViewSource, viewSource propertyjava.lang.String
- newOutputMapFormat, OutputMapFormat propertyjava.lang.String
- newInputMapFormat, InputMapFormat propertypublic NavigationParameters(java.lang.String newLinkContextTo, int newNavigation, java.lang.String newOperationName, int newChainContext, java.lang.String newViewName, java.lang.String newViewSource, java.lang.String newOutputMapFormat, java.lang.String newInputMapFormat, java.lang.String newCloseMapFormat, java.lang.String newOpenMapFormat)
java.lang.String
- newLinkContextTo, LinkContextTo propertyint
- newNavigation, Navigation propertyjava.lang.String
- newOperationName, OperationName propertyint
- newChainContext, ChainContext propertyjava.lang.String
- newViewName, viewName propertyjava.lang.String
- newViewSource, viewSource propertyjava.lang.String
- newOutputMapFormat, OutputMapFormat propertyjava.lang.String
- newInputMapFormat, InputMapFormat propertyjava.lang.String
- newCloseMapFormat, CloseMapFormat propertyjava.lang.String
- newOpenMapFormat, OpenMapFormat propertypublic NavigationParameters(java.lang.String newContextUsed, int newNavigation, java.lang.String newOperationName, int newChainContext, java.lang.String newViewName, java.lang.String newViewSource, boolean newAssignContext, java.lang.String newOutputMapFormat, java.lang.String newInputMapFormat)
java.lang.String
- newContextUsed, ContextUsed propertyint
- newNavigation, Navigation propertyjava.lang.String
- newOperationName, OperationName propertyint
- newChainContext, ChainContext propertyjava.lang.String
- newViewName, viewName propertyjava.lang.String
- newViewSource, viewSource propertyboolean
- newAssignContext, AssignContext propertyjava.lang.String
- newOutputMapFormat, OutputMapFormat propertyjava.lang.String
- newInputMapFormat, InputMapFormat propertyMethod Detail |
public DSECoordinationEvent generateCoordinationEvent(java.lang.String sourceType, java.lang.Object sourceEvent)
String
- sourceType, Source type event for DSECoordination EventObject
- sourceEvent, the event sourcepublic int getChainContext()
public java.lang.String getCloseMapFormat()
public java.lang.String getInputMapFormat()
public java.lang.String getLinkContextTo()
public int getNavigation()
public java.lang.String getOpenMapFormat()
public java.lang.String getOperationName()
public java.lang.String getOutputMapFormat()
public java.lang.String getViewName()
public java.lang.String getViewSource()
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 setInputMapFormat(java.lang.String newInputMapFormat)
newInputMapFormat
- String, the new value for the property.public void setLinkContextTo(java.lang.String newContextUsed)
newContextUsed
- String, the new value for the property.public void setNavigation(int newNavigation)
int
- Navigation, the new value for the property.public void setOpenMapFormat(java.lang.String newOpenMapFormat)
newOpenMapFormat
- String, the new value for the property.public void setOperationName(java.lang.String newOperationName)
operationName
- String, the new value for the property.public void setOutputMapFormat(java.lang.String newOutputMapFormat)
newOutputMapFormat
- String, the new value for the property.public void setViewName(java.lang.String newViewName)
viewName
- String, the new value for the property.public void setViewSource(java.lang.String newViewSource)
viewSource
- String, the new value for the property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |