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

All Implemented Interfaces:
    SynthUI, PropertyChangeListener

Synth's InternalFrameUI.
Fields inherited from javax.swing.plaf.basic.BasicInternalFrameUI:
frame,  borderListener,  propertyChangeListener,  internalFrameLayout,  componentListener,  glassPaneDispatcher,  northPane,  southPane,  westPane,  eastPane,  titlePane,  openMenuKey
Constructor:
 public SynthInternalFrameUI(JInternalFrame b) 
Method from javax.swing.plaf.synth.SynthInternalFrameUI Summary:
createComponentListener,   createNorthPane,   createUI,   getComponentState,   getContext,   installDefaults,   installListeners,   paint,   paint,   paintBorder,   propertyChange,   uninstallComponents,   uninstallDefaults,   uninstallListeners,   update
Methods from javax.swing.plaf.basic.BasicInternalFrameUI:
activateFrame,   closeFrame,   createBorderListener,   createComponentListener,   createDesktopManager,   createEastPane,   createGlassPaneDispatcher,   createInputMap,   createInternalFrameListener,   createLayoutManager,   createNorthPane,   createPropertyChangeListener,   createSouthPane,   createUI,   createWestPane,   deactivateFrame,   deiconifyFrame,   deinstallMouseHandlers,   getDesktopManager,   getEastPane,   getInputMap,   getMaximumSize,   getMinimumSize,   getNorthPane,   getPreferredSize,   getSouthPane,   getWestPane,   iconifyFrame,   installComponents,   installDefaults,   installKeyboardActions,   installListeners,   installMouseHandlers,   installUI,   isKeyBindingActive,   isKeyBindingRegistered,   loadActionMap,   maximizeFrame,   minimizeFrame,   replacePane,   setEastPane,   setKeyBindingActive,   setKeyBindingRegistered,   setNorthPane,   setSouthPane,   setWestPane,   setupMenuCloseKey,   setupMenuOpenKey,   uninstallComponents,   uninstallDefaults,   uninstallKeyboardActions,   uninstallListeners,   uninstallUI,   updateFrameCursor
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.SynthInternalFrameUI Detail:
 protected ComponentListener createComponentListener() 
 protected JComponent createNorthPane(JInternalFrame w) 
 public static ComponentUI createUI(JComponent b) 
 public int getComponentState(JComponent c) 
 public SynthContext getContext(JComponent c) 
 public  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 evt) 
 protected  void uninstallComponents() 
 protected  void uninstallDefaults() 
 protected  void uninstallListeners() 
 public  void update(Graphics g,
    JComponent c)