Uses of Class
jpicedt.graphic.toolkit.AbstractCustomizer
-
Packages that use AbstractCustomizer Package Description 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 Modifier and Type Class Description classEepicCustomizera panel for Epic/Eepic preferences editingMethods in jpicedt.format.output.eepic that return AbstractCustomizer Modifier and Type Method Description AbstractCustomizerEepicContentType. createCustomizer(java.util.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 Modifier and Type Class Description classLatexCustomizera panel for LaTeX preferences editing (emulation parameters,...)Methods in jpicedt.format.output.latex that return AbstractCustomizer Modifier and Type Method Description AbstractCustomizerLatexContentType. createCustomizer(java.util.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 Modifier and Type Class Description classPstricksCustomizera panel for configuring the PstricksFormatter.Methods in jpicedt.format.output.pstricks that return AbstractCustomizer Modifier and Type Method Description AbstractCustomizerPstricksContentType. createCustomizer(java.util.Properties props)Returns a customizer panel for this content-type -
Uses of AbstractCustomizer in jpicedt.graphic
Subclasses of AbstractCustomizer in jpicedt.graphic Modifier and Type Class Description static classPageFormat.Customizera dialog box used to change a PageFormatMethods in jpicedt.graphic that return AbstractCustomizer Modifier and Type Method Description AbstractCustomizerContentType. createCustomizer(java.util.Properties prop)Returns a customizer panel for this content-typeAbstractCustomizerDefaultContentType. createCustomizer(java.util.Properties prop)Returns a customizer panel for this content-type. -
Uses of AbstractCustomizer in jpicedt.graphic.model
Subclasses of AbstractCustomizer in jpicedt.graphic.model Modifier and Type Class Description classDrawing.Customizera customizer for editing the bounding boxMethods in jpicedt.graphic.model that return AbstractCustomizer Modifier and Type Method Description AbstractCustomizerAbstractCurve. createCustomizer()Returns a Customizer for geometry editingAbstractCustomizerPicCircleFrom3Points. createCustomizer()Return a Customizer for geometry editingAbstractCustomizerPicEllipse. createCustomizer()AbstractCustomizerPicGroup. createCustomizer()AbstractCustomizerPicMultiCurve. createCustomizer()Returns a Customizer for geometry editingAbstractCustomizerPicParallelogram. createCustomizer()AbstractCustomizerPicPsCurve. createCustomizer()AbstractCustomizerPicSmoothPolygon. createCustomizer()AbstractCustomizerPicText. createCustomizer()Return a Customizer for geometry editing -
Uses of AbstractCustomizer in jpicedt.graphic.toolkit
Methods in jpicedt.graphic.toolkit that return AbstractCustomizer Modifier and Type Method Description AbstractCustomizerCustomizerFactory. createCustomizer()Returns a customizer (Swing) componentMethods in jpicedt.graphic.toolkit with parameters of type AbstractCustomizer Modifier and Type Method Description voidCustomizerDialog. 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 Constructor Description 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 invokingsetOkButtonClosesDialog.CustomizerDialog(AbstractCustomizer[] customizers, java.lang.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 invokingsetOkButtonClosesDialog.CustomizerDialog(AbstractCustomizer[] customizers, java.lang.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 invokingsetOkButtonClosesDialog.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 invokingsetOkButtonClosesDialog. -
Uses of AbstractCustomizer in jpicedt.ui.dialog
Subclasses of AbstractCustomizer in jpicedt.ui.dialog Modifier and Type Class Description classDirectoriesCustomizerA panel for editing default directories, e.g.classDockableAttributesCustomizer.ArrowPropertiesPanelA panel for editing of Element's attributeSet see GraphicPropertiesToolBar which is very similar (though it has less widget than this Panel)classDockableAttributesCustomizer.FillPropertiesPanelA panel for editing of Element's fill attributesclassDockableAttributesCustomizer.HatchPropertiesPanelA panel for editing of Element's hatch attributesclassDockableAttributesCustomizer.PolydotsPropertiesPanelA panel for editing AbstractCurve's polydots attributesclassDockableAttributesCustomizer.PstCustomPropertiesPanelA panel for adding custom attributes (pstricks only) [todo] disable panel when not in Pstricks content-typeclassDockableAttributesCustomizer.ShadowPropertiesPanelA customizer dedicated to editing shadow attributesclassDockableAttributesCustomizer.StrokePropertiesPanelA panel for editing Element's stroke attributes (width, colour, dashing, ...)classDockableAttributesCustomizer.TextPropertiesPanelA panel for editing text attributes (alignment + frame)classGeneralCustomizera panel for general preferences editing (LAF, language,...)classGridZoomCustomizerGrid and zoom preferences editing.classRenderingCustomizera panel for editing rendering-preferences (anti-aliasing,...)classShortcutsCustomizerA panel for editing keyboard shortcuts (i.e.classUIColorCustomizera 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 Modifier and Type Method Description static AbstractCustomizerRunExternalCommand. createCustomizer(java.util.Properties preferences)
-