|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.rcp.navigator.core.impl.Navigatable
public abstract class Navigatable
Navigation item definition class
Field Summary | |
---|---|
protected org.eclipse.jface.resource.ImageDescriptor |
icon
|
protected java.lang.String |
id
|
protected float |
index
|
protected java.lang.String |
name
|
protected INavigateFolder |
parent
|
Constructor Summary | |
---|---|
Navigatable()
|
Method Summary | |
---|---|
org.eclipse.jface.resource.ImageDescriptor |
getIcon()
Get icon of this Navigation Item. |
java.lang.String |
getId()
Get id of this navigation item. |
float |
getIndex()
Get index of this navigation item |
java.lang.String |
getName()
Get the name of this Navigation Item. |
INavigateFolder |
getParent()
Get parent navigate folder. |
void |
initializeFrom(org.eclipse.core.runtime.IConfigurationElement element)
Initialize navigation item from extension points |
void |
setIcon(org.eclipse.jface.resource.ImageDescriptor icon)
Set icon of this Navigation Item. |
void |
setId(java.lang.String id)
Set id for this navigation item. |
void |
setIndex(float index)
Set index of this navigation item |
void |
setName(java.lang.String name)
Set the name of this Navigation Item. |
void |
setParent(INavigateFolder parent)
Set parent navigate folder. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.btt.rcp.navigator.core.INavigatable |
---|
isAvailable, isInitial |
Field Detail |
---|
protected java.lang.String name
protected java.lang.String id
protected float index
protected org.eclipse.jface.resource.ImageDescriptor icon
protected INavigateFolder parent
Constructor Detail |
---|
public Navigatable()
Method Detail |
---|
public org.eclipse.jface.resource.ImageDescriptor getIcon()
INavigatable
getIcon
in interface INavigatable
public void setIcon(org.eclipse.jface.resource.ImageDescriptor icon)
INavigatable
setIcon
in interface INavigatable
icon
- ImageDescriptor for this navigation item iconpublic java.lang.String getName()
INavigatable
getName
in interface INavigatable
public void setName(java.lang.String name)
INavigatable
setName
in interface INavigatable
name
- name of this Navigation Itempublic java.lang.String getId()
INavigatable
getId
in interface INavigatable
public void setId(java.lang.String id)
INavigatable
setId
in interface INavigatable
id
- navigation item idpublic float getIndex()
INavigatable
getIndex
in interface INavigatable
public void setIndex(float index)
INavigatable
setIndex
in interface INavigatable
index
- index of this navigation itempublic INavigateFolder getParent()
INavigatable
getParent
in interface INavigatable
public void setParent(INavigateFolder parent)
INavigatable
setParent
in interface INavigatable
public void initializeFrom(org.eclipse.core.runtime.IConfigurationElement element)
INavigatable
initializeFrom
in interface INavigatable
element
- extension point definition IConfigurationElementpublic java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |