|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSelectionListenerAction
eu.geclipse.ui.visualisation.AbstractVisualisationAction
public class AbstractVisualisationAction
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_EXTENSION_POINT
Extension point which has to be implemented to provide additional actions for visualisable elements (i.e. elements that extend the IGridVisualisation interface). |
static java.lang.String |
EXT_ACTION_CLASS
Name of the attribute which specifies the class name of the AbstractVisualisationAction implementation. |
static java.lang.String |
EXT_ACTION_ELEMENT
The name of the element which contains the visualisation action specification. |
static java.lang.String |
EXT_ACTION_FILE_EXTENSION
The file extension of the resource that this action will become active for. |
static java.lang.String |
EXT_ACTION_TEXT
Name of the attribute which specifies the text for the action. |
static java.lang.String |
EXT_ACTION_TOOLTIP
Name of the attribute which specifies the option text for the action's tool-tip. |
static java.lang.String |
EXT_ACTION_TYPE
|
| Constructor Summary | |
|---|---|
AbstractVisualisationAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFileExt()
|
void |
init(java.lang.String actionText,
java.lang.String actionTooltip,
java.lang.String fileExtension,
IWorkbenchSite site,
java.lang.String visType)
|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACTION_EXTENSION_POINT
public static final java.lang.String EXT_ACTION_CLASS
public static final java.lang.String EXT_ACTION_ELEMENT
public static final java.lang.String EXT_ACTION_TEXT
public static final java.lang.String EXT_ACTION_TOOLTIP
public static final java.lang.String EXT_ACTION_FILE_EXTENSION
public static final java.lang.String EXT_ACTION_TYPE
| Constructor Detail |
|---|
public AbstractVisualisationAction()
| Method Detail |
|---|
public void init(java.lang.String actionText,
java.lang.String actionTooltip,
java.lang.String fileExtension,
IWorkbenchSite site,
java.lang.String visType)
actionText - actionTooltip - fileExtension - site - visType - public void run()
public java.lang.String getFileExt()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||