Class SynthSplitPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SplitPaneUI
javax.swing.plaf.basic.BasicSplitPaneUI
javax.swing.plaf.synth.SynthSplitPaneUI
- All Implemented Interfaces:
PropertyChangeListener, EventListener, SynthConstants, SynthUI
Provides the Synth L&F UI delegate for
JSplitPane.- Since:
- 1.7
-
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.Fields declared in interface SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTEDModifier and TypeFieldDescriptionstatic final intIndicates the region is the default.static final intPrimary state indicating the region is not enabled.static final intPrimary state indicating the component is enabled.static final intIndicates the region has focus.static final intPrimary state indicating the mouse is over the region.static final intPrimary state indicating the region is in a pressed state.static final intIndicates the region is selected. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates the default divider.static ComponentUICreates a new SynthSplitPaneUI instanceReturns the Context for the specified component.protected voidInstalls the UI defaults.protected voidInstalls the event listeners for the UI.voidpaint(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.protected voidpaint(SynthContext context, Graphics g) Paints the specified component.voidpaintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.voidThis method gets called when a bound property is changed.protected voidUninstalls the UI defaults.protected voidUninstalls the event listeners from the UI.voidupdate(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.Methods 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, installKeyboardActions, installUI, isContinuousLayout, resetLayoutManager, resetToPreferredSizes, setContinuousLayout, setDividerLocation, setLastDragLocation, setNonContinuousLayoutDivider, setNonContinuousLayoutDivider, setOrientation, startDragging, uninstallKeyboardActions, 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 keyboard actions 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 keyboard actions for the UI.voidUninstalls the UI.Methods declared in class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehaviorModifier 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.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
-
SynthSplitPaneUI
public SynthSplitPaneUI()Constructs aSynthSplitPaneUI.
-
-
Method Details
-
createUI
Creates a new SynthSplitPaneUI instance- Parameters:
x- component to create UI object for- Returns:
- the UI object
-
installDefaults
protected void installDefaults()Installs the UI defaults.- Overrides:
installDefaultsin classBasicSplitPaneUI
-
installListeners
protected void installListeners()Installs the event listeners for the UI.- Overrides:
installListenersin classBasicSplitPaneUI
-
uninstallDefaults
protected void uninstallDefaults()Uninstalls the UI defaults.- Overrides:
uninstallDefaultsin classBasicSplitPaneUI
-
uninstallListeners
protected void uninstallListeners()Uninstalls the event listeners from the UI.- Overrides:
uninstallListenersin classBasicSplitPaneUI
-
getContext
Returns the Context for the specified component.- Specified by:
getContextin interfaceSynthUI- Parameters:
c- Component requesting SynthContext.- Returns:
- SynthContext describing component.
-
propertyChange
This method gets called when a bound property is changed.- Specified by:
propertyChangein interfacePropertyChangeListener- Parameters:
e- A PropertyChangeEvent object describing the event source and the property that has changed.
-
createDefaultDivider
Creates the default divider.- Overrides:
createDefaultDividerin classBasicSplitPaneUI- Returns:
- the default divider
-
update
Notifies this UI delegate to repaint the specified component. This method paints the component background, then calls thepaint(SynthContext,Graphics)method.In general, this method does not need to be overridden by subclasses. All Look and Feel rendering code should reside in the
paintmethod.- Overrides:
updatein classComponentUI- Parameters:
g- theGraphicsobject used for paintingc- the component being painted- See Also:
-
paint
Paints the specified component according to the Look and Feel.This method is not used by Synth Look and Feel. Painting is handled by the
paint(SynthContext,Graphics)method.- Overrides:
paintin classComponentUI- Parameters:
g- theGraphicsobject used for paintingc- the component being painted- See Also:
-
paint
Paints the specified component. This implementation does nothing.- Parameters:
context- context for the component being paintedg- theGraphicsobject used for painting- See Also:
-
paintBorder
Paints the border.- Specified by:
paintBorderin interfaceSynthUI- Parameters:
context- a component contextg-Graphicsto paint onx- the X coordinatey- the Y coordinatew- width of the borderh- height of the border
-