http://www.jpicedt.org

Uses of Class
jpicedt.graphic.toolkit.AbstractCustomizer

Packages that use AbstractCustomizer
jpicedt.format.output.eepic Classes (formatter, view factory,...) related to the epic/eepic content-type. 
jpicedt.format.output.latex Classes (formatter, view factory,...) related to the LaTeX (standard) content-type. 
jpicedt.format.output.pstricks Classes (formatter, view factory,...) related to the PsTricks content-type. 
jpicedt.graphic jPicEdt library core classes and packages. 
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.toolkit Controller (document editing through UI actions) 
jpicedt.ui.dialog Contains utilities classes for building various dialog boxes (preferences editing, graphic elements properties,...) 
jpicedt.ui.util Utilities classes. 
 

Uses of AbstractCustomizer in jpicedt.format.output.eepic
 

Subclasses of AbstractCustomizer in jpicedt.format.output.eepic
 class EepicCustomizer
          a panel for Epic/Eepic preferences editing
 

Methods in jpicedt.format.output.eepic that return AbstractCustomizer
 AbstractCustomizer EepicContentType.createCustomizer(Properties prop)
          Returns a customizer panel for this content-type
 

Uses of AbstractCustomizer in jpicedt.format.output.latex
 

Subclasses of AbstractCustomizer in jpicedt.format.output.latex
 class LatexCustomizer
          a panel for LaTeX preferences editing (emulation parameters,...)
 

Methods in jpicedt.format.output.latex that return AbstractCustomizer
 AbstractCustomizer LatexContentType.createCustomizer(Properties prop)
          Returns a customizer panel for this content-type
 

Uses of AbstractCustomizer in jpicedt.format.output.pstricks
 

Subclasses of AbstractCustomizer in jpicedt.format.output.pstricks
 class PstricksCustomizer
          a panel for configuring the PstricksFormatter.
 

Methods in jpicedt.format.output.pstricks that return AbstractCustomizer
 AbstractCustomizer PstricksContentType.createCustomizer(Properties props)
          Returns a customizer panel for this content-type
 

Uses of AbstractCustomizer in jpicedt.graphic
 

Subclasses of AbstractCustomizer in jpicedt.graphic
static class PageFormat.Customizer
          a dialog box used to change a PageFormat
 

Methods in jpicedt.graphic that return AbstractCustomizer
 AbstractCustomizer DefaultContentType.createCustomizer(Properties prop)
          Returns a customizer panel for this content-type.
 AbstractCustomizer ContentType.createCustomizer(Properties prop)
          Returns a customizer panel for this content-type
 

Uses of AbstractCustomizer in jpicedt.graphic.model
 

Subclasses of AbstractCustomizer in jpicedt.graphic.model
 class Drawing.Customizer
          a customizer for editing the bounding box
 

Methods in jpicedt.graphic.model that return AbstractCustomizer
 AbstractCustomizer PicText.createCustomizer()
          Return a Customizer for geometry editing
 AbstractCustomizer PicSmoothPolygon.createCustomizer()
           
 AbstractCustomizer PicPsCurve.createCustomizer()
           
 AbstractCustomizer PicParallelogram.createCustomizer()
           
 AbstractCustomizer PicMultiCurve.createCustomizer()
          Returns a Customizer for geometry editing
 AbstractCustomizer PicGroup.createCustomizer()
           
 AbstractCustomizer PicEllipse.createCustomizer()
           
 AbstractCustomizer PicCircleFrom3Points.createCustomizer()
          Return a Customizer for geometry editing
 AbstractCustomizer AbstractCurve.createCustomizer()
          Returns a Customizer for geometry editing
 

Uses of AbstractCustomizer in jpicedt.graphic.toolkit
 

Methods in jpicedt.graphic.toolkit that return AbstractCustomizer
 AbstractCustomizer CustomizerFactory.createCustomizer()
          Returns a customizer (Swing) component
 

Methods in jpicedt.graphic.toolkit with parameters of type AbstractCustomizer
 void CustomizerDialog.paneActivated(AbstractCustomizer c)
          If this dialog was constructed with more than one inner-pane, this methods is invoked when a new pane gets activated.
 

Constructors in jpicedt.graphic.toolkit with parameters of type AbstractCustomizer
CustomizerDialog(AbstractCustomizer[] customizers, String title, int selected)
          Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
By default, clicking the OK button does not close this dialog box, this must be set separately by invoking setOkButtonClosesDialog.
CustomizerDialog(AbstractCustomizer[] customizers, String title, int selected, int buttonsMask)
          Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
By default, clicking the OK button does not close this dialog box, this must be set separately by invoking setOkButtonClosesDialog.
CustomizerDialog(AbstractCustomizer customizer)
          Builds a new dialog box from a single customizer.
By default, clicking the OK button does not close this dialog box, this must be set separately by invoking setOkButtonClosesDialog.
CustomizerDialog(AbstractCustomizer customizer, int buttonsMask)
          Builds a new dialog box from a single customizer.
By default, clicking the OK button does not close this dialog box, this must be set separately by invoking setOkButtonClosesDialog.
 

Uses of AbstractCustomizer in jpicedt.ui.dialog
 

Subclasses of AbstractCustomizer in jpicedt.ui.dialog
 class DirectoriesCustomizer
          A panel for editing default directories, e.g.
 class DockableAttributesCustomizer.ArrowPropertiesPanel
          A panel for editing of Element's attributeSet see GraphicPropertiesToolBar which is very similar (though it has less widget than this Panel)
 class DockableAttributesCustomizer.FillPropertiesPanel
          A panel for editing of Element's fill attributes
 class DockableAttributesCustomizer.HatchPropertiesPanel
          A panel for editing of Element's hatch attributes
 class DockableAttributesCustomizer.PolydotsPropertiesPanel
          A panel for editing AbstractCurve's polydots attributes
 class DockableAttributesCustomizer.PstCustomPropertiesPanel
          A panel for adding custom attributes (pstricks only) [todo] disable panel when not in Pstricks content-type
 class DockableAttributesCustomizer.ShadowPropertiesPanel
          A customizer dedicated to editing shadow attributes
 class DockableAttributesCustomizer.StrokePropertiesPanel
          A panel for editing Element's stroke attributes (width, colour, dashing, ...)
 class DockableAttributesCustomizer.TextPropertiesPanel
          A panel for editing text attributes (alignment + frame)
 class GeneralCustomizer
          a panel for general preferences editing (LAF, language,...)
 class GridZoomCustomizer
          Grid and zoom preferences editing.
 class RenderingCustomizer
          a panel for editing rendering-preferences (anti-aliasing,...)
 class ShortcutsCustomizer
          A panel for editing keyboard shortcuts (i.e.
 class UIColorCustomizer
          a panel for UI colours editing (grid, desktop,...) [pending] selection highlighter colour
 

Uses of AbstractCustomizer in jpicedt.ui.util
 

Methods in jpicedt.ui.util that return AbstractCustomizer
static AbstractCustomizer RunExternalCommand.createCustomizer(Properties preferences)
           
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org