org.rosuda.deducer.data
Class DataViewerController
java.lang.Object
org.rosuda.deducer.data.DataViewerController
public class DataViewerController
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataViewerController
public DataViewerController()
init
public static void init()
addViewerWindow
public static void addViewerWindow(DataViewer v)
getViewerWindows
public static java.util.ArrayList getViewerWindows()
removeViewerWindow
public static void removeViewerWindow(DataViewer v)
addTabFactory
public static void addTabFactory(java.lang.String dataClass,
java.lang.String name,
DataViewerTabFactory t)
removeTabFactory
public static void removeTabFactory(java.lang.String dataClass,
java.lang.String name)
getTabNames
public static java.lang.String[] getTabNames(java.lang.String dataClass)
generateTab
public static DataViewerTab generateTab(java.lang.String dataClass,
java.lang.String tabName,
java.lang.String dataName)
getDefaultPanel
public static javax.swing.JPanel getDefaultPanel()
setDefaultPanel
public static void setDefaultPanel(javax.swing.JPanel p)
showSaveDataButton
public static boolean showSaveDataButton()
showOpenDataButton
public static boolean showOpenDataButton()
showClearDataButton
public static boolean showClearDataButton()
setSaveDataVisible
public static void setSaveDataVisible(boolean show)
setOpenDataVisible
public static void setOpenDataVisible(boolean show)
setClearDataVisible
public static void setClearDataVisible(boolean show)
addDataType
public static void addDataType(java.lang.String type,
java.lang.String shortName)
removeDataType
public static boolean removeDataType(java.lang.String type,
java.lang.String shortName)
refreshData
public static void refreshData()
getDataSets
public static java.util.LinkedList getDataSets()