Class TextlikeComponent

    • Constructor Detail

      • TextlikeComponent

        public TextlikeComponent()
    • Method Detail

      • setText

        public abstract void setText​(java.lang.String text)
        Inserts text into the component. Note: usually expected to NOT replace everything, but instead insert at the current cursor position.
      • requestFocus

        public abstract void requestFocus()
      • getText

        public abstract java.lang.String getText()
      • getInternalComponent

        public abstract java.awt.Component getInternalComponent()
      • of

        public static TextlikeComponent of​(javax.swing.JTable comp,
                                           int column)
        Uses the currently selected row of the table