Class CommandButtonViewer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CommandButtonViewer extends JPanel
Deprecated.
use SimpleCommandButtonViewer instead
See Also:
  • Constructor Details

    • CommandButtonViewer

      public CommandButtonViewer()
      Deprecated.
  • Method Details

    • setEnabled

      public void setEnabled(boolean flag)
      Deprecated.
      Overrides:
      setEnabled in class JComponent
    • isEnabled

      public boolean isEnabled()
      Deprecated.
      Overrides:
      isEnabled in class Component
    • setModel

      public void setModel(fr.esrf.tangoatk.core.ICommand icommand)
      Deprecated.
    • getModel

      public fr.esrf.tangoatk.core.ICommand getModel()
      Deprecated.
    • setFont

      public void setFont(Font font)
      Deprecated.
      Overrides:
      setFont in class JComponent
    • getFont

      public Font getFont()
      Deprecated.
      Specified by:
      getFont in interface MenuContainer
      Overrides:
      getFont in class Component
    • setBackground

      public void setBackground(Color color)
      Deprecated.
      Overrides:
      setBackground in class JComponent
    • setForeground

      public void setForeground(Color color)
      Deprecated.
      Overrides:
      setForeground in class JComponent
    • isBorderVisible

      public boolean isBorderVisible()
      Deprecated.
      Get the value of borderVisble.
      Returns:
      value of borderVisble.
    • setBorderVisible

      public void setBorderVisible(boolean v)
      Deprecated.
      Set the value of borderVisble.
      Parameters:
      v - Value to assign to borderVisble.
    • isDescriptionVisible

      public boolean isDescriptionVisible()
      Deprecated.
      Get the value of descriptionVisible.
      Returns:
      value of descriptionVisible.
    • setDescriptionVisible

      public void setDescriptionVisible(boolean v)
      Deprecated.
      Set the value of descriptionVisible.
      Parameters:
      v - Value to assign to descriptionVisible.
    • isInfoButtonVisible

      public boolean isInfoButtonVisible()
      Deprecated.
      Get the value of infoButtonVisible.
      Returns:
      value of infoButtonVisible.
    • setInfoButtonVisible

      public void setInfoButtonVisible(boolean v)
      Deprecated.
      Set the value of infoButtonVisible.
      Parameters:
      v - Value to assign to infoButtonVisible.
    • isDeviceButtonVisible

      public boolean isDeviceButtonVisible()
      Deprecated.
      Get the value of deviceButtonVisible.
      Returns:
      value of deviceButtonVisible.
    • setDeviceButtonVisible

      public void setDeviceButtonVisible(boolean v)
      Deprecated.
      Set the value of deviceButtonVisible.
      Parameters:
      v - Value to assign to deviceButtonVisible.
    • isCancelButtonVisible

      public boolean isCancelButtonVisible()
      Deprecated.
      Get the value of cancelButtonVisible.
      Returns:
      value of cancelButtonVisible.
    • setCancelButtonVisible

      public void setCancelButtonVisible(boolean v)
      Deprecated.
      Set the value of cancelButtonVisble.
      Parameters:
      v - Value to assign to cancelButtonVisble.
    • main

      public static void main(String[] args) throws Exception
      Deprecated.
      Throws:
      Exception