public class AggregationComposerEditorInput extends Object implements IEditorInput
Constructor and Description |
---|
AggregationComposerEditorInput(TextGridObject tgo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
exists() |
Object |
getAdapter(Class adapter) |
ImageDescriptor |
getImageDescriptor() |
String |
getName() |
IPersistableElement |
getPersistable() |
TextGridObject |
getTGO() |
String |
getToolTipText() |
public AggregationComposerEditorInput(TextGridObject tgo)
public TextGridObject getTGO()
public Object getAdapter(Class adapter)
getAdapter
in interface IAdaptable
public boolean exists()
exists
in interface IEditorInput
public ImageDescriptor getImageDescriptor()
getImageDescriptor
in interface IEditorInput
public String getName()
getName
in interface IEditorInput
public IPersistableElement getPersistable()
getPersistable
in interface IEditorInput
public String getToolTipText()
getToolTipText
in interface IEditorInput