|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.accessibility.AccessibleContext
java.awt.Component.AccessibleAWTComponent
java.awt.Container.AccessibleAWTContainer
javax.swing.JComponent.AccessibleJComponent
javax.swing.JInternalFrame.AccessibleJInternalFrame
protected class JInternalFrame.AccessibleJInternalFrame
Provides the accessibility features for the JInternalFrame
component.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent.AccessibleJComponent |
---|
JComponent.AccessibleJComponent.AccessibleContainerHandler, JComponent.AccessibleJComponent.AccessibleFocusHandler |
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent |
---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent.AccessibleJComponent |
---|
accessibleContainerHandler, accessibleFocusHandler |
Fields inherited from class java.awt.Component.AccessibleAWTComponent |
---|
accessibleAWTComponentHandler, accessibleAWTFocusHandler |
Constructor Summary | |
---|---|
protected |
JInternalFrame.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. |
Methods inherited from class java.awt.Container.AccessibleAWTContainer |
---|
getAccessibleAt |
Methods inherited from class javax.accessibility.AccessibleContext |
---|
firePropertyChange, getAccessibleAction, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleText, setAccessibleDescription, setAccessibleName, setAccessibleParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.accessibility.AccessibleComponent |
---|
addFocusListener, contains, getAccessibleAt, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible |
Constructor Detail |
---|
protected JInternalFrame.AccessibleJInternalFrame()
AccessibleJInternalFrame
instance.
Method Detail |
---|
public String getAccessibleName()
getAccessibleName
in class JComponent.AccessibleJComponent
AccessibleContext.setAccessibleName(String)
public AccessibleRole getAccessibleRole()
JInternalFrame
component.
getAccessibleRole
in class JComponent.AccessibleJComponent
AccessibleRole.INTERNAL_FRAME
.AccessibleRole
public AccessibleValue getAccessibleValue()
JInternalFrame
. Since this class
implements AccessibleValue
, it returns itself.
getAccessibleValue
in class AccessibleContext
AccessibleValue
public Number getCurrentAccessibleValue()
JInternalFrame
component,
as an Integer
.
getCurrentAccessibleValue
in interface AccessibleValue
JInternalFrame
component.AccessibleValue.setCurrentAccessibleValue(Number)
public Number getMaximumAccessibleValue()
getMaximumAccessibleValue
in interface AccessibleValue
Integer(Integer.MAX_VALUE)
.AccessibleValue.getMinimumAccessibleValue()
public Number getMinimumAccessibleValue()
getMinimumAccessibleValue
in interface AccessibleValue
Integer(Integer.MIN_VALUE)
.AccessibleValue.getMaximumAccessibleValue()
public boolean setCurrentAccessibleValue(Number n)
setCurrentAccessibleValue
in interface AccessibleValue
n
- the layer (see the constants defined in JLayeredPane
).
true
if the value is set, and false
if it was not set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |