com.pvx.ooadide.views
Class IOListView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
com.pvx.ooadide.views.nomads.LibView
com.pvx.ooadide.views.IOListView
- All Implemented Interfaces:
- PvxView, org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IPersistable, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation
public class IOListView
- extends LibView
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
Method Summary |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
This is a callback that will allow us
to create the viewer and initialize it. |
void |
refresh()
|
void |
setFocus()
Passing the focus request to the viewer's control. |
Methods inherited from class org.eclipse.ui.part.ViewPart |
getViewSite, init, init, saveState, setInitializationData |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
IOLOG_NAME
public static final java.lang.String IOLOG_NAME
- See Also:
- Constant Field Values
DICT_ENTRY
public static final int DICT_ENTRY
- See Also:
- Constant Field Values
DICT_NME
public static final int DICT_NME
- See Also:
- Constant Field Values
DICT_DESCR
public static final int DICT_DESCR
- See Also:
- Constant Field Values
DICT_TYPE
public static final int DICT_TYPE
- See Also:
- Constant Field Values
DICT_FMT_MASK
public static final int DICT_FMT_MASK
- See Also:
- Constant Field Values
DICT_LEN
public static final int DICT_LEN
- See Also:
- Constant Field Values
DICT_ALT_NME
public static final int DICT_ALT_NME
- See Also:
- Constant Field Values
REQ_EXT
public static final int REQ_EXT
- See Also:
- Constant Field Values
numbObjElemnts
public static final int numbObjElemnts
- See Also:
- Constant Field Values
IOListView
public IOListView()
createPartControl
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
- Description copied from class:
LibView
- This is a callback that will allow us
to create the viewer and initialize it.
- Specified by:
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
- Overrides:
createPartControl
in class LibView
setFocus
public void setFocus()
- Description copied from class:
LibView
- Passing the focus request to the viewer's control.
- Specified by:
setFocus
in interface org.eclipse.ui.IWorkbenchPart
- Overrides:
setFocus
in class LibView
refresh
public void refresh()
- Specified by:
refresh
in interface PvxView
- Overrides:
refresh
in class LibView