Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.im.spi | Provides interfaces that enable the development of input methods that can be used with any Java runtime environment. |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
Uses of InputMethodRequests in java.awt |
---|
Modifier and Type | Method and Description |
---|---|
InputMethodRequests |
TextComponent.getInputMethodRequests()
|
InputMethodRequests |
Component.getInputMethodRequests()
Gets the input method request handler which supports requests from input methods for this component. |
Uses of InputMethodRequests in java.awt.im.spi |
---|
Modifier and Type | Interface and Description |
---|---|
interface |
InputMethodContext
Provides methods that input methods can use to communicate with their client components or to request other services. |
Uses of InputMethodRequests in javax.swing.text |
---|
Modifier and Type | Method and Description |
---|---|
InputMethodRequests |
JTextComponent.getInputMethodRequests()
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.