Uses of Interface
net.sf.jaxodraw.util.JaxoLocalized

Packages that use JaxoLocalized
net.sf.jaxodraw.gui GUI related classes. 
net.sf.jaxodraw.gui.menu Menus for the GUI. 
net.sf.jaxodraw.gui.menu.popup Popup menus for the GUI. 
net.sf.jaxodraw.gui.panel GUI panels. 
net.sf.jaxodraw.gui.panel.button Button panels for the GUI. 
net.sf.jaxodraw.io.exports Export classes. 
net.sf.jaxodraw.io.imports Import classes. 
net.sf.jaxodraw.plugin A plugin is an external piece of software that adds functionality to JaxoDraw. 
 

Uses of JaxoLocalized in net.sf.jaxodraw.gui
 

Subinterfaces of JaxoLocalized in net.sf.jaxodraw.gui
 interface JaxoDrawingArea
          The drawing area.
 

Classes in net.sf.jaxodraw.gui that implement JaxoLocalized
 class AbstractJaxoCanvas
          Abstract base class for the canvas.
 class JaxoCanvas
          An instance of the canvas: responsible for all the painting.
 

Uses of JaxoLocalized in net.sf.jaxodraw.gui.menu
 

Classes in net.sf.jaxodraw.gui.menu that implement JaxoLocalized
 class DefaultMenu
          A JaxoMenu for default mode MenuItems.
 class JaxoEditMenu
          Contains the entries of the edit menu.
 class JaxoFileMenu
          The file menu items.
 class JaxoHelpMenu
          The help menu items.
 class JaxoMenu
          Base class for JaxoDraw menus.
 class JaxoMenuBar
          The menu bar that holds the file, edit, options and help menus.
 class JaxoOptionsMenu
          Contains the entries of the options menu.
 class LanguageMenu
          A JaxoMenu for language MenuItems.
 class NewMenu
          A JaxoMenu for newGraph and newTab MenuItems.
 class OpenRecentMenu
          A JaxoMenu for opening recent files.
 class VertexMenu
          A JaxoMenu for vertex type MenuItems.
 

Uses of JaxoLocalized in net.sf.jaxodraw.gui.menu.popup
 

Classes in net.sf.jaxodraw.gui.menu.popup that implement JaxoLocalized
 class JaxoCanvasPopupMenu
          A class that displays a pop-up menu if the user right-clicks on a tab.
 class JaxoFBoxPopupMenu
          Displays a pop-up menu relating the currently marked objects (in JaxoCanvas, if the user right-clicks on the canvas, drag the mouse to enclose some objects and release the mouse).
 class JaxoVertexPopupMenu
          Pops up a menu with the dufferent vertex types whenever the user right clicks on the vertex button.
 class JaxoZoomPopupMenu
          A class that displays a pop-up menu if the user right-clicks on a tab.
 

Uses of JaxoLocalized in net.sf.jaxodraw.gui.panel
 

Classes in net.sf.jaxodraw.gui.panel that implement JaxoLocalized
 class JaxoColorChooser
          Color chooser dialog, a wrapper around JColorChooser.
 class JaxoExportPanel
          The parent class for exporting: brings up a dialog to choose the export format and executes the corresponding actions.
 class JaxoGridBar
          Responsible for displaying the grid options bar.
 class JaxoImportPanel
          Brings up a dialog to choose an import format and a file to import.
 class JaxoMainPanel
          The main panel.
 class JaxoPluginManagerPanel
          Brings up a panel that allows to manipulate installed plugins.
 class JaxoStatusBar
          Displays the status bar.
 class JaxoTabbedCanvasPanel
          A tabbed panel.
 class JaxoToolBar
          Responsible for displaying the buttons in the toolBar.
 

Uses of JaxoLocalized in net.sf.jaxodraw.gui.panel.button
 

Classes in net.sf.jaxodraw.gui.panel.button that implement JaxoLocalized
 class JaxoActionButtons
          Responsible for displaying and modifying the buttons of the action button menu.
 class JaxoButtonPanel
          The menu bar that holds the file, edit, options and help menus.
 class JaxoEditButtons
          Responsible for displaying and modifying the buttons of the edit button menu.
 class JaxoGridButtons
          Responsible for displaying and modifying the buttons of the grid button menu.
 class JaxoMiscButtons
          Responsible for displaying and modifying the buttons of the misc button menu.
 class JaxoParticleButtons
          Responsible for displaying and modifying the buttons of the particle button menu.
 

Uses of JaxoLocalized in net.sf.jaxodraw.io.exports
 

Classes in net.sf.jaxodraw.io.exports that implement JaxoLocalized
 class JaxoExport
          An abstract superclass for all built-in exporting classes.
 class JaxoExportImg
          The class that is responsible for exporting to image formats: jpg, or png are currently possible options.
 class JaxoExportLatex
          The class that is responsible for creating LaTex source files that may be used to produce a postscript file that is (should be) equivalent to the one produced by JaxoDraw.
 class JaxoExportLatexPS
          Create a postscript file from a Latex source file via Latex - dvips.
 class JaxoExportPS
          The class that is responsible for exporting to postscript output: portrait, landscape or EPS are possible options.
 

Uses of JaxoLocalized in net.sf.jaxodraw.io.imports
 

Classes in net.sf.jaxodraw.io.imports that implement JaxoLocalized
 class JaxoImport
          An abstract superclass for all built-in importing classes.
 class JaxoImportAxodraw
          The class responsible for importing JaxoGraphs from axodraw files.
 

Uses of JaxoLocalized in net.sf.jaxodraw.plugin
 

Subinterfaces of JaxoLocalized in net.sf.jaxodraw.plugin
 interface JaxoPlugin
          A plugin for JaxoDraw.
 

Classes in net.sf.jaxodraw.plugin that implement JaxoLocalized
 class AbstractJaxoPlugin
          An abstract superclass for all plugins.
 class JaxoExportPlugin
          An abstract superclass for all export plugins.
 class JaxoImportPlugin
          An abstract superclass for all import plugins.
 



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.