public abstract class AbstractGuiComponent extends java.lang.Object implements GuiComponent
| Constructor and Description |
|---|
AbstractGuiComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(GuiControl parent) |
GuiComponent |
clone() |
void |
detach(GuiControl parent) |
GuiControl |
getGuiControl() |
protected com.jme3.scene.Node |
getNode() |
protected void |
invalidate() |
boolean |
isAttached() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculatePreferredSize, reshapeprotected void invalidate()
public void attach(GuiControl parent)
attach in interface GuiComponentpublic void detach(GuiControl parent)
detach in interface GuiComponentpublic boolean isAttached()
isAttached in interface GuiComponentpublic GuiControl getGuiControl()
getGuiControl in interface GuiComponentpublic GuiComponent clone()
clone in interface GuiComponentclone in class java.lang.Objectprotected com.jme3.scene.Node getNode()