|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.jigadmin.gui.slist.ServerListModel
The default ServerList model.
Constructor Summary | |
ServerListModel(RemoteResourceWrapper root)
Constructor. |
Method Summary | |
protected void |
build()
Build the ServerListModel. |
RemoteResourceWrapper |
getServer(java.lang.String name)
Get the server with the given name. |
java.lang.String[] |
getServers()
Returns a array of the server names. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ServerListModel(RemoteResourceWrapper root) throws RemoteAccessException
root
- the root RemoteResourceWrapper.Method Detail |
public java.lang.String[] getServers()
public RemoteResourceWrapper getServer(java.lang.String name)
name
- the server nameprotected void build() throws RemoteAccessException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |