javax.swing
protected class JSplitPane.AccessibleJSplitPane extends JComponent.AccessibleJComponent implements AccessibleValue
JSplitPane
component.
Constructor Summary | |
---|---|
protected | AccessibleJSplitPane()
Creates a new AccessibleJSplitPane instance. |
Method Summary | |
---|---|
AccessibleRole | getAccessibleRole()
Returns the accessible role for the JSplitPane component.
|
AccessibleStateSet | getAccessibleStateSet()
Returns a set containing the current state of the {@link JSplitPane}
component.
|
AccessibleValue | getAccessibleValue()
Returns an object that provides access to the current, minimum and
maximum values for the {@link JSplitPane}. |
Number | getCurrentAccessibleValue()
Returns the current divider location for the {@link JSplitPane}
component, as an {@link Integer}.
|
Number | getMaximumAccessibleValue()
Returns the maximum divider location for the {@link JSplitPane}
component, as an {@link Integer}.
|
Number | getMinimumAccessibleValue()
Returns the minimum divider location for the {@link JSplitPane}
component, as an {@link Integer}.
|
boolean | setCurrentAccessibleValue(Number value)
Sets the divider location for the {@link JSplitPane} component and sends
a {@link PropertyChangeEvent} (with the property name
{@link AccessibleContext#ACCESSIBLE_VALUE_PROPERTY}) to all registered
listeners. |
AccessibleJSplitPane
instance.JSplitPane
component.
Returns: {@link AccessibleRole#SPLIT_PANE}.
Returns: The accessible state set.
Returns: The accessible value.
Returns: The current divider location.
Returns: The maximum divider location.
Returns: The minimum divider location.
null
, this method
does nothing and returns false
.
Parameters: value the new divider location (null
permitted).
Returns: true
if the divider location value is updated, and
false
otherwise.