http://www.jpicedt.org

Uses of Package
jpicedt.graphic.toolkit

Packages that use jpicedt.graphic.toolkit
jpicedt Contains the main JPicEdt class, as well as some utilities. 
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.event Various events used for the communication between model, view and controler, as well as to notify external receivers of changes in the document structure, appearance,... 
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.toolkit Controller (document editing through UI actions) 
jpicedt.ui Some classes and interfaces that help building concrete implementation of MDIManager's. 
jpicedt.ui.action Utilities for managing Action's across the application. 
jpicedt.ui.dialog Contains utilities classes for building various dialog boxes (preferences editing, graphic elements properties,...) 
jpicedt.ui.internal Implementation of MDIManager and related using JInternalFrame's. 
jpicedt.ui.util Utilities classes. 
 

Classes in jpicedt.graphic.toolkit used by jpicedt
ActionDispatcher
          Allow PEAction's to know upon which target they must act.
ActionLocalizer
          This interface, once properly implemented, may be used as a parameter for a PEAction, and can feed it with localized properties (e.g.
EditorKit
          A pluggable EditorKit for a PECanvas, that mainly provides mouse-tool management, e.g.
PEAction
          An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.format.output.eepic
AbstractCustomizer
          An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.format.output.latex
AbstractCustomizer
          An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.format.output.pstricks
AbstractCustomizer
          An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.graphic
AbstractCustomizer
          An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
ActionDispatcher
          Allow PEAction's to know upon which target they must act.
ActionLocalizer
          This interface, once properly implemented, may be used as a parameter for a PEAction, and can feed it with localized properties (e.g.
EditorKit
          A pluggable EditorKit for a PECanvas, that mainly provides mouse-tool management, e.g.
PEAction
          An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.graphic.event
EditorKit
          A pluggable EditorKit for a PECanvas, that mainly provides mouse-tool management, e.g.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.graphic.model
AbstractCustomizer
          An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
ActionDispatcher
          Allow PEAction's to know upon which target they must act.
ActionFactory
          Allows an Element, in interaction with a PopupMenuFactory, to produce Action's that make sense only with this Element.
ActionLocalizer
          This interface, once properly implemented, may be used as a parameter for a PEAction, and can feed it with localized properties (e.g.
CustomizerFactory
          Tags Element's able to produce an AbstractCustomizer suited for editing its geometry.
PEAction
          An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.graphic.toolkit
AbstractCustomizer
          An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
AbstractMouseTransform
          This implementation allows subclassers to modify a clone of the target Element, then to update the original Element when the operation is completed.
AbstractMouseTransformFactory
          Provide a skeletal implementation of the MouseTransformFactory interface.
AbstractMouseTransformFactory.SelectAreaTransform
          a mouse-transform dedicated to select objects (Element's, control-point's,...) inside a rectangle dragged by the user.
ActionDispatcher
          Allow PEAction's to know upon which target they must act.
ActionFactory
          Allows an Element, in interaction with a PopupMenuFactory, to produce Action's that make sense only with this Element.
ActionLocalizer
          This interface, once properly implemented, may be used as a parameter for a PEAction, and can feed it with localized properties (e.g.
CustomizerFactory
          Tags Element's able to produce an AbstractCustomizer suited for editing its geometry.
EditorKit
          A pluggable EditorKit for a PECanvas, that mainly provides mouse-tool management, e.g.
EditPointMouseTransformFactory.SelectedPointsHandler
          Helper class for SelectPointsInAreaTransform.
MouseTool
          An implementation of PEMouseInputListener that factors common behaviour for EditorKit's mouse tools, and implements KeyListener so that mouse-tools can also listen to key events (e.g.
MouseTransform
          an interface that specifies behaviours shared by mouse-driven object-editing actions, especially when driven by SelectionTool.
MouseTransformFactory
          A factory that produces MouseTransform's to be used by the SelectionTool mouse-tool.
PEAction
          An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas.
PEToggleAction
          A subclass of PEAction suited for toggle-able AbstractButton's, e.g.
PopupMenuFactory
          A factory used to create a JPopupMenu for an EditorKit.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.ui
ActionDispatcher
          Allow PEAction's to know upon which target they must act.
ActionLocalizer
          This interface, once properly implemented, may be used as a parameter for a PEAction, and can feed it with localized properties (e.g.
PEToolBar
          A subclass of JToolBar that knows how to add PEAction's.
PopupMenuFactory
          A factory used to create a JPopupMenu for an EditorKit.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.ui.action
ActionLocalizer
          This interface, once properly implemented, may be used as a parameter for a PEAction, and can feed it with localized properties (e.g.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.ui.dialog
AbstractCustomizer
          An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.ui.internal
PEToolBar
          A subclass of JToolBar that knows how to add PEAction's.
PopupMenuFactory
          A factory used to create a JPopupMenu for an EditorKit.
 

Classes in jpicedt.graphic.toolkit used by jpicedt.ui.util
AbstractCustomizer
          An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org