Uses of Interface
adams.gui.application.Child
-
Packages that use Child Package Description adams.gui.application adams.gui.core adams.gui.flow.menu adams.gui.tools.spreadsheetviewer.menu -
-
Uses of Child in adams.gui.application
Classes in adams.gui.application that implement Child Modifier and Type Class Description class
ChildFrame
Specialized JFrame class.Fields in adams.gui.application with type parameters of type Child Modifier and Type Field Description protected HashSet<Child>
AbstractApplicationFrame. m_Children
contains the child frames/windows (title <-> object).Methods in adams.gui.application that return Child Modifier and Type Method Description Child
Child. getNewWindow()
Creates a new window of itself.Child
AbstractApplicationFrame. getWindow(Class windowClass)
returns the first instance of the given window class, null if none can be found.Child
AbstractApplicationFrame. getWindow(String title)
returns the first window with the given title, null if none can be found.Methods in adams.gui.application that return types with arguments of type Child Modifier and Type Method Description Iterator<Child>
AbstractApplicationFrame. getWindowList()
returns all currently open frames.Methods in adams.gui.application with parameters of type Child Modifier and Type Method Description boolean
AbstractApplicationFrame. showWindow(Child c)
brings child frame to the top. -
Uses of Child in adams.gui.core
Methods in adams.gui.core that return Child Modifier and Type Method Description Child
BasePanel. getParentChild()
Tries to determine the child window/frame this panel is part of.static Child
GUIHelper. getParentChild(Component comp)
Tries to determine the child window/frame this component is part of.static Child
GUIHelper. getParentChild(Container cont)
Tries to determine the child window/frame this container is part of. -
Uses of Child in adams.gui.flow.menu
Methods in adams.gui.flow.menu that return Child Modifier and Type Method Description protected Child
AbstractFlowEditorCheckBoxMenuItemAction. getParentChild()
Tries to determine the parent child window/frame.protected Child
AbstractFlowEditorMenuItemAction. getParentChild()
Tries to determine the parent child window/frame.protected Child
AbstractFlowEditorSubMenuAction. getParentChild()
Tries to determine the parent child window/frame. -
Uses of Child in adams.gui.tools.spreadsheetviewer.menu
Methods in adams.gui.tools.spreadsheetviewer.menu that return Child Modifier and Type Method Description protected Child
AbstractSpreadSheetViewerCheckBoxMenuItemAction. getParentChild()
Tries to determine the parent child window/frame.protected Child
AbstractSpreadSheetViewerMenuItemAction. getParentChild()
Tries to determine the parent child window/frame.protected Child
AbstractSpreadSheetViewerSubMenuAction. getParentChild()
Tries to determine the parent child window/frame.
-