|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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.GRIDNode
public class GRIDNode
The top-most node. It is named "GRID".
| Field Summary |
|---|
| Fields inherited from class com.intel.gpe.client2.common.panels.tree.BaseNode |
|---|
contentsChangeListeners, listeners, nodeChangeListeners |
| Constructor Summary | |
|---|---|
GRIDNode(GridTreeModel model,
AsyncClient asyncClient,
java.util.List<ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String>> registries,
MessageAdapter messageAdapter,
com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
Deprecated. |
|
GRIDNode(GridTreeModel model,
AsyncClient asyncClient,
java.util.List<ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String>> registries,
MessageProvider messageProvider,
com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
|
|
GRIDNode(GridTreeModel model,
Client client,
boolean onlyDirectories,
MessageAdapter messageAdapter)
Deprecated. |
|
GRIDNode(GridTreeModel model,
Client client,
boolean onlyDirectories,
MessageProvider messageProvider)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIconPath()
|
PathElement |
getPathElement()
|
boolean |
isLeaf()
Check if the node is a leaf. |
boolean |
matches(PathElement pathElement)
Test if the node matches the path element. |
void |
observableUpdate(java.lang.Object theObserved,
java.lang.Object changeCode)
|
void |
refresh()
Refresh the list of the children. |
void |
requestChildren()
Get the child nodes. |
void |
requestContents()
Get the contents of the node. |
void |
setRegistries(java.util.List<ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String>> registries)
|
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GRIDNode(GridTreeModel model,
AsyncClient asyncClient,
java.util.List<ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String>> registries,
MessageAdapter messageAdapter,
com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
model - asyncClient - registries - messageAdapter - factory -
public GRIDNode(GridTreeModel model,
AsyncClient asyncClient,
java.util.List<ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String>> registries,
MessageProvider messageProvider,
com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
@Deprecated
public GRIDNode(GridTreeModel model,
Client client,
boolean onlyDirectories,
MessageAdapter messageAdapter)
model - client - onlyDirectories - messageAdapter -
public GRIDNode(GridTreeModel model,
Client client,
boolean onlyDirectories,
MessageProvider messageProvider)
| Method Detail |
|---|
public void refresh()
BaseNode
refresh in class BaseNodepublic void setRegistries(java.util.List<ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String>> registries)
public void requestChildren()
BaseNodeBaseNode.setChildren(List) method.
requestChildren in class BaseNodepublic void requestContents()
BaseNode
requestContents in class BaseNodepublic boolean isLeaf()
Node
isLeaf in interface Nodetrue if the node if a leaf, false otherwise.public PathElement getPathElement()
public java.lang.String toString()
toString in class java.lang.Object
public void observableUpdate(java.lang.Object theObserved,
java.lang.Object changeCode)
observableUpdate in interface com.intel.gpe.util.observer.IObserverpublic java.lang.String getIconPath()
getIconPath in interface ObjectWithIcongetIconPath in class BaseNodepublic boolean matches(PathElement pathElement)
TargetSystemChooserNode
matches in interface TargetSystemChooserNodepathElement - -
the path element to match
true if the node matches the supplied path element, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||