|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.collab.SharableImpl
ucar.unidata.collab.PropertiedThing
ucar.unidata.idv.control.multi.DisplayComponent
ucar.unidata.idv.control.multi.DisplayControlWrapper
public class DisplayControlWrapper
Provides a table view
| Field Summary | |
|---|---|
static int |
DECORATION_BORDER
type of decoration |
static String[] |
DECORATION_NAMES
type of decoration |
static int |
DECORATION_NONE
type of decoration |
static int |
DECORATION_TITLEDBORDER
type of decoration |
static int[] |
DECORATIONS
type of decoration |
| Fields inherited from class ucar.unidata.idv.control.multi.DisplayComponent |
|---|
CMD_SAVEIMAGE, CMD_SAVEMOVIE, displayControl, displayLabel, hasBeenInitialized, isRemoved, PROP_REMOVED |
| Fields inherited from class ucar.unidata.collab.PropertiedThing |
|---|
propertiesDialog |
| Constructor Summary | |
|---|---|
DisplayControlWrapper()
Default ctor |
|
DisplayControlWrapper(DisplayControlImpl myDisplayControl)
Default ctor |
|
| Method Summary | |
|---|---|
protected boolean |
applyProperties()
Apply properties |
protected JComponent |
doMakeContents()
make the gui |
void |
doRemove()
Cleanup the component |
int |
getDecoration()
Get the Decoration property. |
DisplayControlImpl |
getMyDisplayControl()
Get the DisplayControl property. |
protected List |
getPopupMenuItems(List items)
Add to the popup menu |
protected void |
getPropertiesComponents(List comps,
int tabIdx)
Make the properties gui |
String |
getTypeName()
Return the human readable name of this component |
void |
initAfterUnPersistence(MultiDisplayHolder displayControl,
ControlContext vc,
Hashtable properties)
Called by the IntegratedDataViewer to
initialize after this control has been unpersisted |
void |
propertyChange(PropertyChangeEvent event)
Handle the property change event |
void |
setDecoration(int value)
Set the Decoration property. |
void |
setMyDisplayControl(DisplayControlImpl value)
Set the DisplayControl property. |
String |
toString()
to string |
| Methods inherited from class ucar.unidata.idv.control.multi.DisplayComponent |
|---|
addGroupMenuItems, animationTimeChanged, doApplyProperties, doMakeDisplayLabel, doSaveImage, doSaveMovie, getBackgroundColor, getContents, getDisplayables, getDisplayControl, getDisplayGroup, getDisplayLabel, getIsRemoved, getLabelShown, getName, initDone, loadData, removeDisplayComponent, setBackgroundColor, setDisplayControl, setDisplayGroup, setIsRemoved, setLabelShown, setName, showPopup, showProperties |
| Methods inherited from class ucar.unidata.collab.PropertiedThing |
|---|
addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyListeners, getPropertyTabs, isShowing, removePropertyChangeListener, showProperties |
| Methods inherited from class ucar.unidata.collab.SharableImpl |
|---|
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DECORATION_NONE
public static final int DECORATION_BORDER
public static final int DECORATION_TITLEDBORDER
public static final int[] DECORATIONS
public static final String[] DECORATION_NAMES
| Constructor Detail |
|---|
public DisplayControlWrapper()
public DisplayControlWrapper(DisplayControlImpl myDisplayControl)
myDisplayControl - My control| Method Detail |
|---|
public void initAfterUnPersistence(MultiDisplayHolder displayControl,
ControlContext vc,
Hashtable properties)
IntegratedDataViewer to
initialize after this control has been unpersisted
initAfterUnPersistence in class DisplayComponentdisplayControl - The display control I am part ofvc - The context in which this control existsproperties - Properties that may hold thingspublic void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListenerpropertyChange in class PropertiedThingevent - The event
protected void getPropertiesComponents(List comps,
int tabIdx)
getPropertiesComponents in class DisplayComponentcomps - List of componentstabIdx - Which tab in the guiprotected boolean applyProperties()
applyProperties in class DisplayComponentprotected List getPopupMenuItems(List items)
getPopupMenuItems in class DisplayComponentitems - List of menu items
public String getTypeName()
getTypeName in class DisplayComponentpublic void doRemove()
doRemove in class DisplayComponentprotected JComponent doMakeContents()
doMakeContents in class DisplayComponentpublic String toString()
toString in class DisplayComponentpublic void setMyDisplayControl(DisplayControlImpl value)
value - The new value for DisplayControlpublic DisplayControlImpl getMyDisplayControl()
public void setDecoration(int value)
value - The new value for Decorationpublic int getDecoration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||