Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.dialogs
Class SystemDeleteTableRow

java.lang.Object
  extended bycom.ibm.etools.systems.core.ui.dialogs.SystemDeleteTableRow
Direct Known Subclasses:
SystemRenameTableRow

public class SystemDeleteTableRow
extends Object

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

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

SystemDeleteTableRow

public SystemDeleteTableRow(Object element,
                            int rowNbr)
Method Detail

getName

public String getName()
Return the name of the item to be deleted

Returns:
display name of the item.

getType

public String getType()
Return the resource type of the item to be deleted

Returns:
resource type of the item

getRowNumber

public int getRowNumber()
Return the 0-based row number of this item

Returns:
0-based row number

getImageDescriptor

public ImageDescriptor getImageDescriptor()
Returns an image descriptor for the image. More efficient than getting the image.


getElement

public Object getElement()
Get the input object this row represents


getAdapter

public ISystemViewElementAdapter getAdapter()
Get the input object adapter for the input object this row represents


getRemoteAdapter

public ISystemRemoteElementAdapter getRemoteAdapter()
Get the input object remote adapter for the input object this row represents


isRemote

public boolean isRemote()
Return true if this is a remote object


getAdapter

protected ISystemViewElementAdapter getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. Returns null if the adapter is not defined or the object is not adaptable.


getRemoteAdapter

protected ISystemRemoteElementAdapter getRemoteAdapter(Object o)
Returns the implementation of ISystemRemoteElement for the given object. Returns null if this object does not adaptable to this.


toString

public String toString()

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.