|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.DataChoice
ucar.unidata.data.UnboundDataChoice
public class UnboundDataChoice
Represents a DataChoice in a formula that is unbound.
| Field Summary | |
|---|---|
protected String |
label
label for his |
| Fields inherited from class ucar.unidata.data.DataChoice |
|---|
description, id, name, NULL_DATASELECTION, NULL_PROPERTIES, NULL_REQUESTPROPERTIES, parent, PROP_ICON, PROP_REQUESTER, properties |
| Constructor Summary | |
|---|---|
UnboundDataChoice()
Default constructor; does nothing |
|
UnboundDataChoice(String label)
Create a new UnboundDataChoice. |
|
UnboundDataChoice(UnboundDataChoice other)
Copy constructor for creating one from another |
|
| Method Summary | |
|---|---|
void |
addDataChangeListener(DataChangeListener listener)
Add a DataChangeListener. |
DataChoice |
cloneMe()
Create a clone of this. |
protected Data |
getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
A no-op |
String |
getLabel()
Get the label for this. |
void |
removeDataChangeListener(DataChangeListener listener)
Remove a DataChangeListener. |
String |
toString()
Return a String representation of this UnboundDataChoice. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String label
| Constructor Detail |
|---|
public UnboundDataChoice()
public UnboundDataChoice(UnboundDataChoice other)
other - the otherpublic UnboundDataChoice(String label)
label - the label for this| Method Detail |
|---|
public DataChoice cloneMe()
cloneMe in class DataChoicepublic String getLabel()
public String toString()
toString in class DataChoice
protected Data getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
throws VisADException,
RemoteException
getData in class DataChoicecategory - The data category of the request.dataSelection - Identifies any subsetting of the data.requestProperties - Hashtable that holds any detailed request
properties.
RemoteException - Java RMI problem
VisADException - VisAD problempublic void addDataChangeListener(DataChangeListener listener)
DataChangeListener. Does nothing
addDataChangeListener in class DataChoicelistener - listener to addpublic void removeDataChangeListener(DataChangeListener listener)
DataChangeListener. Does nothing.
removeDataChangeListener in class DataChoicelistener - listener to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||