Class BasicSplitPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SplitPaneUI
javax.swing.plaf.basic.BasicSplitPaneUI
- Direct Known Subclasses:
MetalSplitPaneUI
,SynthSplitPaneUI
A Basic L&F implementation of the SplitPaneUI.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
LayoutManager for JSplitPanes that have an orientation of HORIZONTAL_SPLIT.class
LayoutManager used for JSplitPanes with an orientation of VERTICAL_SPLIT.class
Implementation of the FocusListener that the JSplitPane UI uses.class
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.class
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.class
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.class
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.class
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.class
Implementation of the PropertyChangeListener that the JSplitPane UI uses. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Location of the divider when the dragging session began.protected BasicSplitPaneDivider
Instance of the divider for this JSplitPane.protected KeyStroke
Deprecated.As of Java 2 platform v1.3.protected int
The size of the divider while the dragging session is valid.protected KeyStroke
Deprecated.As of Java 2 platform v1.3.protected boolean
Set to true in startDragging if any of the children (not including the nonContinuousLayoutDivider) are heavy weights.protected KeyStroke
Deprecated.As of Java 2 platform v1.3.protected FocusListener
Instance of the FocusListener for this JSplitPane.protected KeyStroke
Deprecated.As of Java 2 platform v1.3.protected static int
How far (relative) the divider does move when it is moved around by the cursor keys on the keyboard.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
Deprecated.As of Java 2 platform v1.3.LayoutManager that is created and placed into the split pane.protected KeyStroke
Deprecated.As of Java 2 platform v1.3.protected static final String
The divider used for non-continuous layout is added to the split pane with this object.protected Component
Instance for the shadow of the divider when non continuous layout is being used.protected PropertyChangeListener
Instance of the PropertyChangeListener for this JSplitPane.protected KeyStroke
Deprecated.As of Java 2 platform v1.3.protected JSplitPane
JSplitPane instance this instance is providing the look and feel for.protected KeyStroke
Deprecated.As of Java 2 platform v1.3. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates the default divider.protected Component
Returns the default non continuous layout divider, which is an instance ofCanvas
that fills in the background with dark gray.protected FocusListener
Creates aFocusListener
for theJSplitPane
UI.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected ActionListener
Deprecated.As of Java 2 platform v1.3.protected PropertyChangeListener
Creates aPropertyChangeListener
for theJSplitPane
UI.static ComponentUI
Creates a new instance ofBasicSplitPaneUI
.protected void
dragDividerTo
(int location) Messaged during a dragging session to move the divider to the passed inlocation
.protected void
finishDraggingTo
(int location) Messaged to finish the dragging session.void
Called when the specified split pane has finished painting its children.Returns the divider between the top Components.protected int
Deprecated.As of Java 2 platform v1.3, instead set the border on the divider.int
Returns the location of the divider, which may differ from what the splitpane thinks the location of the divider is.getInsets
(JComponent jc) Returns the insets.int
Returns the last drag location of theJSplitPane
.int
Gets the maximum location of the divider.Returns the maximum size for the passed in component, This is passed off to the current layout manager.int
Gets the minimum location of the divider.Returns the minimum size for the passed in component, This is passed off to the current layout manager.Returns the divider to use when theJSplitPane
is configured to not continuously layout.int
Returns the orientation for theJSplitPane
.Returns the preferred size for the passed in component, This is passed off to the current layout manager.Returns theJSplitPane
this instance is currently contained in.protected void
Installs the UI defaults.protected void
Installs the keyboard actions for the UI.protected void
Installs the event listeners for the UI.void
Installs the UI.boolean
Determines whether theJSplitPane
is set to use a continuous layout.protected void
Resets the layout manager based on orientation and messages it with invalidateLayout to pull in appropriate Components.void
Messaged to reset the preferred sizes.void
setContinuousLayout
(boolean b) Turn continuous layout on/off.void
setDividerLocation
(JSplitPane jc, int location) Sets the location of the divider to location.void
setLastDragLocation
(int l) Set the last drag location of theJSplitPane
.protected void
setNonContinuousLayoutDivider
(Component newDivider) Sets the divider to use when theJSplitPane
is configured to not continuously layout.protected void
setNonContinuousLayoutDivider
(Component newDivider, boolean rememberSizes) Sets the divider to use.void
setOrientation
(int orientation) Set the orientation for theJSplitPane
.protected void
Should be messaged before the dragging session starts, resets lastDragLocation and dividerSize.protected void
Uninstalls the UI defaults.protected void
Uninstalls the keyboard actions for the UI.protected void
Uninstalls the event listeners for the UI.void
Uninstalls the UI.Methods declared in class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, update