|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INavigateItem
Navigation item definition interface
Method Summary | |
---|---|
java.lang.String |
getActivityId()
Get activity id which related to this Navigation Item. |
java.lang.String |
getLaunchCode()
Get the launch code of this Navigation Item. |
java.lang.String |
getShortcut()
Get the shortcut of this Navigation Item. |
void |
setActivityId(java.lang.String activityId)
Set activity id which related to this Navigation Item. |
void |
setInitial(boolean init)
Set if this navigation item is shown at startup |
void |
setLaunchCode(java.lang.String launchCode)
Set launch code of this Navigation Item. |
void |
setShortcut(java.lang.String shortcut)
Set the shortcut of this Navigation Item. |
Methods inherited from interface com.ibm.btt.rcp.navigator.core.INavigatable |
---|
getIcon, getId, getIndex, getName, getParent, initializeFrom, isAvailable, isInitial, setIcon, setId, setIndex, setName, setParent |
Method Detail |
---|
java.lang.String getShortcut()
java.lang.String getLaunchCode()
void setShortcut(java.lang.String shortcut)
shortcut
- shortcut of this Navigation Itemvoid setLaunchCode(java.lang.String launchCode)
launchCode
- launch code of this Navigation Itemjava.lang.String getActivityId()
void setActivityId(java.lang.String activityId)
activityId
- activity idvoid setInitial(boolean init)
init
- boolean, init if this navigation item is shown at startup
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |