Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.altara.mars.swingui: Javadoc index of package org.altara.mars.swingui.


Package Samples:

org.altara.mars.swingui

Classes:

FaultListModel: FaultListModel contains a list of service faults. It does this by watching list state changes (it is a StatusChangeListener) and adding each service in transition to a bad state to a list. This provides the user with an at-a-glance list of problems on her network.
ServiceTreeChangeAdapter: Translates StatusChangeEvents and the MarsModelListener interface into TreeModelEvents. This allows the serviceTree display to update itself in a timely manner without imposing the peculiarities of the JTree event model on the UI-independent MARS code.
ChangeListModel: ChangeListModel contains a list of service status change events. It provides the user with a way to view the history of service status changes.
MarsAbstractRenderer: Renders a list cell or tree cell using a JLabel. Most of the look and feel of the renderer components is controlled here.
StatusChangeThreadAdapter: Wraps a StatusChangeListener to ensure statusChanged() is called in the Swing event dispatch thread.
ProbeThreadAdapter: Wraps a ProbeListener to ensure probeRun() is called in the Swing event dispatch thread.
ConfigPanel: Provides user access to plugin and (future) global config options.
DetailListModel: Presents details about a service's status in a list view.
MarsView: MarsView is the root of the MARS Swing user interface.
ChangeListRenderer: Renders status change events in the changeList.
ChangeListPanel: Contains the change list and its control(s).
ServiceTreeContextMenuSupport: Implements the serviceTree's context menus.
FaultListContextMenuSupport: Implements the fault list's context menus
ServiceTreeRenderer: Renders tree cells in the serviceTree.
FaultListRenderer: Renders faults in the faultList.
Editor
EditorDialog
HostEditorPanel
ServiceEditorPanel
ServiceParamEditor
ServiceTypeComboBox

Home | Contact Us | Privacy Policy | Terms of Service