|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.Viewer
org.eclipse.jface.viewers.ContentViewer
org.eclipse.jface.viewers.StructuredViewer
org.eclipse.jface.viewers.TableViewer
com.ibm.etools.iseries.core.ui.view.ISeriesLibTableViewer
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from class org.eclipse.jface.viewers.Viewer |
---|
WIDGET_DATA_KEY |
Fields inherited from interface com.ibm.etools.systems.core.ui.ISystemRenameTarget |
---|
copyright |
Fields inherited from interface com.ibm.etools.systems.core.ui.ISystemDeleteTarget |
---|
copyright |
Constructor Summary | |
---|---|
ISeriesLibTableViewer(Composite parent)
|
|
ISeriesLibTableViewer(Table table)
|
Method Summary | |
---|---|
boolean |
canDelete()
Return true if delete should be enabled based on your current selection. |
boolean |
canRename()
Return true if rename should be enabled based on your current selection. |
boolean |
doDelete()
Actually do the delete of currently selected items. |
boolean |
doRename(String[] newNames)
Actually do the rename of currently selected items. |
protected com.ibm.etools.systems.core.ui.view.ISystemViewElementAdapter |
getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
FileSubSystemImpl |
getFileSubSystemImpl()
|
protected com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter |
getRemoteAdapter(Object o)
Returns the implementation of ISystemRemoteElement for the given object. |
Shell |
getShell()
Convenience method for returning the shell of this viewer. |
protected void |
initDragAndDrop()
Drag and drop initialization. |
void |
setFileSubSystemImpl(FileSubSystemImpl fileSubSystemImpl)
|
boolean |
showDelete()
Return true if delete should even be shown in the popup menu |
boolean |
showRename()
Return true if rename should even be shown in the popup menu |
Methods inherited from class org.eclipse.jface.viewers.TableViewer |
---|
add, add, cancelEditing, doFindInputItem, doFindItem, doUpdateItem, editElement, getCellEditors, getCellModifier, getColumnProperties, getControl, getElementAt, getLabelProvider, getSelectionFromWidget, getTable, hookControl, indexForElement, inputChanged, insert, internalRefresh, internalRefresh, isCellEditorActive, remove, remove, reveal, setCellEditors, setCellModifier, setColumnProperties, setLabelProvider, setSelectionToWidget |
Methods inherited from class org.eclipse.jface.viewers.ContentViewer |
---|
getContentProvider, getInput, handleDispose, labelProviderChanged |
Methods inherited from class org.eclipse.jface.viewers.Viewer |
---|
addHelpListener, addSelectionChangedListener, fireHelpRequested, fireSelectionChanged, getData, handleHelpRequest, removeHelpListener, removeSelectionChangedListener, scrollDown, scrollUp, setData, setSelection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.viewers.ISelectionProvider |
---|
addSelectionChangedListener, getSelection, removeSelectionChangedListener, setSelection |
Field Detail |
public static final String Copyright
Constructor Detail |
public ISeriesLibTableViewer(Composite parent)
public ISeriesLibTableViewer(Table table)
Method Detail |
public boolean showDelete()
showDelete
in interface com.ibm.etools.systems.core.ui.ISystemDeleteTarget
public boolean canDelete()
canDelete
in interface com.ibm.etools.systems.core.ui.ISystemDeleteTarget
public boolean doDelete()
doDelete
in interface com.ibm.etools.systems.core.ui.ISystemDeleteTarget
public boolean showRename()
showRename
in interface com.ibm.etools.systems.core.ui.ISystemRenameTarget
public boolean canRename()
canRename
in interface com.ibm.etools.systems.core.ui.ISystemRenameTarget
public boolean doRename(String[] newNames)
doRename
in interface com.ibm.etools.systems.core.ui.ISystemRenameTarget
public Shell getShell()
protected com.ibm.etools.systems.core.ui.view.ISystemViewElementAdapter getAdapter(Object o)
protected com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter getRemoteAdapter(Object o)
public FileSubSystemImpl getFileSubSystemImpl()
public void setFileSubSystemImpl(FileSubSystemImpl fileSubSystemImpl)
protected void initDragAndDrop()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |