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 classChildFrameSpecialized JFrame class.Fields in adams.gui.application with type parameters of type Child Modifier and Type Field Description protected HashSet<Child>AbstractApplicationFrame. m_Childrencontains the child frames/windows (title <-> object).Methods in adams.gui.application that return Child Modifier and Type Method Description ChildChild. getNewWindow()Creates a new window of itself.ChildAbstractApplicationFrame. getWindow(Class windowClass)returns the first instance of the given window class, null if none can be found.ChildAbstractApplicationFrame. 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 booleanAbstractApplicationFrame. 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 ChildBasePanel. getParentChild()Tries to determine the child window/frame this panel is part of.static ChildGUIHelper. getParentChild(Component comp)Tries to determine the child window/frame this component is part of.static ChildGUIHelper. 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 ChildAbstractFlowEditorCheckBoxMenuItemAction. getParentChild()Tries to determine the parent child window/frame.protected ChildAbstractFlowEditorMenuItemAction. getParentChild()Tries to determine the parent child window/frame.protected ChildAbstractFlowEditorSubMenuAction. 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 ChildAbstractSpreadSheetViewerCheckBoxMenuItemAction. getParentChild()Tries to determine the parent child window/frame.protected ChildAbstractSpreadSheetViewerMenuItemAction. getParentChild()Tries to determine the parent child window/frame.protected ChildAbstractSpreadSheetViewerSubMenuAction. getParentChild()Tries to determine the parent child window/frame.
-