|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.visuals.CustomizerPanel
public abstract class CustomizerPanel
CustomizerPanel is an abstract class from which each component's customizer tabs should derive from. It provides PropertyChangeListener support and a place to store a reference to the object being customized.
Field Summary | |
---|---|
protected java.lang.Object |
bean
|
Fields inherited from class com.sas.visuals.TabFolder |
---|
RB_KEY |
Constructor Summary | |
---|---|
CustomizerPanel(java.lang.String tabName)
Constructor used to pass the tab name up to the superclass. |
Method Summary | |
---|---|
void |
customizerClosing()
customizerClosing() is called when the customizer for a component is closed. |
java.lang.Object |
getObject()
Returns the Object being customized. |
void |
setObject(java.lang.Object bean)
Sets the Object being customized. |
Methods inherited from class com.sas.visuals.TabFolder |
---|
getDefaultHeight, getDefaultWidth, getExtendedBeanInfo, getTabButton, getText, propertyChange, setBackground, setDefaultHeight, setDefaultValues, setDefaultWidth, setTabButton, setText |
Methods inherited from class com.sas.awt.Panel |
---|
remove, remove, removeAll |
Methods inherited from interface com.sas.awt.ContainerInterface |
---|
getComponents, getLayout, invalidate, setLayout, validate |
Field Detail |
---|
protected java.lang.Object bean
Constructor Detail |
---|
public CustomizerPanel(java.lang.String tabName)
Method Detail |
---|
public void customizerClosing()
customizerClosing() should "unhook" the bean from the customizer by removing any event listeners the panel added to the bean.
Subclasses should call super in case we add some functionality to this method in the future.
customizerClosing
in interface com.sas.beans.CustomizerClosingInterface
public java.lang.Object getObject()
setObject(java.lang.Object)
public void setObject(java.lang.Object bean)
setObject
in interface java.beans.Customizer
bean
- the Object being customized.Customizer.setObject(java.lang.Object)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |