![]() |
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.SplitPaneUI | +--javax.swing.plaf.basic.BasicSplitPaneUI | +--javax.swing.plaf.metal.MetalSplitPaneUI
Metal split pane.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
Fields inherited from class javax.swing.plaf.basic.BasicSplitPaneUI |
beginDragDividerLocation,
divider,
dividerResizeToggleKey,
dividerSize,
downKey,
draggingHW,
endKey,
focusListener,
homeKey,
KEYBOARD_DIVIDER_MOVE_OFFSET,
keyboardDownRightListener,
keyboardEndListener,
keyboardHomeListener,
keyboardResizeToggleListener,
keyboardUpLeftListener,
layoutManager,
leftKey,
NON_CONTINUOUS_DIVIDER,
nonContinuousLayoutDivider,
propertyChangeListener,
rightKey,
splitPane,
upKey |
Constructor Summary | |
MetalSplitPaneUI()
|
Method Summary | |
BasicSplitPaneDivider |
createDefaultDivider()
Creates the default divider. |
static ComponentUI |
createUI(JComponent x)
Creates a new MetalSplitPaneUI instance |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains,
getAccessibleChild,
getAccessibleChildrenCount,
update |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MetalSplitPaneUI()
Method Detail |
public static ComponentUI createUI(JComponent x)
public BasicSplitPaneDivider createDefaultDivider()
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |