java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.InternalFrameUI | +--javax.swing.plaf.basic.BasicInternalFrameUI
A basic L&F implementation of JInternalFrame.
| Inner Class Summary | |
protected class |
BasicInternalFrameUI.BasicInternalFrameListener
|
protected class |
BasicInternalFrameUI.BorderListener
BasicInternalFrameUI.BorderListener
|
protected class |
BasicInternalFrameUI.ComponentHandler
|
protected class |
BasicInternalFrameUI.GlassPaneDispatcher
|
class |
BasicInternalFrameUI.InternalFrameLayout
|
class |
BasicInternalFrameUI.InternalFramePropertyChangeListener
|
| Field Summary | |
protected MouseInputAdapter |
borderListener
copy-> borderListener |
protected ComponentListener |
componentListener
copy-> componentListener |
protected JComponent |
eastPane
copy-> eastPane |
protected JInternalFrame |
frame
copy-> frame |
protected MouseInputListener |
glassPaneDispatcher
copy-> glassPaneDispatcher |
protected LayoutManager |
internalFrameLayout
copy-> internalFrameLayout |
protected JComponent |
northPane
copy-> northPane |
protected KeyStroke |
openMenuKey
copy-> openMenuKey
|
protected PropertyChangeListener |
propertyChangeListener
copy-> propertyChangeListener |
protected JComponent |
southPane
copy-> southPane |
protected BasicInternalFrameTitlePane |
titlePane
copy-> titlePane |
protected JComponent |
westPane
copy-> westPane |
| Constructor Summary | |
BasicInternalFrameUI
copy-> new BasicInternalFrameUI( )copy-> <BasicInternalFrameUI var> = new BasicInternalFrameUI(<JInternalFrame b>); |
|
| Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, paint, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |