All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.sun.java.swing.basic.BasicInternalFrameUI
protected JInternalFrame frame
protected EventListener borderListener
protected ComponentListener componentListener
public BasicInternalFrameUI(JInternalFrame b)
public static InternalFrameUI createUI(JInternalFrame b)
public void installUI(JComponent c)
public void deinstallUI(JComponent c)
public Dimension getPreferredSize(JComponent x)
public Dimension getMinimumSize(JComponent x)
public Dimension getMaximumSize(JComponent x)
public Insets getInsets(JComponent c)
public void paint(Graphics g, JComponent c)
public void propertyChange(PropertyChangeEvent evt)
protected void replaceView(JComponent currentView, JComponent newView)
public void deinstallHandlers(JComponent c)
public void installHandlers(JComponent c)
public JComponent createNorthView(JInternalFrame w)
public JComponent createSouthView(JInternalFrame w)
public JComponent createWestView(JInternalFrame w)
public JComponent createEastView(JInternalFrame w)
public JComponent createCenterView(JInternalFrame w)
public EventListener createBorderListener(JInternalFrame w)
public void addLayoutComponent(String name, Component c)
public void removeLayoutComponent(Component c)
public Dimension preferredLayoutSize(Container c)
public Dimension minimumLayoutSize(Container c)
public void layoutContainer(Container c)
protected void close(JInternalFrame f)
protected void maximize(JInternalFrame f)
protected void minimize(JInternalFrame f)
protected void iconify(JInternalFrame f)
protected void deiconify(JInternalFrame f)
protected void becomeMain(JInternalFrame f)
protected void lostMain(JInternalFrame f)
public void moveAndRepaint(int newX, int newY, int newWidth, int newHeight)
All Packages Class Hierarchy This Package Previous Next Index