|
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.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
com.ibm.btt.rcp.navigator.ui.view.NavigatorView
public class NavigatorView
Navigator view class
Field Summary | |
---|---|
static java.lang.String |
VIEW_ID
Navigator View ID |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
NavigatorView()
Navigator constructor |
Method Summary | |
---|---|
void |
addNavigationItem(java.lang.String id)
Add navigation item to this viewer |
void |
collapseItems()
Collapse all navigation items |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
void |
expandItems()
Expand all navigation items |
java.util.Map<java.lang.String,INavigatable> |
getInput()
Get viewer input to display |
org.eclipse.swt.widgets.Text |
getLaunchField()
Get launch field |
org.eclipse.jface.viewers.TreeViewer |
getTreeViewer()
Get navigation tree viewer |
protected void |
initInput()
Init the navigator view contents model. |
void |
refreshAndExpandAll()
Refresh the tree viewer and expand all tree nodes |
void |
removeNavigationItem(java.lang.String id)
Remove navigation item from this viewer |
void |
resetNavigateItems(java.lang.String[] ids)
Reset navigation items which to display |
void |
setFocus()
|
void |
setInput(java.util.Map<java.lang.String,INavigatable> input)
Set viewer input to display |
Methods inherited from class org.eclipse.ui.part.ViewPart |
---|
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPartPropertyListener, addPropertyListener, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
Methods inherited from class org.eclipse.core.commands.common.EventManager |
---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
public static final java.lang.String VIEW_ID
Constructor Detail |
---|
public NavigatorView()
Method Detail |
---|
protected void initInput()
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
createPartControl
in class org.eclipse.ui.part.WorkbenchPart
public void resetNavigateItems(java.lang.String[] ids)
resetNavigateItems
in interface INavigatorView
ids
- public void setInput(java.util.Map<java.lang.String,INavigatable> input)
input
- public java.util.Map<java.lang.String,INavigatable> getInput()
input
- public void refreshAndExpandAll()
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.part.WorkbenchPart
public void addNavigationItem(java.lang.String id)
INavigatorView
addNavigationItem
in interface INavigatorView
public void collapseItems()
INavigatorView
collapseItems
in interface INavigatorView
public void expandItems()
INavigatorView
expandItems
in interface INavigatorView
public void removeNavigationItem(java.lang.String id)
INavigatorView
removeNavigationItem
in interface INavigatorView
public org.eclipse.jface.viewers.TreeViewer getTreeViewer()
public org.eclipse.swt.widgets.Text getLaunchField()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |