Class TextField

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextField
ro.sync.ui.UndoableTextField
ro.sync.ui.ApplicationTextField
ro.sync.exml.workspace.api.standalone.ui.TextField
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants

@API(type=EXTENDABLE, src=PUBLIC) public class TextField extends ro.sync.ui.ApplicationTextField
Text field with undo/redo support. Also has an "edit" contextual menu (Cut, Copy, Paste, etc.).
Since:
20.0
See Also:
  • Constructor Details

    • TextField

      public TextField()
      Constructor. A default model is created, the initial string is null, and the number of columns is set to 0.