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 BaseFrameAbstractDisplay. m_Framethe dialog that's being displayed.Methods in adams.flow.core that return BaseFrame Modifier and Type Method Description protected BaseFrameAbstractDisplay. createFrame(BasePanel panel)Creates and initializes a frame with the just created panel.protected BaseFrameAbstractDisplay. doCreateFrame(BasePanel panel)Creates the actual frame.BaseFrameAbstractDisplay. getFrame()Returns the frame.Methods in adams.flow.core with parameters of type BaseFrame Modifier and Type Method Description protected voidAbstractDisplay. 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 BaseFrameAbstractGraphicsGenerator. m_Framethe frame in use.Methods in adams.flow.sink that return BaseFrame Modifier and Type Method Description protected BaseFrameDisplayPanelManager. doCreateFrame(BasePanel panel)Creates the actual frame.protected BaseFrameAbstractGraphicsGenerator. 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 classInstanceCompareStand-alone version of the Instance Compare utility.classMainGUI for ADAMS. -
Uses of BaseFrame in adams.gui.application
Subclasses of BaseFrame in adams.gui.application Modifier and Type Class Description classAbstractApplicationFrameAbstract frame class for applications.classChildFrameSpecialized JFrame class. -
Uses of BaseFrame in adams.gui.core
Subclasses of BaseFrame in adams.gui.core Modifier and Type Class Description classAbstractFrameWithOptionHandlingAncestor to all frames that handle command-line options.static classAbstractNamedHistoryPanel.AbstractHistoryEntryFrame<T>A specialized frame class for displaying a history entries.static classBufferHistoryPanel.BufferFrameA specialized frame class for displaying a StringBuilder in a BaseTextArea.Fields in adams.gui.core declared as BaseFrame Modifier and Type Field Description protected BaseFrameDetachablePanel. m_DetachedFramethe frame for detaching the component.Methods in adams.gui.core that return BaseFrame Modifier and Type Method Description static BaseFrameBaseFrame. forName(String classname)Instantiates the frame.static BaseFrameBaseFrame. 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 classHelpFrameFor displaying help as plain text or html.static classHelpHistoryPanel.SingleHelpFrameA specialized frame class for displaying a StringBuilder in a BaseTextArea.
-