| Home >> All >> org >> apache >> batik >> util >> [ gui Javadoc ] |
| | org.apache.batik.util.gui.resource.* (10) |
org.apache.batik.util.gui: Javadoc index of package org.apache.batik.util.gui.
Package Samples:
org.apache.batik.util.gui.resource
Classes:
MenuFactory: This class represents a menu factory which builds menubars and menus from the content of a resource file. The resource entries format is (for a menubar named 'MenuBar'): MenuBar = Menu1 Menu2 ... Menu1.type = RADIO | CHECK | MENU | ITEM Menu1 = Item1 Item2 - Item3 ... Menu1.text = text Menu1.icon = icon_name Menu1.mnemonic = mnemonic Menu1.accelerator = accelerator Menu1.action = action_name Menu1.selected = true | false Menu1.enabled = true | false ... mnemonic is a single character accelerator is of the form: mod+mod+...+X where mod is Shift, Meta, Alt or Ctrl '-' represents a separator All entries ...
ButtonFactory: This class represents a button factory which builds buttons from the content of a resource bundle. The resource entries format is (for a button named 'Button'): Button.text = text Button.icon = icon_name Button.mnemonic = mnemonic Button.action = action_name Button.selected = true | false Button.tooltip = tool tip text where text, icon_name and action_name are strings mnemonic is a character
ToolBarFactory: This class represents a tool bar factory which builds tool bars from the content of a resource file. The resource entries format is (for a tool bar named 'ToolBar'): ToolBar = Item1 Item2 - Item3 ... See ButtonFactory.java for details about the items ... '-' represents a separator All entries are optional.
JComponentModifier: This interface must be implemented by actions which need to have an access to their associated component(s)
MemoryMonitor: This class contains a collection of components that can be used to track and display the memory usage.
ExtendedGridBagConstraints: This class extends the java.awt.GridBagConstraints in order to provide some utility methods.
JErrorPane: This class represents a dialog to display an error (message + Exception).
ResourceManager: This class offers convenience methods to decode resource bundle entries
URIChooser: This class is a dialog used to enter an URI or to choose a local file.
ActionMap: This interface represents an object which maps actions to strings
UserStyleDialog: This class represents a dialog to select the user style sheet.
CSSMediaPanel: This class represents a panel to edit/add/remove CSS media.
JToolbarSeparator: This class represents a separator for the toolbar buttons.
DOMViewer: The components of this class are used to view a DOM tree.
JToolbarButton: This class represents the buttons used in toolbars.
LanguageDialog: This class represents a language selection dialog.
| Home | Contact Us | Privacy Policy | Terms of Service |