|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object endrov.data.gui.EvDataGUI
public class EvDataGUI
GUI integration for data objects
Field Summary | |
---|---|
static java.util.Vector<EvData> |
openedData
Data opened by the user and hence visible as a working data set |
static java.util.Vector<RecentReference> |
recentlyLoadedFiles
List of recently loaded files |
Constructor Summary | |
---|---|
EvDataGUI()
|
Method Summary | |
---|---|
static void |
initPlugin()
Plugin declaration |
static void |
registerOpenedData(EvData data)
Register loaded data in GUI |
static void |
unregisterOpenedData(EvData data)
Unregister loaded data from the GUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.Vector<RecentReference> recentlyLoadedFiles
public static java.util.Vector<EvData> openedData
Constructor Detail |
---|
public EvDataGUI()
Method Detail |
---|
public static void registerOpenedData(EvData data)
public static void unregisterOpenedData(EvData data)
public static void initPlugin()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |