|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.client2.common.panels.tree.BaseNode
com.intel.gpe.client2.common.panels.targetsystemchooser.TargetSystemNode
public class TargetSystemNode
The node representing a target system.
Field Summary |
---|
Fields inherited from class com.intel.gpe.client2.common.panels.tree.BaseNode |
---|
contentsChangeListeners, listeners, nodeChangeListeners |
Constructor Summary | |
---|---|
TargetSystemNode(GridTreeModel model,
RegistryNode parent,
AsyncClient asyncClient,
ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,?> clientWrapper,
MessageAdapter messageAdapter)
Deprecated. |
|
TargetSystemNode(GridTreeModel model,
RegistryNode parent,
AsyncClient asyncClient,
ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,?> clientWrapper,
MessageProvider messageProvider)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getIconPath()
|
PathElement |
getPathElement()
Get the path element representing the node. |
ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String> |
getRegistry()
Get the client to the registry. |
ClientWrapper |
getTargetSystem()
Get the target system client associated either with the target system node or the storage node or the file location. |
boolean |
isLeaf()
Check if the node is a leaf. |
boolean |
matches(PathElement pathElement)
Test if the node matches the path element. |
void |
refresh()
Refresh the list of the children. |
void |
requestChildren()
Get the child nodes. |
void |
requestContents()
Get the contents of the node. |
java.lang.String |
toString()
|
Methods inherited from class com.intel.gpe.client2.common.panels.tree.BaseNode |
---|
addChildrenChangeListener, addContentsChangeListener, compareTo, executeRequest, getAsyncClient, getChild, getChildCount, getChildren, getContents, getIndex, getMessageAdapter, getMessageProvider, getModel, getPath, notifyContentsChangeListener, notifyNodeChanged, removeChildrenChangeListener, removeContentsChangeListener, setChildren, setContents, setModel, showException |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.intel.gpe.client2.common.panels.tree.Node |
---|
getChild, getChildCount, getIndex, getPath |
Methods inherited from interface com.intel.gpe.client2.common.panels.tree.Node |
---|
getChild, getChildCount, getIndex, getPath |
Constructor Detail |
---|
@Deprecated public TargetSystemNode(GridTreeModel model, RegistryNode parent, AsyncClient asyncClient, ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,?> clientWrapper, MessageAdapter messageAdapter)
public TargetSystemNode(GridTreeModel model, RegistryNode parent, AsyncClient asyncClient, ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,?> clientWrapper, MessageProvider messageProvider)
Method Detail |
---|
public void refresh()
BaseNode
refresh
in class BaseNode
public void requestChildren()
BaseNode
BaseNode.setChildren(List)
method.
requestChildren
in class BaseNode
public void requestContents()
BaseNode
requestContents
in class BaseNode
public boolean isLeaf()
Node
isLeaf
in interface Node
true
if the node if a leaf, false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
public PathElement getPathElement()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public ClientWrapper getTargetSystem()
TargetSystemOrChildNode
getTargetSystem
in interface TargetSystemOrChildNode
public java.lang.String getIconPath()
getIconPath
in interface ObjectWithIcon
getIconPath
in class BaseNode
public boolean matches(PathElement pathElement)
TargetSystemChooserNode
matches
in interface TargetSystemChooserNode
pathElement
- -
the path element to match
true
if the node matches the supplied path element, false
otherwise.public ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String> getRegistry()
getRegistry
in interface RegistryOrChildNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |