Uses of Class
mgui.interfaces.InterfaceButton
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.tools |
Provides a framework for "tool" objects, which allow the user to modify or
interrogate model objects.
|
-
Uses of InterfaceButton in mgui.interfaces
Methods in mgui.interfaces with parameters of type InterfaceButton Modifier and Type Method Description voidInterfaceButtonPanel. addButton(InterfaceButton thisButton) -
Uses of InterfaceButton in mgui.interfaces.tools
Methods in mgui.interfaces.tools with parameters of type InterfaceButton Modifier and Type Method Description voidInterfaceTool2DPanel. addButton(java.lang.String thisCat, InterfaceButton thisButton)Deprecated.