Class ButtonFactory

java.lang.Object
org.apache.batik.util.resources.ResourceManager
org.apache.batik.util.gui.resource.ButtonFactory

public class ButtonFactory extends ResourceManager
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