|
RSE Release 1.0 |
|||||||||||
| 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
org.eclipse.rse.ui.view.SystemTableViewPart
Comment goes here
| Field Summary | |
|---|---|
protected ArrayList |
_browseHistory
|
protected int |
_browsePosition
|
static String |
ID
|
static String |
TAG_TABLE_VIEW_COLUMN_WIDTHS_ID
|
static String |
TAG_TABLE_VIEW_CONNECTION_ID
|
static String |
TAG_TABLE_VIEW_FILTER_ID
|
static String |
TAG_TABLE_VIEW_OBJECT_ID
|
static String |
TAG_TABLE_VIEW_PROFILE_ID
|
static String |
TAG_TABLE_VIEW_SUBSET
|
static String |
TAG_TABLE_VIEW_SUBSYSTEM_ID
|
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
PROP_TITLE |
| Constructor Summary | |
|---|---|
SystemTableViewPart()
|
|
| Method Summary | |
|---|---|
void |
clearErrorMessage()
Clears the currently displayed error message and redisplayes the message which was active before the error message was set. |
void |
clearMessage()
Clears the currently displayed message. |
void |
createPartControl(Composite parent)
|
void |
dispose()
|
void |
fillLocalToolBar()
|
String |
getErrorMessage()
Get the currently displayed error text. |
String |
getMessage()
Get the currently displayed message. |
Viewer |
getRSEViewer()
|
Shell |
getShell()
This is the method in your class that will be called to return the shell for your viewer |
SystemMessage |
getSystemErrorMessage()
Get the currently displayed error text. |
SystemTableView |
getViewer()
|
void |
init(IViewSite site,
IMemento memento)
Initializes this view with the given view site. |
protected void |
removeFromHistory(Object c)
|
void |
saveState(IMemento memento)
Method declared on IViewPart. |
void |
selectionChanged(IWorkbenchPart part,
ISelection sel)
|
void |
selectionChanged(SelectionChangedEvent e)
|
void |
setErrorMessage(String message)
Display the given error message. |
void |
setErrorMessage(SystemMessage message)
Display the given error message. |
void |
setErrorMessage(Throwable exc)
Display the given error message. |
void |
setFocus()
|
void |
setInput(IAdaptable object)
|
void |
setInput(IAdaptable object,
String[] filters,
boolean updateHistory)
|
void |
setInput(org.eclipse.rse.ui.view.SystemTableViewPart.HistoryItem historyItem)
|
void |
setMessage(String message)
Set the message text. |
void |
setMessage(SystemMessage message)
If the message line currently displays an error, the message is stored and will be shown after a call to clearErrorMessage |
void |
setTitle(IAdaptable object)
|
void |
showLock()
|
void |
systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
This is the method in your class that will be called when a remote resource changes. |
void |
systemResourceChanged(ISystemResourceChangeEvent event)
Used to asynchronously update the view whenever properties change. |
void |
updateActionStates()
|
| Methods inherited from class org.eclipse.ui.part.ViewPart |
|---|
checkSite, getViewSite, init, setContentDescription, setInitializationData, setPartName |
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
|---|
addPropertyListener, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, 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, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
protected ArrayList _browseHistory
protected int _browsePosition
public static final String ID
public static final String TAG_TABLE_VIEW_PROFILE_ID
public static final String TAG_TABLE_VIEW_CONNECTION_ID
public static final String TAG_TABLE_VIEW_SUBSYSTEM_ID
public static final String TAG_TABLE_VIEW_OBJECT_ID
public static final String TAG_TABLE_VIEW_FILTER_ID
public static final String TAG_TABLE_VIEW_SUBSET
public static final String TAG_TABLE_VIEW_COLUMN_WIDTHS_ID
| Constructor Detail |
public SystemTableViewPart()
| Method Detail |
public void setFocus()
setFocus in interface IWorkbenchPartpublic SystemTableView getViewer()
public Viewer getRSEViewer()
getRSEViewer in interface IRSEViewPartpublic void createPartControl(Composite parent)
createPartControl in interface IWorkbenchPart
public void selectionChanged(IWorkbenchPart part,
ISelection sel)
selectionChanged in interface ISelectionListenerpublic void dispose()
dispose in interface IWorkbenchPartpublic void updateActionStates()
public void fillLocalToolBar()
public void showLock()
public void selectionChanged(SelectionChangedEvent e)
selectionChanged in interface ISelectionChangedListenerpublic void setInput(IAdaptable object)
public void setInput(org.eclipse.rse.ui.view.SystemTableViewPart.HistoryItem historyItem)
public void setInput(IAdaptable object,
String[] filters,
boolean updateHistory)
public void setTitle(IAdaptable object)
public void systemResourceChanged(ISystemResourceChangeEvent event)
systemResourceChanged in interface ISystemResourceChangeListenerISystemResourceChangeEventprotected void removeFromHistory(Object c)
public void systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
systemRemoteResourceChanged in interface ISystemRemoteChangeListenerISystemRemoteChangeEventpublic Shell getShell()
ISystemResourceChangeListener
getShell in interface ISystemResourceChangeListener
public void init(IViewSite site,
IMemento memento)
throws PartInitException
The parent's default implementation will ignore the memento and initialize the view in a fresh state. Subclasses may override the implementation to perform any state restoration as needed.
init in interface IViewPartPartInitExceptionpublic void saveState(IMemento memento)
saveState in interface IViewPartpublic void clearErrorMessage()
clearErrorMessage in interface ISystemMessageLinepublic void clearMessage()
clearMessage in interface ISystemMessageLinepublic String getErrorMessage()
getErrorMessage in interface ISystemMessageLinenull is returned.public String getMessage()
getMessage in interface ISystemMessageLinenull is returned.public void setErrorMessage(String message)
setErrorMessage in interface ISystemMessageLinepublic SystemMessage getSystemErrorMessage()
getSystemErrorMessage in interface ISystemMessageLinenull is returned.public void setErrorMessage(SystemMessage message)
setErrorMessage in interface ISystemMessageLinepublic void setErrorMessage(Throwable exc)
setErrorMessage in interface ISystemMessageLinepublic void setMessage(String message)
setMessage in interface ISystemMessageLinepublic void setMessage(SystemMessage message)
setMessage in interface ISystemMessageLine
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||