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.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.Fields declared in interface SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
Modifier and TypeFieldDescriptionstatic final int
Indicates the region is the default.static final int
Primary state indicating the region is not enabled.static final int
Primary state indicating the component is enabled.static final int
Indicates the region has focus.static final int
Primary state indicating the mouse is over the region.static final int
Primary state indicating the region is in a pressed state.static final int
Indicates the region is selected. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates the default divider.static ComponentUI
Creates a new SynthSplitPaneUI instanceReturns the Context for the specified component.protected void
Installs the UI defaults.protected void
Installs the event listeners for the UI.void
paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.protected void
paint
(SynthContext context, Graphics g) Paints the specified component.void
paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
This method gets called when a bound property is changed.protected void
Uninstalls the UI defaults.protected void
Uninstalls the event listeners from the UI.void
update
(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, 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 keyboard actions 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 keyboard actions for the UI.void
Uninstalls the UI.Methods declared in class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
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.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
-
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:
installDefaults
in classBasicSplitPaneUI
-
installListeners
protected void installListeners()Installs the event listeners for the UI.- Overrides:
installListeners
in classBasicSplitPaneUI
-
uninstallDefaults
protected void uninstallDefaults()Uninstalls the UI defaults.- Overrides:
uninstallDefaults
in classBasicSplitPaneUI
-
uninstallListeners
protected void uninstallListeners()Uninstalls the event listeners from the UI.- Overrides:
uninstallListeners
in classBasicSplitPaneUI
-
getContext
Returns the Context for the specified component.- Specified by:
getContext
in interfaceSynthUI
- Parameters:
c
- Component requesting SynthContext.- Returns:
- SynthContext describing component.
-
propertyChange
This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
e
- A PropertyChangeEvent object describing the event source and the property that has changed.
-
createDefaultDivider
Creates the default divider.- Overrides:
createDefaultDivider
in 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
paint
method.- Overrides:
update
in classComponentUI
- Parameters:
g
- theGraphics
object 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:
paint
in classComponentUI
- Parameters:
g
- theGraphics
object 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
- theGraphics
object used for painting- See Also:
-
paintBorder
Paints the border.- Specified by:
paintBorder
in interfaceSynthUI
- Parameters:
context
- a component contextg
-Graphics
to paint onx
- the X coordinatey
- the Y coordinatew
- width of the borderh
- height of the border
-