public class IdvComponentHolder extends ComponentHolder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_CHOOSERS
_more_
|
static java.lang.String |
TYPE_DEFAULT
_more_
|
static java.lang.String |
TYPE_SKIN
_more_
|
ATTR_NAME, BORDER_NAMES, BORDERS, displayBtn, header, isRemoved, nameFld, parentpropertiesDialog| Constructor and Description |
|---|
IdvComponentHolder()
_more_
|
IdvComponentHolder(IntegratedDataViewer idv,
java.lang.Object object)
_more_
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
createXmlNode(org.w3c.dom.Document doc)
_more_
|
void |
displayControlHasInitialized()
_more_
|
javax.swing.JComponent |
doMakeContents()
_more_
|
void |
doRemove()
_more_
|
java.lang.String |
getCategory()
_more_
|
javax.swing.ImageIcon |
getIcon()
_more_
|
IntegratedDataViewer |
getIdv()
Get the Idv property.
|
java.lang.String |
getName()
_more_
|
java.lang.Object |
getObject()
Get the Object property.
|
protected java.util.List |
getPopupMenuItems(java.util.List items)
_more_
|
java.lang.String |
getType()
Get the Type property.
|
java.lang.String |
getTypeName()
_more_
|
java.util.List |
getViewManagers()
Get the ViewManagers property.
|
void |
initWith(org.w3c.dom.Element node)
_more_
|
protected javax.swing.JComponent |
makeSkin()
_more_
|
void |
removeDisplayControl(DisplayControl displayControl)
_more_
|
void |
setIdv(IntegratedDataViewer value)
Set the Idv property.
|
void |
setObject(java.lang.Object value)
Set the Object property.
|
void |
setType(java.lang.String value)
Set the Type property.
|
void |
setViewManagers(java.util.List value)
Set the ViewManagers property.
|
void |
undockControl()
_more_
|
applyProperties, clearContents, doMakeHeader, getBeingShown, getBorder, getBorderLayoutLocation, getContents, getHierachicalName, getInternalFrame, getInternalFrameShown, getLayoutRect, getParent, getPropertiesComponents, getRoot, getShowHeader, makeTree, print, removeDisplayComponent, setBorder, setBorder, setBorderLayoutLocation, setCategory, setInternalFrameShown, setLayoutRect, setName, setParent, setShowHeader, setState, showPopup, toString, wrapContentsaddPropertyChangeListener, doApplyProperties, firePropertyChange, firePropertyChange, getPropertyListeners, getPropertyTabs, isShowing, propertyChange, removePropertyChangeListener, showProperties, showPropertiesapplySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialogpublic static final java.lang.String TYPE_SKIN
public static final java.lang.String TYPE_CHOOSERS
public static final java.lang.String TYPE_DEFAULT
public IdvComponentHolder()
public IdvComponentHolder(IntegratedDataViewer idv, java.lang.Object object)
idv - _more_object - _more_public java.lang.String getName()
getName in class ComponentHolderpublic org.w3c.dom.Element createXmlNode(org.w3c.dom.Document doc)
doc - _more_public void doRemove()
doRemove in class ComponentHolderpublic void removeDisplayControl(DisplayControl displayControl)
displayControl - _more_public void undockControl()
protected java.util.List getPopupMenuItems(java.util.List items)
getPopupMenuItems in class ComponentHolderitems - _more_public java.lang.String getCategory()
getCategory in class ComponentHolderpublic javax.swing.ImageIcon getIcon()
getIcon in class ComponentHolderpublic java.lang.String getTypeName()
getTypeName in class ComponentHolderpublic void displayControlHasInitialized()
public void initWith(org.w3c.dom.Element node)
initWith in class ComponentHoldernode - _more_protected javax.swing.JComponent makeSkin()
public javax.swing.JComponent doMakeContents()
doMakeContents in class ComponentHolderpublic void setObject(java.lang.Object value)
value - The new value for Objectpublic java.lang.Object getObject()
public void setIdv(IntegratedDataViewer value)
value - The new value for Idvpublic IntegratedDataViewer getIdv()
public void setType(java.lang.String value)
value - The new value for Typepublic java.lang.String getType()
public void setViewManagers(java.util.List value)
value - The new value for ViewManagerspublic java.util.List getViewManagers()