rita.support.gui
Class RiGUIController
java.lang.Object
rita.support.gui.RiGUIController
- All Implemented Interfaces:
- java.awt.datatransfer.ClipboardOwner
public class RiGUIController
- extends java.lang.Object
- implements java.awt.datatransfer.ClipboardOwner
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultFontSize
public static float defaultFontSize
showBounds
public boolean showBounds
visible
public boolean visible
userState
public PAppletState userState
parent
public processing.core.PApplet parent
RiGUIController
public RiGUIController(processing.core.PApplet p)
RiGUIController
public RiGUIController(processing.core.PApplet p,
float fontSize)
RiGUIController
public RiGUIController(processing.core.PApplet p,
float fontSize,
boolean newVisible)
setLookAndFeel
public void setLookAndFeel(RiGUILookAndFeel lf)
getLookAndFeel
public RiGUILookAndFeel getLookAndFeel()
add
public void add(RiGUIWidget component)
remove
public void remove(RiGUIWidget component)
setParent
public void setParent(processing.core.PApplet argParent)
getParent
public processing.core.PApplet getParent()
setVisible
public void setVisible(boolean newVisible)
getVisible
public boolean getVisible()
requestFocus
public void requestFocus(RiGUIWidget c)
yieldFocus
public void yieldFocus(RiGUIWidget c)
getComponentWithFocus
public RiGUIWidget getComponentWithFocus()
getFocusStatusForComponent
public boolean getFocusStatusForComponent(RiGUIWidget c)
lostOwnership
public void lostOwnership(java.awt.datatransfer.Clipboard parClipboard,
java.awt.datatransfer.Transferable parTransferable)
- Specified by:
lostOwnership in interface java.awt.datatransfer.ClipboardOwner
copy
public void copy(java.lang.String v)
paste
public java.lang.String paste()
keyEvent
public void keyEvent(java.awt.event.KeyEvent e)
draw
public void draw()