|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.DisplaySetting
public class DisplaySetting
| Constructor Summary | |
|---|---|
DisplaySetting()
_more_ |
|
DisplaySetting(String name,
List propertyValues)
_more_ |
|
| Method Summary | |
|---|---|
boolean |
applicableTo(ControlDescriptor cd)
_more_ |
boolean |
changeName(IntegratedDataViewer idv,
JDialog dialog)
_more_ |
static String |
cleanName(String name)
_more_ |
void |
clearOnlyApplicableTo()
_more_ |
static void |
doSave(IntegratedDataViewer idv,
JDialog dialog,
List propList,
DisplayControlImpl display)
_more_ |
boolean |
equals(Object o)
_more_ |
Hashtable |
getApplicableToControls()
Get the ApplicableToControls property. |
String |
getCategory()
_more_ |
boolean |
getIsLocal()
Get the IsLocal property. |
String |
getName()
Get the Name property. |
String |
getNameWithoutCategory()
_more_ |
List |
getPropertyValues()
Get the PropertyValues property. |
void |
setApplicableToControls(Hashtable value)
Set the ApplicableToControls property. |
void |
setIsLocal(boolean value)
Set the IsLocal property. |
void |
setName(String value)
Set the Name property. |
void |
setOnlyApplicableTo(ControlDescriptor cd)
_more_ |
void |
setPropertyValues(List value)
Set the PropertyValues property. |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DisplaySetting()
public DisplaySetting(String name,
List propertyValues)
name - _more_propertyValues - _more_| Method Detail |
|---|
public boolean applicableTo(ControlDescriptor cd)
cd - _more_
public boolean changeName(IntegratedDataViewer idv,
JDialog dialog)
idv - _more_dialog - _more_
public static void doSave(IntegratedDataViewer idv,
JDialog dialog,
List propList,
DisplayControlImpl display)
idv - _more_dialog - _more_propList - _more_display - _more_public void setName(String value)
value - The new value for Namepublic String getCategory()
public String getNameWithoutCategory()
public static String cleanName(String name)
name - _more_
public String getName()
public void setPropertyValues(List value)
value - The new value for PropertyValuespublic List getPropertyValues()
public boolean equals(Object o)
equals in class Objecto - _more_
public void setIsLocal(boolean value)
value - The new value for IsLocalpublic boolean getIsLocal()
public String toString()
toString in class Objectpublic void clearOnlyApplicableTo()
public void setOnlyApplicableTo(ControlDescriptor cd)
cd - _more_public void setApplicableToControls(Hashtable value)
value - The new value for ApplicableToControlspublic Hashtable getApplicableToControls()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||