JHotDraw 7.0.6

Uses of Class
org.jhotdraw.util.ResourceBundleUtil

Packages that use ResourceBundleUtil
org.jhotdraw.app Defines a framework for document oriented applications. 
org.jhotdraw.draw.action Provides Action objects for drawing editors as well as some specific user interface components to present them on a graphical user interface. 
org.jhotdraw.undo Provides undo/redo support leveraging the javax.swing.undo package. 
org.jhotdraw.util Contains general purpose utility classes. 
 

Uses of ResourceBundleUtil in org.jhotdraw.app
 

Fields in org.jhotdraw.app declared as ResourceBundleUtil
protected  ResourceBundleUtil AbstractApplication.labels
           
 

Uses of ResourceBundleUtil in org.jhotdraw.draw.action
 

Fields in org.jhotdraw.draw.action declared as ResourceBundleUtil
protected static ResourceBundleUtil AbstractViewAction.labels
           
protected  ResourceBundleUtil AbstractSelectedAction.labels
           
protected static ResourceBundleUtil AbstractEditorAction.labels
           
 

Methods in org.jhotdraw.draw.action with parameters of type ResourceBundleUtil
static void ToolBarButtonFactory.addColorButtonTo(javax.swing.JToolBar bar, DrawingEditor editor, AttributeKey attributeKey, java.util.Map<java.lang.String,java.awt.Color> colorMap, int columnCount, java.lang.String labelKey, ResourceBundleUtil labels)
           
static void ToolBarButtonFactory.addToolTo(javax.swing.JToolBar tb, DrawingEditor editor, Tool tool, java.lang.String labelKey, ResourceBundleUtil labels)
          Method addSelectionToolTo must have been invoked prior to this on the JToolBar.
 

Uses of ResourceBundleUtil in org.jhotdraw.undo
 

Methods in org.jhotdraw.undo that return ResourceBundleUtil
static ResourceBundleUtil UndoRedoManager.getLabels()
           
 

Uses of ResourceBundleUtil in org.jhotdraw.util
 

Methods in org.jhotdraw.util that return ResourceBundleUtil
static ResourceBundleUtil ResourceBundleUtil.getLAFBundle(java.lang.String baseName)
          Get the appropriate ResourceBundle subclass.
static ResourceBundleUtil ResourceBundleUtil.getLAFBundle(java.lang.String baseName, java.util.Locale locale)
          Get the appropriate ResourceBundle subclass.
 


Copyright 1996-2006 © JHotDraw.org