| |
|
| javax.swing.JPanel org.w3c.jigadmin.editors.AddResourcePanel
All known Subclasses: org.w3c.jigadmin.editors.AddFramePanel,
AddResourcePanel | public class AddResourcePanel extends JPanel (Code) | | A widget used to select a resource class and its identifier.
version: $Revision: 1.5 $ author: Benoît Mahé (bmahe@w3.org) |
done | protected synchronized void done()(Code) | | NotifyAll that the resource class and its identifier are selected.
|
getFocus | protected void getFocus()(Code) | | request the focus for the class combobox.
|
getResources | protected Hashtable getResources(RemoteResourceWrapper rrw) throws RemoteAccessException(Code) | | Get a list of resources that we can add to the container wrapped by
the given RemoteResourceWrapper.
Parameters: rrw - The RemoteResourceWrapper a Hashtable instance containing the list of resource that canbe added to the given RemoteResource. exception: RemoteAccessException - is some remote error occurs |
waitForCompletion | public synchronized boolean waitForCompletion()(Code) | | Wait until the resource class and its identifier are selected.
|
|
|
|