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.PropertyHandlerModifier and TypeClassDescriptionclassLayoutManager for JSplitPanes that have an orientation of HORIZONTAL_SPLIT.classLayoutManager used for JSplitPanes with an orientation of VERTICAL_SPLIT.classImplementation of the FocusListener that the JSplitPane UI uses.classImplementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.classImplementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.classImplementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.classImplementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.classImplementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.classImplementation 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, upKeyModifier and TypeFieldDescriptionprotected intLocation of the divider when the dragging session began.protected BasicSplitPaneDividerInstance of the divider for this JSplitPane.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected intThe size of the divider while the dragging session is valid.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected booleanSet to true in startDragging if any of the children (not including the nonContinuousLayoutDivider) are heavy weights.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected FocusListenerInstance of the FocusListener for this JSplitPane.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected static intHow far (relative) the divider does move when it is moved around by the cursor keys on the keyboard.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected ActionListenerDeprecated.As of Java 2 platform v1.3.LayoutManager that is created and placed into the split pane.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected static final StringThe divider used for non-continuous layout is added to the split pane with this object.protected ComponentInstance for the shadow of the divider when non continuous layout is being used.protected PropertyChangeListenerInstance of the PropertyChangeListener for this JSplitPane.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected JSplitPaneJSplitPane instance this instance is providing the look and feel for.protected KeyStrokeDeprecated.As of Java 2 platform v1.3. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates the default divider.static ComponentUICreates a newMetalSplitPaneUIinstanceMethods 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, uninstallUIModifier and TypeMethodDescriptionprotected ComponentReturns the default non continuous layout divider, which is an instance ofCanvasthat fills in the background with dark gray.protected FocusListenerCreates aFocusListenerfor theJSplitPaneUI.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected ActionListenerDeprecated.As of Java 2 platform v1.3.protected PropertyChangeListenerCreates aPropertyChangeListenerfor theJSplitPaneUI.protected voiddragDividerTo(int location) Messaged during a dragging session to move the divider to the passed inlocation.protected voidfinishDraggingTo(int location) Messaged to finish the dragging session.voidCalled when the specified split pane has finished painting its children.Returns the divider between the top Components.protected intDeprecated.As of Java 2 platform v1.3, instead set the border on the divider.intReturns 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.intReturns the last drag location of theJSplitPane.intGets the maximum location of the divider.Returns the maximum size for the passed in component, This is passed off to the current layout manager.intGets 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 theJSplitPaneis configured to not continuously layout.intReturns the orientation for theJSplitPane.Returns the preferred size for the passed in component, This is passed off to the current layout manager.Returns theJSplitPanethis instance is currently contained in.protected voidInstalls the UI defaults.protected voidInstalls the keyboard actions for the UI.protected voidInstalls the event listeners for the UI.voidInstalls the UI.booleanDetermines whether theJSplitPaneis set to use a continuous layout.protected voidResets the layout manager based on orientation and messages it with invalidateLayout to pull in appropriate Components.voidMessaged to reset the preferred sizes.voidsetContinuousLayout(boolean b) Turn continuous layout on/off.voidsetDividerLocation(JSplitPane jc, int location) Sets the location of the divider to location.voidsetLastDragLocation(int l) Set the last drag location of theJSplitPane.protected voidsetNonContinuousLayoutDivider(Component newDivider) Sets the divider to use when theJSplitPaneis configured to not continuously layout.protected voidsetNonContinuousLayoutDivider(Component newDivider, boolean rememberSizes) Sets the divider to use.voidsetOrientation(int orientation) Set the orientation for theJSplitPane.protected voidShould be messaged before the dragging session starts, resets lastDragLocation and dividerSize.protected voidUninstalls the UI defaults.protected voidUninstalls the keyboard actions for the UI.protected voidUninstalls the event listeners for the UI.voidUninstalls the UI.Methods declared in class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, updateModifier and TypeMethodDescriptionbooleancontains(JComponent c, int x, int y) Returnstrueif 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 theithAccessiblechild of the object.intReturns the number of accessible children in the object.intgetBaseline(JComponent c, int width, int height) Returns the baseline.Returns an enum indicating how the baseline of the component changes as the size changes.voidpaint(Graphics g, JComponent c) Paints the specified component appropriately for the look and feel.voidupdate(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, waitModifier and TypeMethodDescriptionprotected Objectclone()Creates and returns a copy of this object.booleanIndicates whether some other object is "equal to" this one.protected voidfinalize()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.inthashCode()Returns a hash code value for this object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.toString()Returns a string representation of the object.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(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 voidwait(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 newMetalSplitPaneUIinstance- Parameters:
x- a component- Returns:
- a new
MetalSplitPaneUIinstance
-
createDefaultDivider
Creates the default divider.- Overrides:
createDefaultDividerin classBasicSplitPaneUI- Returns:
- the default divider
-