|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.ui.LegendPanel
ucar.unidata.idv.ui.SideLegend.CategoryPanel
public static class SideLegend.CategoryPanel
Class CategoryPanel is used to hold the set of display control legends for a particular display category.
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.idv.ui.LegendPanel |
|---|
contents, extraRight |
| Constructor Summary | |
|---|---|
SideLegend.CategoryPanel(SideLegend legend,
String theCategory)
Create me with the given legend and category |
|
| Method Summary | |
|---|---|
void |
add(DisplayControl control,
JComponent comp)
Add the given display control and its GUI component to this panel |
void |
clear()
clear out contents |
boolean |
containsDisplayControl(DisplayControl control)
Does this category panel contain the given control |
void |
controlVisibilityChanged(boolean toWhat)
Handle when the visibility of a display control has been changed |
void |
doDrop(Object object)
|
boolean |
dropOk(Object object)
|
boolean |
makeDropPanel()
|
void |
reInitialize()
Clear out the current state |
| Methods inherited from class ucar.unidata.idv.ui.LegendPanel |
|---|
add, add, doMakeContents, getContents, getInnerVisible, setComponents, setInnerVisible, toggleInnerVisible, walkMe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SideLegend.CategoryPanel(SideLegend legend,
String theCategory)
legend - The legend we are part oftheCategory - Our display category| Method Detail |
|---|
public boolean makeDropPanel()
makeDropPanel in class LegendPanelpublic boolean dropOk(Object object)
dropOk in class LegendPanelpublic void doDrop(Object object)
doDrop in class LegendPanelpublic void controlVisibilityChanged(boolean toWhat)
toWhat - What the visibility was changed to
public void add(DisplayControl control,
JComponent comp)
control - The display control to addcomp - Its GUI componentpublic boolean containsDisplayControl(DisplayControl control)
control - The control
public void reInitialize()
reInitialize in class LegendPanelpublic void clear()
clear in class LegendPanel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||