java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextField
com.inductiveautomation.vision.api.client.components.touchscreen.TouchscreenTextField
All Implemented Interfaces:
TouchscreenMouseListener.TouchscreenEnabledComponent, ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants

public class TouchscreenTextField extends JTextField implements TouchscreenMouseListener.TouchscreenEnabledComponent
Use this class in panels where you want a text field to have touch screen capability. The component will need to have a touchscreenMode property and let this class know when that changes.
See Also: