|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.beans.SwingCustomizerUtil
public class SwingCustomizerUtil
This is a helper class which provides a variety of methods dealing with JavaBeans Customizers.
| Constructor Summary | |
|---|---|
SwingCustomizerUtil()
|
|
| Method Summary | |
|---|---|
static SwingCustomizerDialog |
customize(java.lang.Object bean)
Displays a Dialog containing an instance of the bean customizer. |
static SwingCustomizerDialog |
customize(java.lang.Object bean,
java.awt.Component customizer,
java.awt.Frame frame,
boolean modal)
Displays a Dialog containing an instance of the bean customizer. |
static SwingCustomizerDialog |
customize(java.lang.Object bean,
java.awt.Frame frame,
boolean modal)
Displays a Dialog containing an instance of the bean customizer. |
static SwingCustomizerDialog |
getCustomizerDialog(java.lang.Object bean,
java.awt.Component customizer,
java.awt.Frame frame)
Returns a Dialog containing an instance of the bean customizer. |
static SwingCustomizerDialog |
getCustomizerDialog(java.lang.Object bean,
java.awt.Component customizer,
java.awt.Frame frame,
boolean useSuperclass)
Returns a Dialog containing an instance of the bean customizer. |
| Methods inherited from class com.sas.beans.BaseCustomizerUtil |
|---|
getCustomizer, getCustomizer, getCustomizerClass, getCustomizerClass, getCustomizerClass, getCustomizerClass |
| Constructor Detail |
|---|
public SwingCustomizerUtil()
| Method Detail |
|---|
public static SwingCustomizerDialog getCustomizerDialog(java.lang.Object bean,
java.awt.Component customizer,
java.awt.Frame frame,
boolean useSuperclass)
bean - The bean to determine the customizer for. Should not be null.customizer - The customizer to put in the Dialog.frame - The frame to parent the Dialog to.useSuperclass - Whether to look up the class hierarchy of the JavaBean
for a Customizer if one is not available at the JavaBean's classs level.
public static SwingCustomizerDialog getCustomizerDialog(java.lang.Object bean,
java.awt.Component customizer,
java.awt.Frame frame)
bean - The bean to determine the customizer for. Should not be null.customizer - The customizer to put in the Dialog.frame - The frame to parent the Dialog to.
public static SwingCustomizerDialog customize(java.lang.Object bean,
java.awt.Component customizer,
java.awt.Frame frame,
boolean modal)
bean - The bean to determine the customizer for. Should not be null.customizer - The customizer to put in the Dialog.frame - The frame to parent the Dialog to.modal - Whether the Dialog will be modal.
public static SwingCustomizerDialog customize(java.lang.Object bean,
java.awt.Frame frame,
boolean modal)
bean - The bean to determine the customizer for. Should not be null.frame - The frame to parent the Dialog to.modal - Whether the Dialog will be modal.
public static SwingCustomizerDialog customize(java.lang.Object bean)
bean - The bean to determine the customizer for. Should not be null.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||