Class PropertyFieldEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, Scrollable, SwingConstants

public class PropertyFieldEditor extends JTextField implements PropertyChangeListener
See Also:
  • Constructor Details

    • PropertyFieldEditor

      public PropertyFieldEditor()
  • Method Details

    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener
    • setProperty

      protected void setProperty()
    • getModel

      public fr.esrf.tangoatk.core.Property getModel()
    • setModel

      public void setModel(fr.esrf.tangoatk.core.Property model)
    • clearModel

      public void clearModel()
    • isAskConfirmation

      public boolean isAskConfirmation()
    • setAskConfirmation

      public void setAskConfirmation(boolean askConfirmation)
    • getTextAskConfirmation

      public String getTextAskConfirmation()
    • setTextAskConfirmation

      public void setTextAskConfirmation(String textAskConfirmation)
    • getTitleAskConfirmation

      public String getTitleAskConfirmation()
    • setTitleAskConfirmation

      public void setTitleAskConfirmation(String titleAskConfirmation)