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 JSplitPane
component.
|
AccessibleValue | getAccessibleValue()
Returns an object that provides access to the current, minimum and
maximum values for the JSplitPane. |
Number | getCurrentAccessibleValue()
Returns the current divider location for the JSplitPane
component, as an Integer.
|
Number | getMaximumAccessibleValue()
Returns the maximum divider location for the JSplitPane
component, as an Integer.
|
Number | getMinimumAccessibleValue()
Returns the minimum divider location for the JSplitPane
component, as an Integer.
|
boolean | setCurrentAccessibleValue(Number value)
Sets the divider location for the JSplitPane component and sends
a PropertyChangeEvent (with the property name
AccessibleContext#ACCESSIBLE_VALUE_PROPERTY) to all registered
listeners. |
AccessibleJSplitPane
instance.JSplitPane
component.
Returns: 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.