Class MetalSplitPaneUI
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. As of 1.4, support for long term storage
of all JavaBeans
has been added to the java.beans
package.
Please see XMLEncoder
.
-
Nested Class Summary
Nested classes/interfaces declared in class BasicSplitPaneUI
BasicSplitPaneUI.BasicHorizontalLayoutManager, BasicSplitPaneUI.BasicVerticalLayoutManager, BasicSplitPaneUI.FocusHandler, BasicSplitPaneUI.KeyboardDownRightHandler, BasicSplitPaneUI.KeyboardEndHandler, BasicSplitPaneUI.KeyboardHomeHandler, BasicSplitPaneUI.KeyboardResizeToggleHandler, BasicSplitPaneUI.KeyboardUpLeftHandler, BasicSplitPaneUI.PropertyHandler
Modifier 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
Fields declared in class 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
Modifier 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.static ComponentUI
Creates a newMetalSplitPaneUI
instanceMethods declared in class BasicSplitPaneUI
createDefaultNonContinuousLayoutDivider, createFocusListener, createKeyboardDownRightListener, createKeyboardEndListener, createKeyboardHomeListener, createKeyboardResizeToggleListener, createKeyboardUpLeftListener, createPropertyChangeListener, dragDividerTo, finishDraggingTo, finishedPaintingChildren, getDivider, getDividerBorderSize, getDividerLocation, getInsets, getLastDragLocation, getMaximumDividerLocation, getMaximumSize, getMinimumDividerLocation, getMinimumSize, getNonContinuousLayoutDivider, getOrientation, getPreferredSize, getSplitPane, installDefaults, installKeyboardActions, installListeners, installUI, isContinuousLayout, resetLayoutManager, resetToPreferredSizes, setContinuousLayout, setDividerLocation, setLastDragLocation, setNonContinuousLayoutDivider, setNonContinuousLayoutDivider, setOrientation, startDragging, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
Modifier and TypeMethodDescriptionprotected 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.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 ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, update
Modifier and TypeMethodDescriptionboolean
contains
(JComponent c, int x, int y) Returnstrue
if the specified x,y location is contained within the look and feel's defined shape of the specified component.getAccessibleChild
(JComponent c, int i) Returns thei
thAccessible
child of the object.int
Returns the number of accessible children in the object.int
getBaseline
(JComponent c, int width, int height) Returns the baseline.Returns an enum indicating how the baseline of the component changes as the size changes.void
paint
(Graphics g, JComponent c) Paints the specified component appropriately for the look and feel.void
update
(Graphics g, JComponent c) Notifies this UI delegate that it is time to paint the specified component.Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Modifier and TypeMethodDescriptionprotected Object
clone()
Creates and returns a copy of this object.boolean
Indicates whether some other object is "equal to" this one.protected void
finalize()
Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class
<?> getClass()
Returns the runtime class of thisObject
.int
hashCode()
Returns a hash code value for this object.final void
notify()
Wakes up a single thread that is waiting on this object's monitor.final void
Wakes up all threads that are waiting on this object's monitor.toString()
Returns a string representation of the object.final void
wait()
Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final void
wait
(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final void
wait
(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Constructor Details
-
MetalSplitPaneUI
public MetalSplitPaneUI()Constructs aMetalSplitPaneUI
.
-
-
Method Details
-
createUI
Creates a newMetalSplitPaneUI
instance- Parameters:
x
- a component- Returns:
- a new
MetalSplitPaneUI
instance
-
createDefaultDivider
Creates the default divider.- Overrides:
createDefaultDivider
in classBasicSplitPaneUI
- Returns:
- the default divider
-