|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.jigadmin.editors.ServerEditorFactory
public class ServerEditorFactory
The ServerEditor Factory
Constructor Summary | |
---|---|
ServerEditorFactory()
|
Method Summary | |
---|---|
static java.lang.String |
getIdentifier(java.lang.String name,
ServerBrowser browser)
Get the identifier of the server. |
static ServerEditorInterface |
getServerEditor(java.lang.String name,
ServerBrowser browser,
RemoteResourceWrapper server)
Get the ServerEditor of the server. |
static void |
updateServerEditor(java.lang.String name,
ServerBrowser browser,
RemoteResourceWrapper server)
Update the ServerEditor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerEditorFactory()
Method Detail |
---|
public static java.lang.String getIdentifier(java.lang.String name, ServerBrowser browser)
name
- the server namebrowser
- the browser of the server
public static ServerEditorInterface getServerEditor(java.lang.String name, ServerBrowser browser, RemoteResourceWrapper server)
name
- the server namebrowser
- the ServerBrowserserver
- the RemoteResourceWrapper of the server
public static void updateServerEditor(java.lang.String name, ServerBrowser browser, RemoteResourceWrapper server)
name
- the server namebrowser
- the ServerBrowserserver
- the RemoteResourceWrapper of the server
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |