Class TouchscreenAutoResizingTextArea

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

public class TouchscreenAutoResizingTextArea extends com.jidesoft.swing.AutoResizingTextArea implements TouchscreenMouseListener.TouchscreenEnabledComponent
Use this class in panels where you want a AutoResizingTextArea with touch screen capability. The component will need to have a touchscreenMode property and let this class know when that changes.
See Also: