|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.dialogs.SystemDeleteTableRow
Represents one row in the table in the SystemDeleteDialog dialog.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemDeleteTableRow(Object element,
int rowNbr)
|
Method Summary | |
---|---|
ISystemViewElementAdapter |
getAdapter()
Get the input object adapter for the input object this row represents |
protected ISystemViewElementAdapter |
getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
Object |
getElement()
Get the input object this row represents |
ImageDescriptor |
getImageDescriptor()
Returns an image descriptor for the image. |
String |
getName()
Return the name of the item to be deleted |
ISystemRemoteElementAdapter |
getRemoteAdapter()
Get the input object remote adapter for the input object this row represents |
protected ISystemRemoteElementAdapter |
getRemoteAdapter(Object o)
Returns the implementation of ISystemRemoteElement for the given object. |
int |
getRowNumber()
Return the 0-based row number of this item |
String |
getType()
Return the resource type of the item to be deleted |
boolean |
isRemote()
Return true if this is a remote object |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemDeleteTableRow(Object element, int rowNbr)
Method Detail |
public String getName()
public String getType()
public int getRowNumber()
public ImageDescriptor getImageDescriptor()
public Object getElement()
public ISystemViewElementAdapter getAdapter()
public ISystemRemoteElementAdapter getRemoteAdapter()
public boolean isRemote()
protected ISystemViewElementAdapter getAdapter(Object o)
protected ISystemRemoteElementAdapter getRemoteAdapter(Object o)
public String toString()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |