Package frysk.gui.monitor

Interface Summary
DynamicWidget.IntCallback  
DynamicWidget.StringCallback  
Saveable  
SaveableXXX An iterface for objects that can be save/loaded from XML.
 

Class Summary
AboutWindow  
ActionPool Singleton; only one action pool.
ActionRow  
ActionsTable  
ActionsWidget  
CheckedListView  
Combo An object representing a combination of a LiaisonItem and a LiaisonPoint.
CompletingEntry  
ConsoleWidget  
ConsoleWindow  
CoreDebugLogViewer * A Dialog that displays a list core log messages
DetailedObserverTreeView Provides a detailed view of the observers currently available in the system.
DynamicWidget Allows clients to easily create an argument entry widget without having to deal with widgets.
EditObserverDialog Dialog that is used to edit an observer.
EventFormatter  
EventLogger  
FilterRow  
FiltersTable  
FryskErrorFileHandler  
GuiCoreObjectWrapper  
GuiObject A GuiObject is one that has a name and a tooltip.
GuiObservable A simple class that sets hasChanged automatically when update is called.
GuiProc TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
GuiProc.GuiProcFactory  
GuiTask Used to store a pointer to the Task object, and and any data that is relates to the process but is GUI specific.
GuiTask.GuiTaskFactory  
LiaisonItem An item that can be added to a LiaisonPoint.
LiaisonPoint The job of a LiaisonPoint is to execute all its liaison Items with its specialized argument.
ListView A widget that combines the TreeView and DataModel and displays a simple linear list.
LogWidget Generic log window, just prints out events it recieves
MainWindow  
MainWindowStatusBar provides a handle for the windows menu bar.
MenuBar provides a handle for the windows menu bar.
NotifyingLabel  
ObjectFactory The factory instantiates an object using the information stored in an XML node.
ObservableLinkedList Extends LinkedList but accepts observers that will be notified when elements are added/removed.
ObserverItemRow A widget that shows an observer item and allows the user to edit it.
ObserverItemsTable  
ObserversDialog  
PIDColumnDialog A simple dialog to accept input determining which columns should be displayed on the SessionProcTreeView.
PIDMenu A menu to appear on the right-click of any of the column headers in the SessionProcTreeView, to handle the manipulation of these columns.
PreferencesWindow The preference window.
PreferenceWidget Generic Preference widget, which provides a base class for preference pages that can be added to the preference window.
ProcWiseDataModel A data model that groups PID's by executable name.
ProcWiseTreeView  
SimpleComboBox A simple combo box that abstracts away all the complexity of Combo box and provides simple methods for adding, removing and retrieving selected objects.
SplashScreenWindow  
SummaryWidget Generic log window, just prints out events it receives.
TearOffNotebook  
TrayIcon TrayIcon is intended as a wrapper class for EggTrayIcon, and provides some useful functionalities such as facilitating popup menus and opening/minimizing windows
UniqueHashMap A HashMap of GuiObjects.
WindowManager Singleton; one window manager.