public class AppToolContainerImpl extends Object implements AppToolContainer
| Modifier and Type | Field and Description |
|---|---|
protected Object |
rootGuiElement |
| Constructor and Description |
|---|
AppToolContainerImpl(String rootPath,
Object rootGuiElement,
Application application) |
| Modifier and Type | Method and Description |
|---|---|
Object |
component() |
Application |
getApplication() |
net.thevpc.common.props.impl.AppPropertyBinding[] |
getProperties() |
net.thevpc.common.props.PropertyListeners |
listeners() |
ItemPath |
path() |
AppComponentRenderer |
renderer() |
AppNode |
rootNode() |
AppTools |
tools() |
protected Object rootGuiElement
public AppToolContainerImpl(String rootPath, Object rootGuiElement, Application application)
public AppTools tools()
tools in interface AppToolContainerpublic ItemPath path()
path in interface AppComponentpublic AppComponentRenderer renderer()
renderer in interface AppComponentpublic AppNode rootNode()
rootNode in interface AppToolContainerpublic Application getApplication()
public Object component()
public net.thevpc.common.props.impl.AppPropertyBinding[] getProperties()
getProperties in interface net.thevpc.common.props.PropertyContainerpublic net.thevpc.common.props.PropertyListeners listeners()
listeners in interface net.thevpc.common.props.PropertyContainerlisteners in interface net.thevpc.common.props.WithListenersCopyright © 2021 vpc open source initiative. All rights reserved.