Uses of Class
mgui.interfaces.InterfaceTextBox
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.
|
-
Uses of InterfaceTextBox in mgui.interfaces
Fields in mgui.interfaces with type parameters of type InterfaceTextBox Modifier and Type Field Description java.util.ArrayList<InterfaceTextBox>
InterfaceStatusBarPanel. boxes
Methods in mgui.interfaces with parameters of type InterfaceTextBox Modifier and Type Method Description void
InterfaceStatusBarPanel. addTextBox(InterfaceTextBox thisText)
-
Uses of InterfaceTextBox in mgui.interfaces.graphics
Subclasses of InterfaceTextBox in mgui.interfaces.graphics Modifier and Type Class Description class
InterfaceGraphic2DTextBox
Status text box for a Graphic2D window.class
InterfaceGraphicTextBox
Represents a labelled text box which updates from mouse movement events on its registeredInterfaceGraphic
components.