Class DActor

  • All Implemented Interfaces:
    java.io.Serializable, org.kopi.galite.visual.base.UComponent, org.kopi.galite.visual.UActor

    public class DActor
    extends java.lang.Object
    implements org.kopi.galite.visual.UActor
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DActor​(org.kopi.galite.visual.VActor model)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Action getAction()
      Returns the actor action.
      javax.swing.JButton getButton()  
      org.kopi.galite.visual.VActor getModel()  
      boolean isEnabled()  
      boolean isVisible()  
      void setEnabled​(boolean enabled)  
      void setModel​(org.kopi.galite.visual.VActor model)  
      void setVisible​(boolean visible)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DActor

        public DActor​(org.kopi.galite.visual.VActor model)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.kopi.galite.visual.base.UComponent
      • setEnabled

        public void setEnabled​(boolean enabled)
        Specified by:
        setEnabled in interface org.kopi.galite.visual.base.UComponent
      • isVisible

        public boolean isVisible()
        Specified by:
        isVisible in interface org.kopi.galite.visual.base.UComponent
      • setVisible

        public void setVisible​(boolean visible)
        Specified by:
        setVisible in interface org.kopi.galite.visual.base.UComponent
      • setModel

        public void setModel​(org.kopi.galite.visual.VActor model)
        Specified by:
        setModel in interface org.kopi.galite.visual.UActor
      • getModel

        public org.kopi.galite.visual.VActor getModel()
        Specified by:
        getModel in interface org.kopi.galite.visual.UActor
      • getButton

        public javax.swing.JButton getButton()
      • getAction

        public javax.swing.Action getAction()
        Returns the actor action.