API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.metal. MetalInternalFrameUI View Source
Author(s)
Steve Wilson
Since
Version
1.35 04/07/06
Serial
Hierarchy
 Object
      ComponentUI
          InternalFrameUI
              BasicInternalFrameUI
                  MetalInternalFrameUI
Implements
Subclasses
Description
public class MetalInternalFrameUI
  Metal implementation of JInternalFrame.
See also:   
Constructors
public MetalInternalFrameUI (JInternalFrame b)
Methods
Hide/Show inherited methods
protected void activateFrame (JInternalFrame f) [Inherited From BasicInternalFrameUI]
  This method is called when the frame becomes selected.
protected void closeFrame (JInternalFrame f) [Inherited From BasicInternalFrameUI]
  This method is called when the user wants to close the frame.
public boolean contains (JComponent c, int x, int y) [Inherited From ComponentUI]
  Returns true if the specified x,y location is contained within the look and feel's defined shape of the specified component.
protected MouseInputAdapter createBorderListener (JInternalFrame w) [Overrides BasicInternalFrameUI]
  Returns the MouseInputAdapter that will be installed on the TitlePane.
protected ComponentListener createComponentListener () [Inherited From BasicInternalFrameUI]
protected DesktopManager createDesktopManager () [Inherited From BasicInternalFrameUI]
protected JComponent createEastPane (JInternalFrame w) [Inherited From BasicInternalFrameUI]
protected MouseInputListener createGlassPaneDispatcher () [Inherited From BasicInternalFrameUI]
protected void createInternalFrameListener () [Inherited From BasicInternalFrameUI]
protected LayoutManager createLayoutManager () [Inherited From BasicInternalFrameUI]
protected JComponent createNorthPane (JInternalFrame w) [Overrides BasicInternalFrameUI]
protected PropertyChangeListener createPropertyChangeListener () [Inherited From BasicInternalFrameUI]
protected JComponent createSouthPane (JInternalFrame w) [Inherited From BasicInternalFrameUI]
publicstatic ComponentUI createUI (JComponent c) [Overrides BasicInternalFrameUI]
protected JComponent createWestPane (JInternalFrame w) [Inherited From BasicInternalFrameUI]
protected void deactivateFrame (JInternalFrame f) [Inherited From BasicInternalFrameUI]
  This method is called when the frame is no longer selected.
protected void deiconifyFrame (JInternalFrame f) [Inherited From BasicInternalFrameUI]
  This method is called when the user wants to deiconify the frame.
protected void deinstallMouseHandlers (JComponent c) [Inherited From BasicInternalFrameUI]
public Accessible getAccessibleChild (JComponent c, int i) [Inherited From ComponentUI]
  Returns the ith Accessible child of the object.
public int getAccessibleChildrenCount (JComponent c) [Inherited From ComponentUI]
  Returns the number of accessible children in the object.
public int getBaseline (JComponent c, int width, int height) [Inherited From ComponentUI]
  Returns the baseline.
public BaselineResizeBehavior getBaselineResizeBehavior (JComponent c) [Inherited From ComponentUI]
  Returns an enum indicating how the baseline of he component changes as the size changes.
protected DesktopManager getDesktopManager () [Inherited From BasicInternalFrameUI]
  Returns the proper DesktopManager.
public JComponent getEastPane () [Inherited From BasicInternalFrameUI]
public Dimension getMaximumSize (JComponent x) [Inherited From BasicInternalFrameUI]
public Dimension getMinimumSize (JComponent x) [Inherited From BasicInternalFrameUI]
public JComponent getNorthPane () [Inherited From BasicInternalFrameUI]
public Dimension getPreferredSize (JComponent x) [Inherited From BasicInternalFrameUI]
public JComponent getSouthPane () [Inherited From BasicInternalFrameUI]
public JComponent getWestPane () [Inherited From BasicInternalFrameUI]
protected void iconifyFrame (JInternalFrame f) [Inherited From BasicInternalFrameUI]
  This method is called when the user wants to iconify the frame.
protected void installComponents () [Inherited From BasicInternalFrameUI]
protected void installDefaults () [Inherited From BasicInternalFrameUI]
protected void installKeyboardActions () [Overrides BasicInternalFrameUI]
protected void installListeners () [Overrides BasicInternalFrameUI]
protected void installMouseHandlers (JComponent c) [Inherited From BasicInternalFrameUI]
public void installUI (JComponent c) [Overrides BasicInternalFrameUI]
publicfinal boolean isKeyBindingActive () [Inherited From BasicInternalFrameUI]
protectedfinal boolean isKeyBindingRegistered () [Inherited From BasicInternalFrameUI]
protected void maximizeFrame (JInternalFrame f) [Inherited From BasicInternalFrameUI]
  This method is called when the user wants to maximize the frame.
protected void minimizeFrame (JInternalFrame f) [Inherited From BasicInternalFrameUI]
  This method is called when the user wants to minimize the frame.
public void paint (Graphics g, JComponent c) [Inherited From ComponentUI]
  Paints the specified component appropriate for the look and feel.
protected void replacePane (JComponent currentPane, JComponent newPane) [Inherited From BasicInternalFrameUI]
  Installs necessary mouse handlers on newPane and adds it to the frame.
public void setEastPane (JComponent c) [Inherited From BasicInternalFrameUI]
protectedfinal void setKeyBindingActive (boolean b) [Inherited From BasicInternalFrameUI]
protectedfinal void setKeyBindingRegistered (boolean b) [Inherited From BasicInternalFrameUI]
public void setNorthPane (JComponent c) [Inherited From BasicInternalFrameUI]
public void setPalette (boolean isPalette)
public void setSouthPane (JComponent c) [Inherited From BasicInternalFrameUI]
protected void setupMenuCloseKey () [Inherited From BasicInternalFrameUI]
protected void setupMenuOpenKey () [Inherited From BasicInternalFrameUI]
public void setWestPane (JComponent c) [Inherited From BasicInternalFrameUI]
protected void uninstallComponents () [Overrides BasicInternalFrameUI]
protected void uninstallDefaults () [Inherited From BasicInternalFrameUI]
protected void uninstallKeyboardActions () [Overrides BasicInternalFrameUI]
protected void uninstallListeners () [Overrides BasicInternalFrameUI]
public void uninstallUI (JComponent c) [Overrides BasicInternalFrameUI]
public void update (Graphics g, JComponent c) [Inherited From ComponentUI]
  Notifies this UI delegate that it's time to paint the specified component.
Fields
Hide/Show inherited fields
protected MouseInputAdapter borderListener [Inherited From BasicInternalFrameUI]
protected ComponentListener componentListener [Inherited From BasicInternalFrameUI]
protected JComponent eastPane [Inherited From BasicInternalFrameUI]
protected JInternalFrame frame [Inherited From BasicInternalFrameUI]
protected MouseInputListener glassPaneDispatcher [Inherited From BasicInternalFrameUI]
protected LayoutManager internalFrameLayout [Inherited From BasicInternalFrameUI]
protectedstatic String IS_PALETTE
protected JComponent northPane [Inherited From BasicInternalFrameUI]
@Deprecated
protected KeyStroke openMenuKey [Inherited From BasicInternalFrameUI]
  As of Java 2 platform v1.3 this previously undocumented field is no longer used.
protected PropertyChangeListener propertyChangeListener [Inherited From BasicInternalFrameUI]
protected JComponent southPane [Inherited From BasicInternalFrameUI]
protected BasicInternalFrameTitlePane titlePane [Inherited From BasicInternalFrameUI]
protected JComponent westPane [Inherited From BasicInternalFrameUI]
Nested Classes
  BasicInternalFrameUI.InternalFramePropertyChangeListener
  BasicInternalFrameUI.InternalFrameLayout
  BasicInternalFrameUI.BorderListener
Listens for border adjustments.
  BasicInternalFrameUI.ComponentHandler
  BasicInternalFrameUI.GlassPaneDispatcher
  BasicInternalFrameUI.BasicInternalFrameListener
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar