|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.biosoft.access.DataElementSupport
ru.biosoft.access.AbstractDataCollection
ru.biosoft.plugins.VisiblePlugin
Superclass for all 'visible' plugins.
It defines DataCollection that will be shown in plugins tab of repository pane.
It is subclass responsibilty what will be the data collection content and what actions
can be assotiated with it.
See ru.biosoft.workbench.visiblePlugins extention point description for more details.
| Field Summary | |
protected static java.lang.String |
PROBLEMS_SHUTDOWN
|
protected static java.lang.String |
PROBLEMS_STARTUP
|
| Fields inherited from class ru.biosoft.access.AbstractDataCollection |
cat, info, notificationEnabled, path, propagationEnabled, v_cache |
| Constructor Summary | |
VisiblePlugin(DataCollection parent,
java.util.Properties properties)
Constructor to be used by CollectionFactory to create a Plugin. |
|
| Method Summary | |
void |
close()
Close the data collection and release all used resources. |
java.lang.String |
getDescription()
Utility method that returns data collection description. |
java.util.Iterator |
iterator()
Returns an iterator over the data elements in this collection. |
void |
shutdown()
Shuts down this plug-in and discards all plug-in state. |
void |
startup()
Starts up this plug-in. |
| Methods inherited from class ru.biosoft.access.DataElementSupport |
getName, getOrigin, registerConstructorWithBadEqual |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ru.biosoft.access.DataElement |
getName, getOrigin |
| Field Detail |
protected static java.lang.String PROBLEMS_STARTUP
protected static java.lang.String PROBLEMS_SHUTDOWN
| Constructor Detail |
public VisiblePlugin(DataCollection parent,
java.util.Properties properties)
CollectionFactory to create a Plugin.
| Method Detail |
public java.lang.String getDescription()
getDescription in class AbstractDataCollection
public void close()
throws java.lang.Exception
AbstractDataCollectionDataCollectionInfo that provides closing of QuerySystem
close in interface DataCollectionclose in class AbstractDataCollectionjava.lang.Exception
public void startup()
throws java.lang.Exception
Clients must never explicitly call this method.
java.lang.Exceptionpublic void shutdown()
Clients must never explicitly call this method.
public java.util.Iterator iterator()
DataCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||