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.
|
Modifier and Type | Class and Description |
---|---|
class |
EepicCustomizer
a panel for Epic/Eepic preferences editing
|
Modifier and Type | Method and Description |
---|---|
AbstractCustomizer |
EepicContentType.createCustomizer(java.util.Properties prop)
Returns a customizer panel for this content-type
|
Modifier and Type | Class and Description |
---|---|
class |
LatexCustomizer
a panel for LaTeX preferences editing (emulation parameters,...)
|
Modifier and Type | Method and Description |
---|---|
AbstractCustomizer |
LatexContentType.createCustomizer(java.util.Properties prop)
Returns a customizer panel for this content-type
|
Modifier and Type | Class and Description |
---|---|
class |
PstricksCustomizer
a panel for configuring the PstricksFormatter.
|
Modifier and Type | Method and Description |
---|---|
AbstractCustomizer |
PstricksContentType.createCustomizer(java.util.Properties props)
Returns a customizer panel for this content-type
|
Modifier and Type | Class and Description |
---|---|
static class |
PageFormat.Customizer
a dialog box used to change a PageFormat
|
Modifier and Type | Method and Description |
---|---|
AbstractCustomizer |
ContentType.createCustomizer(java.util.Properties prop)
Returns a customizer panel for this content-type
|
AbstractCustomizer |
DefaultContentType.createCustomizer(java.util.Properties prop)
Returns a customizer panel for this content-type.
|
Modifier and Type | Class and Description |
---|---|
class |
Drawing.Customizer
a customizer for editing the bounding box
|
Modifier and Type | Method and Description |
---|---|
AbstractCustomizer |
AbstractCurve.createCustomizer()
Returns a Customizer for geometry editing
|
AbstractCustomizer |
PicCircleFrom3Points.createCustomizer()
Return a Customizer for geometry editing
|
AbstractCustomizer |
PicEllipse.createCustomizer() |
AbstractCustomizer |
PicGroup.createCustomizer() |
AbstractCustomizer |
PicMultiCurve.createCustomizer()
Returns a Customizer for geometry editing
|
AbstractCustomizer |
PicParallelogram.createCustomizer() |
AbstractCustomizer |
PicPsCurve.createCustomizer() |
AbstractCustomizer |
PicSmoothPolygon.createCustomizer() |
AbstractCustomizer |
PicText.createCustomizer()
Return a Customizer for geometry editing
|
Modifier and Type | Method and Description |
---|---|
AbstractCustomizer |
CustomizerFactory.createCustomizer()
Returns a customizer (Swing) component
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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 invoking setOkButtonClosesDialog . |
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 invoking setOkButtonClosesDialog . |
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 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 . |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static AbstractCustomizer |
RunExternalCommand.createCustomizer(java.util.Properties preferences) |
Submit a bug : syd@jpicedt.org