|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.batch.ui.AbstractBatchUIContributor
public abstract class AbstractBatchUIContributor
Represents the base class to be implemented by extensions to the Batch Client editor in Rational Asset Manager. Implementers can use this class to extend the UI of the Batch Client editor to include UIs for their custom transformations.
| Constructor Summary | |
|---|---|
AbstractBatchUIContributor()
|
|
| Method Summary | |
|---|---|
abstract BatchDataSource |
createNewDataSource(Shell shell)
Called to create a new DataSoruce for this DataSource type. |
abstract ITreeContentProvider |
getContentProvider()
Returns a content provider for your contribution. |
DropTargetListener |
getDropTargetListener(StructuredViewer viewer)
Register a drop listener for your contribution. |
abstract ILabelProvider |
getLabelProvider()
Returns the label provider for your contribution. |
Transfer[] |
getSupportedDropTransfers()
The list of Drop transfers your DropTargetListner knows how to support |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBatchUIContributor()
| Method Detail |
|---|
public abstract ILabelProvider getLabelProvider()
public abstract ITreeContentProvider getContentProvider()
public abstract BatchDataSource createNewDataSource(Shell shell)
shell - public DropTargetListener getDropTargetListener(StructuredViewer viewer)
public Transfer[] getSupportedDropTransfers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||