Interface TouchscreenMouseListener.TouchscreenEnabledComponent
- All Known Implementing Classes:
BaseFormattedTextField
,PMICommentsPanel
,PMICommentsPanel2
,PMIDateRange.TouchscreenField
,PMIDateTimePopupSelector
,PMIDateTimeSelector
,PMIFormattedTextField
,PMINumericTextField
,PMIPasswordField
,PMISpinner
,PMITextArea
,PMITextField
,TouchscreenAutoResizingTextArea
,TouchscreenPasswordField
,TouchscreenTextField
- Enclosing class:
- TouchscreenMouseListener
public static interface TouchscreenMouseListener.TouchscreenEnabledComponent
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
The keyboard layout name preferred by this component.int
The javabeans-style name of the property to modify.boolean
-
Method Details
-
getTouchscreenMode
int getTouchscreenMode() -
getTouchscreenPropertyName
String getTouchscreenPropertyName()The javabeans-style name of the property to modify. Needs a getter and setter. -
getKeyboardName
The keyboard layout name preferred by this component. Return null for automatic selection of a locale & keyboard style appropriate layout.- See Also:
-
KeyboardLayoutManager
InternationalKeypadDialog.showAlphaNumericDialog(Component, String, int, boolean, String)
-
isTouchscreenEditAllowed
boolean isTouchscreenEditAllowed() -
getTouchscreenStyle
TouchscreenMouseListener.KeyboardStyle getTouchscreenStyle()
-