|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.accessibility.AccessibleContext java.awt.Component.AccessibleAWTComponent java.awt.Container.AccessibleAWTContainer javax.swing.JComponent.AccessibleJComponent com.jidesoft.docking.DockableFrame.AccessibleDockableFrame
protected class DockableFrame.AccessibleDockableFrame
This class implements accessibility support for the DockableFrame
class. It provides an
implementation of the Java Accessibility API appropriate to dockable frame user-interface elements.
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 |
DockableFrame.AccessibleDockableFrame()
|
Method Summary | |
---|---|
String |
getAccessibleName()
Get the accessible name of this object. |
AccessibleRole |
getAccessibleRole()
Get the role of this object. |
AccessibleValue |
getAccessibleValue()
Gets the AccessibleValue associated with this object. |
Number |
getCurrentAccessibleValue()
Get the value of this object as a Number. |
Number |
getMaximumAccessibleValue()
Get the maximum value of this object as a Number. |
Number |
getMinimumAccessibleValue()
Get the minimum value of this object as a Number. |
boolean |
setCurrentAccessibleValue(Number n)
Set the value of this object as a Number. |
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 |
Constructor Detail |
---|
protected DockableFrame.AccessibleDockableFrame()
Method Detail |
---|
public String getAccessibleName()
getAccessibleName
in class JComponent.AccessibleJComponent
null
if this object does not have a nameAccessibleContext.setAccessibleName(java.lang.String)
public AccessibleRole getAccessibleRole()
getAccessibleRole
in class JComponent.AccessibleJComponent
AccessibleRole
public AccessibleValue getAccessibleValue()
AccessibleValue
interface on behalf of itself.
getAccessibleValue
in class AccessibleContext
public Number getCurrentAccessibleValue()
getCurrentAccessibleValue
in interface AccessibleValue
null
if this object does not have a valuepublic boolean setCurrentAccessibleValue(Number n)
setCurrentAccessibleValue
in interface AccessibleValue
true
if the value was setpublic Number getMinimumAccessibleValue()
getMinimumAccessibleValue
in interface AccessibleValue
null
if this object does not have a minimum valuepublic Number getMaximumAccessibleValue()
getMaximumAccessibleValue
in interface AccessibleValue
null
if this object does not have a maximum value
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |