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 Details

    • getTouchscreenMode

      int getTouchscreenMode()
    • getTouchscreenPropertyName

      String getTouchscreenPropertyName()
      The javabeans-style name of the property to modify. Needs a getter and setter.
    • getKeyboardName

      @Nullable default String 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