Uses of Class
mgui.interfaces.Clipboard.Item
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
-
Uses of Clipboard.Item in mgui.interfaces
Fields in mgui.interfaces declared as Clipboard.Item Modifier and Type Field Description protected Clipboard.Item
Clipboard. current
Methods in mgui.interfaces that return Clipboard.Item Modifier and Type Method Description Clipboard.Item
Clipboard. getContent()
Returns the current content, ornull
is this clipboard is empty.Methods in mgui.interfaces with parameters of type Clipboard.Item Modifier and Type Method Description void
Clipboard. setContent(Clipboard.Item content)
Sets the current content object, overwritten any existing one.