java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.SplitPaneUI | +--javax.swing.plaf.basic.BasicSplitPaneUI
A Basic L&F implementation of the SplitPaneUI.
| Inner Class Summary | |
class |
BasicSplitPaneUI.BasicHorizontalLayoutManager
BasicSplitPaneUI.BasicHorizontalLayoutManager
|
class |
BasicSplitPaneUI.BasicVerticalLayoutManager
BasicSplitPaneUI.BasicVerticalLayoutManager
|
class |
BasicSplitPaneUI.FocusHandler
BasicSplitPaneUI.FocusHandler
|
class |
BasicSplitPaneUI.KeyboardDownRightHandler
BasicSplitPaneUI.KeyboardDownRightHandler
|
class |
BasicSplitPaneUI.KeyboardEndHandler
BasicSplitPaneUI.KeyboardEndHandler
|
class |
BasicSplitPaneUI.KeyboardHomeHandler
BasicSplitPaneUI.KeyboardHomeHandler
|
class |
BasicSplitPaneUI.KeyboardResizeToggleHandler
BasicSplitPaneUI.KeyboardResizeToggleHandler
|
class |
BasicSplitPaneUI.KeyboardUpLeftHandler
BasicSplitPaneUI.KeyboardUpLeftHandler
|
class |
BasicSplitPaneUI.PropertyHandler
BasicSplitPaneUI.PropertyHandler
|
| Field Summary | |
protected int |
beginDragDividerLocation
copy-> beginDragDividerLocation
|
protected BasicSplitPaneDivider |
divider
copy-> divider
|
protected KeyStroke |
dividerResizeToggleKey
copy-> dividerResizeToggleKey
|
protected int |
dividerSize
copy-> dividerSize
|
protected KeyStroke |
downKey
copy-> downKey
|
protected boolean |
draggingHW
copy-> draggingHW
|
protected KeyStroke |
endKey
copy-> endKey
|
protected FocusListener |
focusListener
copy-> focusListener
|
protected KeyStroke |
homeKey
copy-> homeKey
|
protected static int |
KEYBOARD_DIVIDER_MOVE_OFFSET
copy-> KEYBOARD_DIVIDER_MOVE_OFFSET
|
protected ActionListener |
keyboardDownRightListener
copy-> keyboardDownRightListener
|
protected ActionListener |
keyboardEndListener
copy-> keyboardEndListener
|
protected ActionListener |
keyboardHomeListener
copy-> keyboardHomeListener
|
protected ActionListener |
keyboardResizeToggleListener
copy-> keyboardResizeToggleListener
|
protected ActionListener |
keyboardUpLeftListener
copy-> keyboardUpLeftListener
|
protected BasicSplitPaneUI.BasicHorizontalLayoutManager |
layoutManager
copy-> layoutManager
|
protected KeyStroke |
leftKey
copy-> leftKey
|
protected static String |
NON_CONTINUOUS_DIVIDER
copy-> NON_CONTINUOUS_DIVIDER
|
protected Component |
nonContinuousLayoutDivider
copy-> nonContinuousLayoutDivider
|
protected PropertyChangeListener |
propertyChangeListener
copy-> propertyChangeListener
|
protected KeyStroke |
rightKey
copy-> rightKey
|
protected JSplitPane |
splitPane
copy-> splitPane
|
protected KeyStroke |
upKey
copy-> upKey
|
| Constructor Summary | |
BasicSplitPaneUI
copy-> new BasicSplitPaneUI()copy-> <BasicSplitPaneUI var> = new BasicSplitPaneUI(); |
|
| Method Summary | |
BasicSplitPaneDivider |
createDefaultDivider()
copy-> .createDefaultDivider()copy-> <BasicSplitPaneDivider var>=<BasicSplitPaneUI>.createDefaultDivider();
|
protected Component |
createDefaultNonContinuousLayoutDivider()
copy-> .createDefaultNonContinuousLayoutDivider()copy-> <Component var>=<BasicSplitPaneUI>.createDefaultNonContinuousLayoutDivider();
|
protected FocusListener |
createFocusListener()
copy-> .createFocusListener()copy-> <FocusListener var>=<BasicSplitPaneUI>.createFocusListener();
|
protected ActionListener |
createKeyboardDownRightListener()
copy-> .createKeyboardDownRightListener()copy-> <ActionListener var>=<BasicSplitPaneUI>.createKeyboardDownRightListener();
|
protected ActionListener |
createKeyboardEndListener()
copy-> .createKeyboardEndListener()copy-> <ActionListener var>=<BasicSplitPaneUI>.createKeyboardEndListener();
|
protected ActionListener |
createKeyboardHomeListener()
copy-> .createKeyboardHomeListener()copy-> <ActionListener var>=<BasicSplitPaneUI>.createKeyboardHomeListener();
|
protected ActionListener |
createKeyboardResizeToggleListener()
copy-> .createKeyboardResizeToggleListener()copy-> <ActionListener var>=<BasicSplitPaneUI>.createKeyboardResizeToggleListener();
|
protected ActionListener |
createKeyboardUpLeftListener()
copy-> .createKeyboardUpLeftListener()copy-> <ActionListener var>=<BasicSplitPaneUI>.createKeyboardUpLeftListener();
|
protected PropertyChangeListener |
createPropertyChangeListener()
copy-> .createPropertyChangeListener()copy-> <PropertyChangeListener var>=<BasicSplitPaneUI>.createPropertyChangeListener();
|
static ComponentUI |
createUI(JComponent x)
copy-> BasicSplitPaneUI.createUI( )copy-> <ComponentUI var>=BasicSplitPaneUI.createUI(<JComponent x>);
|
protected void |
dragDividerTo(int location)
copy-> .dragDividerTo( )copy-> <BasicSplitPaneUI>.dragDividerTo(<int location>);
|
protected void |
finishDraggingTo(int location)
copy-> .finishDraggingTo( )copy-> <BasicSplitPaneUI>.finishDraggingTo(<int location>);
|
void |
finishedPaintingChildren(JSplitPane jc,
Graphics g)
copy-> .finishedPaintingChildren(, )copy-> <BasicSplitPaneUI>.finishedPaintingChildren(<JSplitPane jc>, <Graphics g>);
|
BasicSplitPaneDivider |
getDivider()
copy-> .getDivider()copy-> <BasicSplitPaneDivider var>=<BasicSplitPaneUI>.getDivider();
|
protected int |
getDividerBorderSize()
copy-> .getDividerBorderSize()copy-> <int var>=<BasicSplitPaneUI>.getDividerBorderSize();
|
int |
getDividerLocation(JSplitPane jc)
copy-> .getDividerLocation( )copy-> <int var>=<BasicSplitPaneUI>.getDividerLocation(<JSplitPane jc>);
|
Insets |
getInsets(JComponent jc)
copy-> .getInsets( )copy-> <Insets var>=<BasicSplitPaneUI>.getInsets(<JComponent jc>);
|
int |
getLastDragLocation()
copy-> .getLastDragLocation()copy-> <int var>=<BasicSplitPaneUI>.getLastDragLocation();
|
int |
getMaximumDividerLocation(JSplitPane jc)
copy-> .getMaximumDividerLocation( )copy-> <int var>=<BasicSplitPaneUI>.getMaximumDividerLocation(<JSplitPane jc>);
|
Dimension |
getMaximumSize(JComponent jc)
copy-> .getMaximumSize( )copy-> <Dimension var>=<BasicSplitPaneUI>.getMaximumSize(<JComponent jc>);
|
int |
getMinimumDividerLocation(JSplitPane jc)
copy-> .getMinimumDividerLocation( )copy-> <int var>=<BasicSplitPaneUI>.getMinimumDividerLocation(<JSplitPane jc>);
|
Dimension |
getMinimumSize(JComponent jc)
copy-> .getMinimumSize( )copy-> <Dimension var>=<BasicSplitPaneUI>.getMinimumSize(<JComponent jc>);
|
Component |
getNonContinuousLayoutDivider()
copy-> .getNonContinuousLayoutDivider()copy-> <Component var>=<BasicSplitPaneUI>.getNonContinuousLayoutDivider();
|
int |
getOrientation()
copy-> .getOrientation()copy-> <int var>=<BasicSplitPaneUI>.getOrientation();
|
Dimension |
getPreferredSize(JComponent jc)
copy-> .getPreferredSize( )copy-> <Dimension var>=<BasicSplitPaneUI>.getPreferredSize(<JComponent jc>);
|
JSplitPane |
getSplitPane()
copy-> .getSplitPane()copy-> <JSplitPane var>=<BasicSplitPaneUI>.getSplitPane();
|
protected void |
installDefaults()
copy-> .installDefaults()copy-> <BasicSplitPaneUI>.installDefaults();
|
protected void |
installKeyboardActions()
copy-> .installKeyboardActions()copy-> <BasicSplitPaneUI>.installKeyboardActions();
|
protected void |
installListeners()
copy-> .installListeners()copy-> <BasicSplitPaneUI>.installListeners();
|
void |
installUI(JComponent c)
copy-> .installUI( )copy-> <BasicSplitPaneUI>.installUI(<JComponent c>);
|
boolean |
isContinuousLayout()
copy-> .isContinuousLayout()copy-> <boolean var>=<BasicSplitPaneUI>.isContinuousLayout();
|
void |
paint(Graphics g,
JComponent jc)
copy-> .paint(, )copy-> <BasicSplitPaneUI>.paint(<Graphics g>, <JComponent jc>);
|
protected void |
resetLayoutManager()
copy-> .resetLayoutManager()copy-> <BasicSplitPaneUI>.resetLayoutManager();
|
void |
resetToPreferredSizes(JSplitPane jc)
copy-> .resetToPreferredSizes( )copy-> <BasicSplitPaneUI>.resetToPreferredSizes(<JSplitPane jc>);
|
void |
setContinuousLayout(boolean b)
copy-> .setContinuousLayout( )copy-> <BasicSplitPaneUI>.setContinuousLayout(<boolean b>);
|
void |
setDividerLocation(JSplitPane jc,
int location)
copy-> .setDividerLocation(, )copy-> <BasicSplitPaneUI>.setDividerLocation(<JSplitPane jc>, <int location>);
|
void |
setLastDragLocation(int l)
copy-> .setLastDragLocation( )copy-> <BasicSplitPaneUI>.setLastDragLocation(<int l>);
|
protected void |
setNonContinuousLayoutDivider(Component newDivider)
copy-> .setNonContinuousLayoutDivider( )copy-> <BasicSplitPaneUI>.setNonContinuousLayoutDivider(<Component newDivider>);
|
protected void |
setNonContinuousLayoutDivider(Component newDivider,
boolean rememberSizes)
copy-> .setNonContinuousLayoutDivider(, )copy-> <BasicSplitPaneUI>.setNonContinuousLayoutDivider(<Component newDivider>, <boolean rememberSizes>);
|
void |
setOrientation(int orientation)
copy-> .setOrientation( )copy-> <BasicSplitPaneUI>.setOrientation(<int orientation>);
|
protected void |
startDragging()
copy-> .startDragging()copy-> <BasicSplitPaneUI>.startDragging();
|
protected void |
uninstallDefaults()
copy-> .uninstallDefaults()copy-> <BasicSplitPaneUI>.uninstallDefaults();
|
protected void |
uninstallKeyboardActions()
copy-> .uninstallKeyboardActions()copy-> <BasicSplitPaneUI>.uninstallKeyboardActions();
|
protected void |
uninstallListeners()
copy-> .uninstallListeners()copy-> <BasicSplitPaneUI>.uninstallListeners();
|
void |
uninstallUI(JComponent c)
copy-> .uninstallUI( )copy-> <BasicSplitPaneUI>.uninstallUI(<JComponent c>);
|
| 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 |