Uses of Class
mgui.interfaces.graphics.InterfaceGraphicWindow
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
| mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
| mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
| mgui.interfaces.tables |
Provides object interaction via a JTable.
|
-
Uses of InterfaceGraphicWindow in mgui.interfaces
Subclasses of InterfaceGraphicWindow in mgui.interfaces Modifier and Type Class Description classInterfaceSplitPanelDisplays twoInterfaceGraphicWindows, split either horizontally or vertically.Fields in mgui.interfaces declared as InterfaceGraphicWindow Modifier and Type Field Description protected InterfaceGraphicWindowInterfaceSplitPanel. panel1protected InterfaceGraphicWindowInterfaceSplitPanel. panel2protected InterfaceGraphicWindowInterfaceDisplayPanel. windowMethods in mgui.interfaces that return InterfaceGraphicWindow Modifier and Type Method Description InterfaceGraphicWindowInterfaceSplitPanel. findWindow(java.lang.String name)Searches this split pane for a window with the titlename.InterfaceGraphicWindowInterfaceSplitPanel. getOtherWindow(InterfaceGraphicWindow window)Returns the window that is notwindow, if one exists.InterfaceGraphicWindowInterfaceSplitPanel. getWindow(int side)Returns the window on the specified side of the panel; where 0 = left, 1 = right.Methods in mgui.interfaces that return types with arguments of type InterfaceGraphicWindow Modifier and Type Method Description java.util.ArrayList<InterfaceGraphicWindow>InterfaceDisplayPanel. getAllWindows()java.util.ArrayList<InterfaceGraphicWindow>InterfaceTabbedDisplayPanel. getAllWindows()Returns all graphics panels from all tabs in this display panel.static java.util.ArrayList<InterfaceGraphicWindow>InterfaceEnvironment. getGraphicsWindows()Deprecated.java.util.ArrayList<InterfaceGraphicWindow>InterfaceDisplayPanel. getPanels()Deprecated.java.util.ArrayList<InterfaceGraphicWindow>InterfaceTabbedDisplayPanel. getPanels()java.util.Stack<InterfaceGraphicWindow>InterfaceSplitPanel. getSplitPanelStack()Returns a stack of split panels, with the top-most being the highest in the nested treejava.util.ArrayList<InterfaceGraphicWindow>InterfaceDisplayPanel. getWindows()Returns a list of the windows contained in this display panel.protected java.util.ArrayList<InterfaceGraphicWindow>InterfaceSplitPanel. getWindows(int depth, int max_depth)java.util.ArrayList<InterfaceGraphicWindow>InterfaceTabbedDisplayPanel. getWindows()java.util.ArrayList<InterfaceGraphicWindow>InterfaceSplitPanel. getWindowsBreadthFirst()Returns a breadth-first list of windows contained by this split panel; meaning that the first windows are on the top-most level and later windows are increasingly deep in the nesting tree.java.util.ArrayList<InterfaceGraphicWindow>InterfaceDisplayPanel. getWindowsDepthFirst()Returns a list of the windows contained in this display panel.java.util.ArrayList<InterfaceGraphicWindow>InterfaceSplitPanel. getWindowsDepthFirst()Returns a depth-first list of all windows contained by this split panel or its nested panels (left or top first).java.util.ArrayList<InterfaceGraphicWindow>InterfaceTabbedDisplayPanel. getWindowsDepthFirst()Methods in mgui.interfaces with parameters of type InterfaceGraphicWindow Modifier and Type Method Description voidInterfaceTabbedDisplayPanel. addPanel(java.lang.String tab, InterfaceGraphicWindow graphic_panel, java.lang.String title)booleanInterfaceDisplayPanel. addWindow(InterfaceGraphicWindow new_window)booleanInterfaceDisplayPanel. addWindow(InterfaceGraphicWindow new_window, java.lang.String title)Adds a panel to this display panel, using the default split position, which depends on the previous addition.booleanInterfaceTabbedDisplayPanel. addWindow(InterfaceGraphicWindow graphic_panel, java.lang.String title)protected InterfaceSplitPanelInterfaceDisplayPanel. getNextSplitPanel(InterfaceGraphicWindow new_window)Returns a new split panel, determined as the first non-split window encountered, searching through the nested stack of split panels.InterfaceGraphicWindowInterfaceSplitPanel. getOtherWindow(InterfaceGraphicWindow window)Returns the window that is notwindow, if one exists.InterfaceSplitPanelInterfaceSplitPanel. getParent(InterfaceGraphicWindow window)Returns the parent panel ofwindow.InterfaceSplitPanelintInterfaceSplitPanel. getSide(InterfaceGraphicWindow window)Returns the side of the split panewindowis on.voidInterfaceDisplayPanel. removeWindow(InterfaceGraphicWindow child)voidInterfaceDisplayPanel. removeWindow(InterfaceGraphicWindow child, boolean notify)voidInterfaceSplitPanel. removeWindow(InterfaceGraphicWindow window)voidInterfaceSplitPanel. removeWindow(InterfaceGraphicWindow window, boolean notify)booleanInterfaceSplitPanel. replace(InterfaceGraphicWindow old, InterfaceGraphicWindow nieuw)Replaceoldwithnieuw.InterfaceSplitPanelInterfaceDisplayPanel. splitWindow(InterfaceGraphicWindow window_to_split, InterfaceGraphicWindow window_to_add, int orientation, boolean is_left)Adds a new split panel to this display panel, in place ofwindow_to_split, which must already be a child of this display panel.Constructors in mgui.interfaces with parameters of type InterfaceGraphicWindow Constructor Description InterfaceSplitPanel(int direction, InterfaceGraphicWindow panel1, InterfaceGraphicWindow panel2) -
Uses of InterfaceGraphicWindow in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as InterfaceGraphicWindow Modifier and Type Field Description InterfaceGraphicWindowInterfaceGraphic. title_panelMethods in mgui.interfaces.graphics with parameters of type InterfaceGraphicWindow Modifier and Type Method Description voidWindowContainer. removeWindow(InterfaceGraphicWindow child)Removechildfrom this container, and notify listeners.voidWindowContainer. removeWindow(InterfaceGraphicWindow child, boolean notify)Removechildfrom this container.Constructors in mgui.interfaces.graphics with parameters of type InterfaceGraphicWindow Constructor Description WindowEvent(InterfaceGraphicWindow source)WindowEvent(InterfaceGraphicWindow source, WindowEvent.EventType type) -
Uses of InterfaceGraphicWindow in mgui.interfaces.graphs
Subclasses of InterfaceGraphicWindow in mgui.interfaces.graphs Modifier and Type Class Description classInterfaceGraphDisplayTitleMethods in mgui.interfaces.graphs that return InterfaceGraphicWindow Modifier and Type Method Description static InterfaceGraphicWindowInterfaceGraphDisplayTitle. getInstance()static InterfaceGraphicWindowInterfaceGraphDisplayTitle. getInstance(InterfaceGraphic g) -
Uses of InterfaceGraphicWindow in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type InterfaceGraphicWindow Modifier and Type Method Description protected voidInterfaceSectionSetPanel. setCurrentWindow(InterfaceGraphicWindow window) -
Uses of InterfaceGraphicWindow in mgui.interfaces.tables
Subclasses of InterfaceGraphicWindow in mgui.interfaces.tables Modifier and Type Class Description classInterfaceDataTableTitleMethods in mgui.interfaces.tables that return InterfaceGraphicWindow Modifier and Type Method Description static InterfaceGraphicWindowInterfaceDataTableTitle. getInstance()static InterfaceGraphicWindowInterfaceDataTableTitle. getInstance(InterfaceGraphic g)
getWindows()