public class ProxyComponentTreeNode extends PlatformTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.ITransportComponentIdentifier |
cid
The remote component identifier.
|
protected static javax.swing.UIDefaults |
icons
The image icons.
|
protected jadex.bridge.service.types.remote.IProxyAgentService.State |
state
The connection state.
|
realchildrenaccess, broken, busy, cms, cmslistener, desc, iconcache, listenercid, propcomptree| Constructor and Description |
|---|
ProxyComponentTreeNode(ISwingTreeNode parent,
AsyncSwingTreeModel model,
javax.swing.JTree tree,
jadex.bridge.service.types.cms.IComponentDescription desc,
jadex.bridge.service.types.cms.IComponentManagementService cms,
ComponentIconCache iconcache,
jadex.bridge.IExternalAccess access)
Create a new service container node.
|
| Modifier and Type | Method and Description |
|---|---|
jadex.bridge.IComponentIdentifier |
getComponentIdentifier()
Get the cid.
|
protected jadex.commons.future.IFuture<jadex.bridge.service.types.remote.IProxyAgentService.State> |
getConnectionState()
Get the connection state.
|
jadex.commons.future.IFuture<jadex.bridge.ITransportComponentIdentifier> |
getRemoteComponentIdentifier()
Get the remote component identifier.
|
javax.swing.Icon |
getSwingIcon()
Get the icon for a node.
|
boolean |
isConnected()
Get the connected.
|
protected void |
searchChildren()
Asynchronously search for children.
|
java.lang.String |
toString()
Create a string representation.
|
addChild, addChild, addNode, getChild, getChildApplications, getChildPlatforms, getChildSystem, insertNode, removeChild, removeNode, setChildrenaddCMSListener, createComponentNode, createNFPropertyNodes, dispose, getDescription, getIcon, getId, getPropertiesComponent, getTooltipText, hasProperties, refresh, searchChildren, setDescriptionequals, expandChildren, getCachedChildren, getChild, getChildCount, getChildren, getIndexOfChild, getModel, getParent, getTree, isLeafcheckChildren, hashCode, removeAllChildren, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetChild, getChildren, getParentprotected static final javax.swing.UIDefaults icons
protected jadex.bridge.ITransportComponentIdentifier cid
protected jadex.bridge.service.types.remote.IProxyAgentService.State state
public ProxyComponentTreeNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, jadex.bridge.service.types.cms.IComponentDescription desc, jadex.bridge.service.types.cms.IComponentManagementService cms, ComponentIconCache iconcache, jadex.bridge.IExternalAccess access)
public jadex.bridge.IComponentIdentifier getComponentIdentifier()
getComponentIdentifier in interface IActiveComponentTreeNodegetComponentIdentifier in class ComponentTreeNodepublic javax.swing.Icon getSwingIcon()
getSwingIcon in interface ISwingTreeNodegetSwingIcon in class PlatformTreeNodeprotected void searchChildren()
searchChildren in class ComponentTreeNodepublic java.lang.String toString()
toString in class ComponentTreeNodepublic jadex.commons.future.IFuture<jadex.bridge.ITransportComponentIdentifier> getRemoteComponentIdentifier()
protected jadex.commons.future.IFuture<jadex.bridge.service.types.remote.IProxyAgentService.State> getConnectionState()
public boolean isConnected()