org.cougaar.tools.csmart.ui.monitor.generic |
|
Java Source File Name | Type | Comment |
BirdFrame.java | Class | Overview (bird's eye view) of graph. |
BirdPanel.java | Class | This class should support displaying a rectangle on the overview frame
indicating the area displayed in the main frame. |
ColoredSquare.java | Class | Create a colored square icon from the color specified. |
ComponentPrinter.java | Class | Borrowed from Cove. |
CSMARTFrame.java | Class | Frame for displaying graphs. |
CSMARTGraph.java | Class | Display graph representing arbitrary objects. |
CSMARTGrappaAdapter.java | Class | Adds functionality to GrappaAdapter which is the class that handles
mouse events for grappa graphs.
This clears highlighting of nodes done by the CSMARTGraph select method
in response to the user selecting nodes using some criteria
(i.e. |
CSMARTGrappaPanel.java | Class | Panel that contains graph. |
ExtensionFileFilter.java | Class | A convenience implementation of FileFilter that filters out
all files except for those type extensions that it knows about.
Extensions are of the type ".foo", which is typically found on
Windows and Unix boxes, but not on Macinthosh. |
GrappaColorUtility.java | Class | For debugging: print the r,g,b value of a specified color
in the grappa color map. |
LegendComboBoxModel.java | Class | Used as the model for JComboBoxes in legends. |
LegendRenderer.java | Class | Used to render legends which contain labels and colored icons. |
NodeObject.java | Interface | Interface that must be implemented for an object to be graphed. |
UIProperties.java | Class | Utility class that supports a common set of properties (especially color),
for all the user interfaces (both graphs and charts). |