Class ProjectResourcePathValidatedTextField

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.jidesoft.swing.DefaultOverlayable
com.inductiveautomation.ignition.client.util.gui.ValidatedTextField
com.inductiveautomation.ignition.designer.gui.ProjectResourcePathValidatedTextField
All Implemented Interfaces:
com.jidesoft.swing.Overlayable, ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, SwingConstants
Direct Known Subclasses:
UpdateNamedQueryTypeValidated

public class ProjectResourcePathValidatedTextField extends ValidatedTextField
Convenience class for a text field that will validate a resource path, such as a Named Query. Typically paired with a ProjectResourcePathSelector, so users don't have to type in the full path if they don't want to.
See Also: