| Modifier and Type | Field and Description |
|---|---|
protected AppComponent |
appComponent |
protected Application |
application |
protected AppToolComponent |
binding |
protected List<BindingNode> |
children |
protected Object |
guiElement |
protected BindingNode |
parent |
| Constructor and Description |
|---|
BindingNode(BindingNode parent,
Object guiElement,
AppToolComponent binding,
AppComponent appComponent,
Application application,
net.thevpc.common.props.WritableList<AppComponent> components,
BindingNodeFactory factory,
GuiComponentNavigator navigator,
AppTools tools) |
| Modifier and Type | Method and Description |
|---|---|
BindingNode |
add(AppToolComponent b) |
BindingNode |
addChildItem(int i,
AppToolComponent toolComponent) |
Object |
addChildItemGui(int index,
AppToolComponent b) |
BindingNode |
get(ItemPath path) |
AppToolComponent |
getBinding() |
BindingNode[] |
getChildren() |
AppComponent |
getComponent() |
Object |
getGuiElement() |
Object |
getItemAt(int index) |
int |
getItemCount() |
int |
getOrder() |
BindingNode |
getParent() |
AppTool |
getToolByPath(ItemPath path0) |
String |
name() |
ItemPath |
path() |
String |
toString() |
protected Application application
protected BindingNode parent
protected Object guiElement
protected AppComponent appComponent
protected AppToolComponent binding
protected List<BindingNode> children
public BindingNode(BindingNode parent, Object guiElement, AppToolComponent binding, AppComponent appComponent, Application application, net.thevpc.common.props.WritableList<AppComponent> components, BindingNodeFactory factory, GuiComponentNavigator navigator, AppTools tools)
public BindingNode getParent()
public Object getGuiElement()
public AppToolComponent getBinding()
public String name()
public BindingNode add(AppToolComponent b)
public BindingNode addChildItem(int i, AppToolComponent toolComponent)
public BindingNode get(ItemPath path)
public Object addChildItemGui(int index, AppToolComponent b)
public int getItemCount()
public Object getItemAt(int index)
public AppComponent getComponent()
getComponent in interface AppNodepublic BindingNode[] getChildren()
getChildren in interface AppNodeCopyright © 2021 vpc open source initiative. All rights reserved.