|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.DataSelectionComponent
public abstract class DataSelectionComponent
Used by a display control and field selector to show arbitrary data selection stuff. This is used to pass information into a control or data source.
| Field Summary | |
|---|---|
protected DataSelection |
dataSelection
We can be used by a display control and this is the control's data selection |
| Constructor Summary | |
|---|---|
DataSelectionComponent(String name)
ctor |
|
| Method Summary | |
|---|---|
abstract void |
applyToDataSelection(DataSelection dataSelection)
Apply settings to the data selection |
protected abstract JComponent |
doMakeContents()
Hook method to make the contents |
JComponent |
getContents()
Make if needed and return the gui contents |
JComponent |
getContents(DataSelection dataSelection)
Make if needed and return the gui contents |
String |
getName()
get name |
boolean |
getShowInControlProperties()
Should this show in the control properties, subclasses can override as needed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DataSelection dataSelection
| Constructor Detail |
|---|
public DataSelectionComponent(String name)
name - name| Method Detail |
|---|
public JComponent getContents()
public JComponent getContents(DataSelection dataSelection)
dataSelection - If created by a display control
this is the control's dataselection
protected abstract JComponent doMakeContents()
public abstract void applyToDataSelection(DataSelection dataSelection)
dataSelection - data selection to apply topublic String getName()
public boolean getShowInControlProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||