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.ItemClipboard. currentMethods in mgui.interfaces that return Clipboard.Item Modifier and Type Method Description Clipboard.ItemClipboard. getContent()Returns the current content, ornullis this clipboard is empty.Methods in mgui.interfaces with parameters of type Clipboard.Item Modifier and Type Method Description voidClipboard. setContent(Clipboard.Item content)Sets the current content object, overwritten any existing one.