com.pvx.ooadide.views
Class IOListView

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.ui.part.WorkbenchPart
          extended by org.eclipse.ui.part.ViewPart
              extended by com.pvx.ooadide.views.nomads.LibView
                  extended by 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


Nested Class Summary
 class IOListView.IOListLabelProvider
           
 
Nested classes/interfaces inherited from class com.pvx.ooadide.views.nomads.LibView
LibView.ViewContentProvider, LibView.ViewLabelProvider
 
Field Summary
static int DICT_ALT_NME
           
static int DICT_DESCR
           
static int DICT_ENTRY
           
static int DICT_FMT_MASK
           
static int DICT_LEN
           
static int DICT_NME
           
static int DICT_TYPE
           
static java.lang.String ID
           
static java.lang.String IOLOG_NAME
           
static int numbObjElemnts
           
static int REQ_EXT
           
 
Fields inherited from class com.pvx.ooadide.views.nomads.LibView
CHARSET, LIBLOG_NAME, NOMADS_systemDefaults, sep, WINDEFINE_PROGRAM, WINTEST_PROGRAM
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
IOListView()
           
 
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 com.pvx.ooadide.views.nomads.LibView
dispose, openWinDefineView, scanLog
 
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
 

Field Detail

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
Constructor Detail

IOListView

public IOListView()
Method Detail

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