IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.navigator.core
Interface INavigateItem

All Superinterfaces:
INavigatable
All Known Implementing Classes:
NavigateItem

public interface INavigateItem
extends INavigatable

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

getShortcut

java.lang.String getShortcut()
Get the shortcut of this Navigation Item.

Returns:
shortcut of this Navigation Item

getLaunchCode

java.lang.String getLaunchCode()
Get the launch code of this Navigation Item.

Returns:
launch code of this Navigation Item

setShortcut

void setShortcut(java.lang.String shortcut)
Set the shortcut of this Navigation Item.

Parameters:
shortcut - shortcut of this Navigation Item

setLaunchCode

void setLaunchCode(java.lang.String launchCode)
Set launch code of this Navigation Item.

Parameters:
launchCode - launch code of this Navigation Item

getActivityId

java.lang.String getActivityId()
Get activity id which related to this Navigation Item.

Returns:
activity id

setActivityId

void setActivityId(java.lang.String activityId)
Set activity id which related to this Navigation Item.

Parameters:
activityId - activity id

setInitial

void setInitial(boolean init)
Set if this navigation item is shown at startup

Parameters:
init - boolean, init if this navigation item is shown at startup

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009