|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TableViewer com.ibm.etools.iseries.rse.ui.view.objtable.ObjectTableViewer
public class ObjectTableViewer
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ObjectTableViewer(org.eclipse.swt.widgets.Composite parent)
|
|
ObjectTableViewer(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 |
doDelete(IProgressMonitor monitor)
|
boolean |
doRename(String[] newNames)
Actually do the rename of currently selected items. |
IBMiConnection |
getIBMiConnection()
Returns value based on current viewer input. |
IHost |
getIHost()
Returns value based on current viewer input. |
QSYSObjectSubSystem |
getObjectSubSystem()
Returns value based on current viewer input. |
protected 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 ISystemViewElementAdapter |
getViewAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
protected void |
initDragAndDrop()
Drag and drop initialization. |
void |
setSorter(ViewerSorter newSorter)
|
void |
setSorter(ViewerSorter newSorter,
TableColumn sortColumn,
org.eclipse.swt.graphics.Image sortImage)
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public ObjectTableViewer(org.eclipse.swt.widgets.Composite parent)
public ObjectTableViewer(Table table)
Method Detail |
---|
public boolean showDelete()
public boolean canDelete()
public boolean doDelete()
public boolean showRename()
public boolean canRename()
public boolean doRename(String[] newNames)
public Shell getShell()
protected ISystemViewElementAdapter getViewAdapter(Object o)
protected ISystemRemoteElementAdapter getRemoteAdapter(Object o)
protected void initDragAndDrop()
public boolean doDelete(IProgressMonitor monitor)
public IBMiConnection getIBMiConnection()
public IHost getIHost()
public QSYSObjectSubSystem getObjectSubSystem()
public void setSorter(ViewerSorter newSorter)
public void setSorter(ViewerSorter newSorter, TableColumn sortColumn, org.eclipse.swt.graphics.Image sortImage)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |