All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicInternalFrameUI

java.lang.Object
   |
   +----com.sun.java.swing.basic.BasicInternalFrameUI

public class BasicInternalFrameUI
extends Object
implements InternalFrameUI, LayoutManager, PropertyChangeListener
A Basic L&F implementation of InternalFrame.


Variable Index

 o borderListener
 o componentListener
 o frame

Constructor Index

 o BasicInternalFrameUI(JInternalFrame)

Method Index

 o addLayoutComponent(String, Component)
 o becomeMain(JInternalFrame)
 o close(JInternalFrame)
 o createBorderListener(JInternalFrame)
 o createCenterView(JInternalFrame)
 o createEastView(JInternalFrame)
 o createNorthView(JInternalFrame)
 o createSouthView(JInternalFrame)
 o createUI(JInternalFrame)
 o createWestView(JInternalFrame)
 o deiconify(JInternalFrame)
 o deinstallHandlers(JComponent)
 o deinstallUI(JComponent)
 o getInsets(JComponent)
 o getMaximumSize(JComponent)
 o getMinimumSize(JComponent)
 o getPreferredSize(JComponent)
 o iconify(JInternalFrame)
 o installHandlers(JComponent)
 o installUI(JComponent)
 o layoutContainer(Container)
 o lostMain(JInternalFrame)
 o maximize(JInternalFrame)
 o minimize(JInternalFrame)
 o minimumLayoutSize(Container)
 o moveAndRepaint(int, int, int, int)
 o paint(Graphics, JComponent)
 o preferredLayoutSize(Container)
 o propertyChange(PropertyChangeEvent)
 o removeLayoutComponent(Component)
 o replaceView(JComponent, JComponent)

Variables

 o frame
 protected JInternalFrame frame
 o borderListener
 protected EventListener borderListener
 o componentListener
 protected ComponentListener componentListener

Constructors

 o BasicInternalFrameUI
 public BasicInternalFrameUI(JInternalFrame b)

Methods

 o createUI
 public static InternalFrameUI createUI(JInternalFrame b)
 o installUI
 public void installUI(JComponent c)
 o deinstallUI
 public void deinstallUI(JComponent c)
 o getPreferredSize
 public Dimension getPreferredSize(JComponent x)
 o getMinimumSize
 public Dimension getMinimumSize(JComponent x)
 o getMaximumSize
 public Dimension getMaximumSize(JComponent x)
 o getInsets
 public Insets getInsets(JComponent c)
 o paint
 public void paint(Graphics g,
                   JComponent c)
 o propertyChange
 public void propertyChange(PropertyChangeEvent evt)
 o replaceView
 protected void replaceView(JComponent currentView,
                            JComponent newView)
 o deinstallHandlers
 public void deinstallHandlers(JComponent c)
 o installHandlers
 public void installHandlers(JComponent c)
 o createNorthView
 public JComponent createNorthView(JInternalFrame w)
 o createSouthView
 public JComponent createSouthView(JInternalFrame w)
 o createWestView
 public JComponent createWestView(JInternalFrame w)
 o createEastView
 public JComponent createEastView(JInternalFrame w)
 o createCenterView
 public JComponent createCenterView(JInternalFrame w)
 o createBorderListener
 public EventListener createBorderListener(JInternalFrame w)
 o addLayoutComponent
 public void addLayoutComponent(String name,
                                Component c)
 o removeLayoutComponent
 public void removeLayoutComponent(Component c)
 o preferredLayoutSize
 public Dimension preferredLayoutSize(Container c)
 o minimumLayoutSize
 public Dimension minimumLayoutSize(Container c)
 o layoutContainer
 public void layoutContainer(Container c)
 o close
 protected void close(JInternalFrame f)
 o maximize
 protected void maximize(JInternalFrame f)
 o minimize
 protected void minimize(JInternalFrame f)
 o iconify
 protected void iconify(JInternalFrame f)
 o deiconify
 protected void deiconify(JInternalFrame f)
 o becomeMain
 protected void becomeMain(JInternalFrame f)
 o lostMain
 protected void lostMain(JInternalFrame f)
 o moveAndRepaint
 public void moveAndRepaint(int newX,
                            int newY,
                            int newWidth,
                            int newHeight)

All Packages  Class Hierarchy  This Package  Previous  Next  Index