Uses of Class
com.sas.visuals.CustomizerDialog

Packages that use CustomizerDialog
com.sas.beans Extensions to java.beans and support for extended Bean info. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of CustomizerDialog in com.sas.beans
 

Methods in com.sas.beans that return CustomizerDialog
static CustomizerDialog CustomizerUtil.customize(java.lang.Object bean)
          Displays a Dialog containing an instance of the bean customizer.
static CustomizerDialog CustomizerUtil.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 CustomizerDialog CustomizerUtil.customize(java.lang.Object bean, java.awt.Frame frame, boolean modal)
          Displays a Dialog containing an instance of the bean customizer.
static CustomizerDialog CustomizerUtil.getCustomizerDialog(java.lang.Object bean, java.awt.Component customizer, java.awt.Frame frame)
          Returns a Dialog containing an instance of the bean customizer.
static CustomizerDialog CustomizerUtil.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.
 

Uses of CustomizerDialog in com.sas.visuals
 

Subclasses of CustomizerDialog in com.sas.visuals
 class CloseCancelCustomizerDialog
          CloseCancelCustomizerDialog is a ButtonDialog subclass which displays a


Copyright © 2009 SAS Institute Inc. All Rights Reserved.