Uses of Interface
adams.gui.tools.previewbrowser.SerializedObjectViewer
-
Packages that use SerializedObjectViewer Package Description adams.gui.tools.previewbrowser -
-
Uses of SerializedObjectViewer in adams.gui.tools.previewbrowser
Classes in adams.gui.tools.previewbrowser that implement SerializedObjectViewer Modifier and Type Class Description class
AbstractSerializedObjectViewer
Ancestor for all serialized object viewers.class
DefaultSerializedObjectViewer
Default viewer that just uses the Object's toString() method to display it.class
GraphSource
Displays the source of a weka.core.Drawable graph.class
GraphVisualizer
DisplaysBayesNet
graphs.class
InterQuartileRangeViewer
Displays internal values of theInterquartileRange
filter.class
ObjectInspectionViewer
Allows to inspect objects like in the flow.class
TreeVisualizer
Displays trees in dot notation.Fields in adams.gui.tools.previewbrowser declared as SerializedObjectViewer Modifier and Type Field Description protected static SerializedObjectViewer[]
SerializedObjectPanel. m_Viewers
the available viewers.Methods in adams.gui.tools.previewbrowser that return SerializedObjectViewer Modifier and Type Method Description protected SerializedObjectViewer
SerializedObjectPanel. getPreferredViewer(Class cls)
Returns the preferred viewer.protected static SerializedObjectViewer[]
SerializedObjectPanel. getViewers()
Returns all available viewers.Methods in adams.gui.tools.previewbrowser with parameters of type SerializedObjectViewer Modifier and Type Method Description int
AbstractSerializedObjectViewer. compareTo(SerializedObjectViewer o)
Compares this object with the specified object for order.protected void
SerializedObjectPanel. updateView(SerializedObjectViewer viewer)
Updates the view.
-