Package com.luciad.beans
Interface ILcdPropertySheet
- All Superinterfaces:
ILcdBeanEditor
- All Known Implementing Classes:
ALcdBeanCustomizerSW
,TLcdPropertySheetAWT
,TLcdPropertySheetSW
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPropertyChangeListener
(PropertyChangeListener aPropertyChangeListener) Deprecated.Deprecated.Deprecated.boolean
Deprecated.void
removePropertyChangeListener
(PropertyChangeListener aPropertyChangeListener) Deprecated.void
setButtonPanelVisible
(boolean aVisible) Deprecated.void
setHelpIDString
(String aHelpID) Deprecated.Sets the help id for this panel.Methods inherited from interface com.luciad.beans.ILcdBeanEditor
getObject, isAutoUpdateFromPropertyEditors, setAutoUpdateFromPropertyEditors, setObject, updateObjectFromPropertyEditors
-
Method Details
-
getComponent
Component getComponent()Deprecated. -
addPropertyChangeListener
Deprecated. -
removePropertyChangeListener
Deprecated. -
isButtonPanelVisible
boolean isButtonPanelVisible()Deprecated. -
setButtonPanelVisible
void setButtonPanelVisible(boolean aVisible) Deprecated. -
getHelpIDString
String getHelpIDString()Deprecated.- Returns:
- The help id string associated with this panel, default is null.
-
setHelpIDString
Deprecated.Sets the help id for this panel. Pressing the help button will have the effect that the help item for the given help id will be displayed. Setting null means to remove the current help id. The help button is only present when help id is set and the button panel is set visible and a valid help action factory is set.- Parameters:
aHelpID
- The help id for this panel.
-