javax.swing
protected class JInternalFrame.AccessibleJInternalFrame extends AccessibleJComponent implements AccessibleValue
JInternalFrame
component.
Constructor Summary | |
---|---|
protected | AccessibleJInternalFrame()
Creates a new AccessibleJInternalFrame instance. |
Method Summary | |
---|---|
String | getAccessibleName()
Returns the frame title.
|
AccessibleRole | getAccessibleRole()
Returns the accessible role for the JInternalFrame
component.
|
AccessibleValue | getAccessibleValue()
Returns an object that provides access to the current, minimum and
maximum values for the JInternalFrame. |
Number | getCurrentAccessibleValue()
Returns the current layer for the JInternalFrame component,
as an Integer.
|
Number | getMaximumAccessibleValue()
Returns the maximum permitted accessible value.
|
Number | getMinimumAccessibleValue()
Returns the minimum permitted accessible value.
|
boolean | setCurrentAccessibleValue(Number n)
Sets the layer for the internal frame.
|
AccessibleJInternalFrame
instance.Returns: The frame title.
JInternalFrame
component.
Returns: AccessibleRole#INTERNAL_FRAME.
Returns: The accessible value.
Returns: The layer for the JInternalFrame component.
Returns: Integer(Integer.MAX_VALUE)
.
Returns: Integer(Integer.MIN_VALUE)
.
Parameters: n the layer (see the constants defined in JLayeredPane).
Returns: true
if the value is set, and false
if it was not set.