Class ConfirmCommandViewer

All Implemented Interfaces:
fr.esrf.tangoatk.core.IErrorListener, fr.esrf.tangoatk.core.IResultListener, JDrawable, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, SwingConstants

public class ConfirmCommandViewer extends VoidVoidCommandViewer
Author:
poncet
See Also:
  • Field Details

    • confirmDialParent

      protected Component confirmDialParent
    • confirmTitle

      protected String confirmTitle
    • confirmMessage

      protected String confirmMessage
    • commandLabel

      protected String commandLabel
  • Constructor Details

    • ConfirmCommandViewer

      public ConfirmCommandViewer()
      Creates new ConfirmCommandViewer
  • Method Details

    • getConfirmDialParent

      public Component getConfirmDialParent()
    • setConfirmDialParent

      public void setConfirmDialParent(Component parent)
    • getConfirmTitle

      public String getConfirmTitle()
    • setConfirmTitle

      public void setConfirmTitle(String title)
    • getConfirmMessage

      public String getConfirmMessage()
    • setConfirmMessage

      public void setConfirmMessage(String msg)
    • getCommandLabel

      public String getCommandLabel()
    • setCommandLabel

      public void setCommandLabel(String cmdLabel)
    • setModel

      public void setModel(fr.esrf.tangoatk.core.ICommand cmd)
      Overrides:
      setModel in class VoidVoidCommandViewer
    • executeButtonActionPerformed

      protected void executeButtonActionPerformed(ActionEvent actionevent)
      Overrides:
      executeButtonActionPerformed in class VoidVoidCommandViewer
    • main

      public static void main(String[] args)
    • toString

      public String toString()
      Overrides:
      toString in class Component