|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.cwi.sen1.visbase.factbrowser.data.VisualisationPlugin
public class VisualisationPlugin
This class represents the Visualisation Plugin. In this class the identifier and name of the plugin are registered.
| Field Summary | |
|---|---|
private int |
pluginId
|
private java.lang.String |
pluginName
|
| Constructor Summary | |
|---|---|
VisualisationPlugin()
This is the default constructor only present for failsafe purposes. |
|
VisualisationPlugin(java.lang.String pluginName,
int pluginId)
The constructor which makes it possible to create the representitive of the plugin visualisation. |
|
| Method Summary | |
|---|---|
int |
compareTo(VisualisationPlugin arg0)
This method makes it possible to sort the collection of VisualisationPlugins. |
int |
getPluginId()
This method makes it possible to return the identifier of the plugin |
java.lang.String |
toString()
This method return the name of the visualisation plugin so it can be displayed in the Tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String pluginName
private int pluginId
| Constructor Detail |
|---|
public VisualisationPlugin()
public VisualisationPlugin(java.lang.String pluginName,
int pluginId)
pluginName - The name of the pluginpluginId - The identifier of the plugin| Method Detail |
|---|
public int getPluginId()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(VisualisationPlugin arg0)
compareTo in interface java.lang.Comparable<VisualisationPlugin>
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||