|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsynoptic.base.Plugin
jsynoptic.plugins.async.AsyncPlugin
public class AsyncPlugin
A plugin to enable TimePlot shape dedidated to asynchonous data sources
Field Summary | |
---|---|
static MenuResourceBundle |
resources
|
static java.lang.String |
TIME_PLOT
|
Fields inherited from class jsynoptic.base.Plugin |
---|
EXPORT, IMPORT, OPEN, SAVE |
Constructor Summary | |
---|---|
AsyncPlugin()
|
Method Summary | |
---|---|
java.lang.String |
about()
Enter your plugin information here. |
AbstractShape |
createShape(java.lang.String name,
DiagramComponent diagram)
The plugin is asked to create a new shape for one of the name it provided with getShapes(). |
static AbstractShape |
createTimePlot(DiagramComponent diagram)
|
java.lang.Object[][] |
getDataSourceIcons()
Source factory: this plugin may bring its own data sources with its own icons to display them in the source panel |
java.lang.String[] |
getShapes()
Shape factory: this plugin may bring its own shapes to put in the shape list. |
java.util.HashMap |
getShapesMap()
Get a map that links the plugin shapes classes with the corresponding shapes names. |
Template[] |
getTemplates()
Template factory: this plugin may bring templates to put in the template list. |
Methods inherited from class jsynoptic.base.Plugin |
---|
addPluginHashMap, createSource, exit, getFileFilters, getHelp, getOptionPanelForFilter, getShapeName, getSources, load, newComponent, newDesktopComponent, newSourceComponent, newSourceComponent, processDataSourceCollection, processFile, processSynoptic, setMenu, setMenu, setToolBarItem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static MenuResourceBundle resources
public static final java.lang.String TIME_PLOT
Constructor Detail |
---|
public AsyncPlugin()
Method Detail |
---|
public java.lang.String about()
about
in class Plugin
public static AbstractShape createTimePlot(DiagramComponent diagram)
public java.lang.Object[][] getDataSourceIcons()
Plugin
getDataSourceIcons
in class Plugin
public Template[] getTemplates()
Plugin
getTemplates
in class Plugin
public java.lang.String[] getShapes()
Plugin
getShapes
in class Plugin
public java.util.HashMap getShapesMap()
Plugin
getShapesMap
in class Plugin
public AbstractShape createShape(java.lang.String name, DiagramComponent diagram)
Plugin
createShape
in class Plugin
name
- The name of the shape to create.diagram
- The diagram this shape will be inserted into.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |