| javax.swing.JFrame org.cougaar.mlm.debug.ui.UIFrame
UIFrame | public class UIFrame extends JFrame (Code) | | Create a JFrame to display information requested by the user.
Used for all displays generated from the main display.
|
Constructor Summary | |
public | UIFrame(String title, Component component, ActionListener actionListener, boolean provideUpdateFunction, boolean provideSaveFunction, boolean provideExpandFunction) Create a frame with the specified title and containing the
specified component, which is either a tree or a bar graph. |
UIFrame | public UIFrame(String title, Component component, ActionListener actionListener, boolean provideUpdateFunction, boolean provideSaveFunction, boolean provideExpandFunction)(Code) | | Create a frame with the specified title and containing the
specified component, which is either a tree or a bar graph.
Optionally creates buttons for updating display (with info from
a remote cluster), saving the display (for tree displays only),
fully expanding the display (for tree displays only).
Parameters: title - the string to display at the top of the frame Parameters: component - the component to put in the frame Parameters: actionListener - object to notify when buttons are pressed Parameters: provideUpdateFunction - true to provide update button Parameters: provideSaveFunction - true to provide save button Parameters: provideExpandFunction - true to provide expand button |
|
|