Save This Page
Home » openjdk-7 » javax » swing » plaf » synth » [javadoc | source]
javax.swing.plaf.synth
class: SynthOptionPaneUI [javadoc | source]
java.lang.Object
   javax.swing.plaf.ComponentUI
      javax.swing.plaf.OptionPaneUI
         javax.swing.plaf.basic.BasicOptionPaneUI
            javax.swing.plaf.synth.SynthOptionPaneUI

All Implemented Interfaces:
    SynthUI, PropertyChangeListener

Synth's OptionPaneUI.
Fields inherited from javax.swing.plaf.basic.BasicOptionPaneUI:
MinimumWidth,  MinimumHeight,  optionPane,  minimumSize,  inputComponent,  initialFocusComponent,  hasCustomComponents,  propertyChangeListener
Method from javax.swing.plaf.synth.SynthOptionPaneUI Summary:
createMessageArea,   createSeparator,   createUI,   getContext,   getSizeButtonsToSameWidth,   installComponents,   installDefaults,   installListeners,   paint,   paint,   paintBorder,   propertyChange,   uninstallDefaults,   uninstallListeners,   update
Methods from javax.swing.plaf.basic.BasicOptionPaneUI:
addButtonComponents,   addIcon,   addMessageComponents,   burstStringInto,   containsCustomComponents,   createButtonActionListener,   createButtonArea,   createLayoutManager,   createMessageArea,   createPropertyChangeListener,   createSeparator,   createUI,   getButtons,   getIcon,   getIconForType,   getInitialValueIndex,   getInputMap,   getMaxCharactersPerLineCount,   getMessage,   getMinimumOptionPaneSize,   getPreferredSize,   getSizeButtonsToSameWidth,   installComponents,   installDefaults,   installKeyboardActions,   installListeners,   installUI,   loadActionMap,   resetInputValue,   selectInitialValue,   uninstallComponents,   uninstallDefaults,   uninstallKeyboardActions,   uninstallListeners,   uninstallUI
Methods from javax.swing.plaf.OptionPaneUI:
containsCustomComponents,   selectInitialValue
Methods from javax.swing.plaf.ComponentUI:
contains,   createUI,   getAccessibleChild,   getAccessibleChildrenCount,   getBaseline,   getBaselineResizeBehavior,   getMaximumSize,   getMinimumSize,   getPreferredSize,   installUI,   paint,   uninstallUI,   update
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.synth.SynthOptionPaneUI Detail:
 protected Container createMessageArea() 
    Messaged from installComponents to create a Container containing the body of the message. The icon is the created by calling addIcon.
 protected Container createSeparator() 
 public static ComponentUI createUI(JComponent x) 
    Creates a new BasicOptionPaneUI instance.
 public SynthContext getContext(JComponent c) 
 protected boolean getSizeButtonsToSameWidth() 
 protected  void installComponents() 
 protected  void installDefaults() 
 protected  void installListeners() 
 public  void paint(Graphics g,
    JComponent c) 
 protected  void paint(SynthContext context,
    Graphics g) 
 public  void paintBorder(SynthContext context,
    Graphics g,
    int x,
    int y,
    int w,
    int h) 
 public  void propertyChange(PropertyChangeEvent e) 
 protected  void uninstallDefaults() 
 protected  void uninstallListeners() 
 public  void update(Graphics g,
    JComponent c)