Uses of Class
adams.gui.core.BaseFrame
-
Packages that use BaseFrame Package Description adams.flow.core adams.flow.sink adams.gui adams.gui.application adams.gui.core adams.gui.help -
-
Uses of BaseFrame in adams.flow.core
Fields in adams.flow.core declared as BaseFrame Modifier and Type Field Description protected BaseFrame
AbstractDisplay. m_Frame
the dialog that's being displayed.Methods in adams.flow.core that return BaseFrame Modifier and Type Method Description protected BaseFrame
AbstractDisplay. createFrame(BasePanel panel)
Creates and initializes a frame with the just created panel.protected BaseFrame
AbstractDisplay. doCreateFrame(BasePanel panel)
Creates the actual frame.BaseFrame
AbstractDisplay. getFrame()
Returns the frame.Methods in adams.flow.core with parameters of type BaseFrame Modifier and Type Method Description protected void
AbstractDisplay. postCreateFrame(BaseFrame frame, BasePanel panel)
Hook method after the frame got created. -
Uses of BaseFrame in adams.flow.sink
Fields in adams.flow.sink declared as BaseFrame Modifier and Type Field Description protected BaseFrame
AbstractGraphicsGenerator. m_Frame
the frame in use.Methods in adams.flow.sink that return BaseFrame Modifier and Type Method Description protected BaseFrame
DisplayPanelManager. doCreateFrame(BasePanel panel)
Creates the actual frame.protected BaseFrame
AbstractGraphicsGenerator. generateFrame()
Generates a frame with the specified title. -
Uses of BaseFrame in adams.gui
Subclasses of BaseFrame in adams.gui Modifier and Type Class Description class
InstanceCompare
Stand-alone version of the Instance Compare utility.class
Main
GUI for ADAMS. -
Uses of BaseFrame in adams.gui.application
Subclasses of BaseFrame in adams.gui.application Modifier and Type Class Description class
AbstractApplicationFrame
Abstract frame class for applications.class
ChildFrame
Specialized JFrame class. -
Uses of BaseFrame in adams.gui.core
Subclasses of BaseFrame in adams.gui.core Modifier and Type Class Description class
AbstractFrameWithOptionHandling
Ancestor to all frames that handle command-line options.static class
AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<T>
A specialized frame class for displaying a history entries.static class
BufferHistoryPanel.BufferFrame
A specialized frame class for displaying a StringBuilder in a BaseTextArea.Fields in adams.gui.core declared as BaseFrame Modifier and Type Field Description protected BaseFrame
DetachablePanel. m_DetachedFrame
the frame for detaching the component.Methods in adams.gui.core that return BaseFrame Modifier and Type Method Description static BaseFrame
BaseFrame. forName(String classname)
Instantiates the frame.static BaseFrame
BaseFrame. runFrame(Class env, Class app)
Runs the frame from the commandline. -
Uses of BaseFrame in adams.gui.help
Subclasses of BaseFrame in adams.gui.help Modifier and Type Class Description class
HelpFrame
For displaying help as plain text or html.static class
HelpHistoryPanel.SingleHelpFrame
A specialized frame class for displaying a StringBuilder in a BaseTextArea.
-