All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.samples.dips.splash.SplashScreenDipCustomizer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----com.ibm.beans.samples.dips.splash.SplashScreenDipCustomizer
- public class SplashScreenDipCustomizer
- extends Panel
- implements Customizer, TextListener
Customizer for the SplashScreenDip bean.
-
attr0
-
-
attr1
-
-
bundle
-
-
pcs
-
-
target
-
-
SplashScreenDipCustomizer()
- Default constructor
The object to be customized is set through the setObject method
-
addPropertyChangeListener(PropertyChangeListener)
- Register a listener for events generated by notebook
-
addToGrid(Container, Component, int, int, int, int, double, double, Insets)
-
-
getPreferredSize()
- Return the size of the Customizer plus a small height buffer
-
removePropertyChangeListener(PropertyChangeListener)
- Unregister a listener from notebook
-
setObject(Object)
- When an object is to be customized, a reference is passed through this method.
-
textValueChanged(TextEvent)
- Event interface implementation for text field changes
bundle
protected SplashScreenDipBeanInfoTextBundle bundle
target
protected SplashScreenDip target
attr0
protected TextArea attr0
attr1
protected TextField attr1
pcs
protected PropertyChangeSupport pcs
SplashScreenDipCustomizer
public SplashScreenDipCustomizer()
- Default constructor
The object to be customized is set through the setObject method
setObject
public void setObject(Object object)
- When an object is to be customized, a reference is passed through this method.
Initialize the values of the fields and add listeners as required to perform
the processing of the customizer.
getPreferredSize
public Dimension getPreferredSize()
- Return the size of the Customizer plus a small height buffer
- Overrides:
- getPreferredSize in class Container
textValueChanged
public void textValueChanged(TextEvent event)
- Event interface implementation for text field changes
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
- Register a listener for events generated by notebook
- Parameters:
- l - the PropertyChangeListener
- See Also:
- removePropertyChangeListener
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
- Unregister a listener from notebook
- Parameters:
- l - the PropertyChangeListener
- See Also:
- addPropertyChangeListener
addToGrid
public void addToGrid(Container container,
Component component,
int x,
int y,
int w,
int h,
double wx,
double wy,
Insets insets)
All Packages Class Hierarchy This Package Previous Next Index