http://www.jpicedt.org

Uses of Class
jpicedt.graphic.toolkit.CustomizerDialog

Packages that use CustomizerDialog
jpicedt.graphic.toolkit Controller (document editing through UI actions)
 
jpicedt.ui.internal Implementation of MDIManager and related using JInternalFrame's. 
 

Uses of CustomizerDialog in jpicedt.graphic.toolkit
 

Methods in jpicedt.graphic.toolkit that return CustomizerDialog
 CustomizerDialog DialogFactory.createCustomizerDialog(AbstractCustomizer customizer, boolean modal, EnumSet<CustomizerDialog.ButtonMask> buttonMask)
          Builds a new dialog box from a single customizer.
 CustomizerDialog DefaultDialogFactory.createCustomizerDialog(AbstractCustomizer customizer, boolean modal, EnumSet<CustomizerDialog.ButtonMask> buttonsMask)
          Builds a new dialog box from a single customizer.
 CustomizerDialog DialogFactory.createCustomizerDialog(ArrayList<AbstractCustomizer> customizers, int selected, String title, boolean modal, EnumSet<CustomizerDialog.ButtonMask> buttonMask)
          Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
 CustomizerDialog DefaultDialogFactory.createCustomizerDialog(ArrayList<AbstractCustomizer> customizers, int selected, String title, boolean modal, EnumSet<CustomizerDialog.ButtonMask> buttonsMask)
          Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
 

Uses of CustomizerDialog in jpicedt.ui.internal
 

Methods in jpicedt.ui.internal that return CustomizerDialog
 CustomizerDialog JFrameMDIManager.createCustomizerDialog(AbstractCustomizer customizer, boolean modal, EnumSet<CustomizerDialog.ButtonMask> buttonMask)
          Builds a new dialog box from a single customizer.
 CustomizerDialog InternalFrameMDIManager.createCustomizerDialog(AbstractCustomizer customizer, boolean modal, EnumSet<CustomizerDialog.ButtonMask> buttonMask)
          Builds a new dialog box from a single customizer.
 CustomizerDialog JFrameMDIManager.createCustomizerDialog(ArrayList<AbstractCustomizer> customizers, int selected, String title, boolean modal, EnumSet<CustomizerDialog.ButtonMask> buttonMask)
          Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
 CustomizerDialog InternalFrameMDIManager.createCustomizerDialog(ArrayList<AbstractCustomizer> customizers, int selected, String title, boolean modal, EnumSet<CustomizerDialog.ButtonMask> buttonMask)
          Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org