org.globus.cog.gridface.interfaces
Interface URIInputPanel

All Known Implementing Classes:
URIInputPanelImpl

public interface URIInputPanel

A panel the inputs a URI. is a Panel that looks similar to
+--------------------------------+
| URI : ___________________ |
+--------------------------------+
it is useful to input quickly some names IMplementations to this panel could include browsing windows or help strings.


Method Summary
 void addKeyListener(KeyListener listener)
           
 void get()
          gets the value that is used in the panel.
 URI getURI()
           
 void set(URI value)
          Set the value that is used in the panel.
 void setLabel(String label)
          set the label that is used in the panel.
 

Method Detail

setLabel

public void setLabel(String label)
set the label that is used in the panel.

Parameters:
label - The new label.

set

public void set(URI value)
Set the value that is used in the panel.


get

public void get()
gets the value that is used in the panel.


addKeyListener

public void addKeyListener(KeyListener listener)

getURI

public URI getURI()