Uses of Class
mgui.interfaces.graphics.InterfaceGraphicTextBox
Package | Description |
---|---|
mgui.interfaces.console |
Provides an interactive system console (currently view only).
|
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.tables |
Provides object interaction via a JTable.
|
-
Uses of InterfaceGraphicTextBox in mgui.interfaces.console
Methods in mgui.interfaces.console with parameters of type InterfaceGraphicTextBox Modifier and Type Method Description int
InterfaceConsoleDisplay. updateStatusBox(InterfaceGraphicTextBox box, java.awt.event.MouseEvent e)
-
Uses of InterfaceGraphicTextBox in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type InterfaceGraphicTextBox Modifier and Type Method Description int
InterfaceGraphic. updateStatusBox(InterfaceGraphicTextBox box, java.awt.event.MouseEvent e)
Notifies this window to update the given status text box with information as it sees fit.int
InterfaceGraphic2D. updateStatusBox(InterfaceGraphicTextBox box, java.awt.event.MouseEvent e)
int
InterfaceGraphic3D. updateStatusBox(InterfaceGraphicTextBox box, java.awt.event.MouseEvent e)
-
Uses of InterfaceGraphicTextBox in mgui.interfaces.graphs
Methods in mgui.interfaces.graphs with parameters of type InterfaceGraphicTextBox Modifier and Type Method Description int
InterfaceGraphDisplay. updateStatusBox(InterfaceGraphicTextBox box, java.awt.event.MouseEvent e)
-
Uses of InterfaceGraphicTextBox in mgui.interfaces.tables
Methods in mgui.interfaces.tables with parameters of type InterfaceGraphicTextBox Modifier and Type Method Description int
InterfaceDataTable. updateStatusBox(InterfaceGraphicTextBox box, java.awt.event.MouseEvent e)