net.sf.ij_plugins.ui

AbstractModelAction

abstract class AbstractModelAction[M <: Model] extends AbstractAction

Linear Supertypes
AbstractAction, Serializable, Cloneable, Action, ActionListener, EventListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractModelAction
  2. AbstractAction
  3. Serializable
  4. Cloneable
  5. Action
  6. ActionListener
  7. EventListener
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractModelAction(name: String, model: M)

    Attributes
    protected[net.sf.ij_plugins.ui]
  2. new AbstractModelAction(name: String)

    Attributes
    protected[net.sf.ij_plugins.ui]

Abstract Value Members

  1. abstract def actionPerformed(arg0: ActionEvent): Unit

    Definition Classes
    ActionListener

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def accept(arg0: Any): Boolean

    Definition Classes
    Action
  7. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    Definition Classes
    AbstractAction → Action
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractAction → AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def firePropertyChange(arg0: String, arg1: Any, arg2: Any): Unit

    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractAction
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getKeys(): Array[AnyRef]

    Definition Classes
    AbstractAction
  15. def getModel(): M

  16. def getPropertyChangeListeners(): Array[PropertyChangeListener]

    Definition Classes
    AbstractAction
  17. def getValue(arg0: String): AnyRef

    Definition Classes
    AbstractAction → Action
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def isEnabled(): Boolean

    Definition Classes
    AbstractModelAction → AbstractAction → Action
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def putValue(arg0: String, arg1: Any): Unit

    Definition Classes
    AbstractAction → Action
  25. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    Definition Classes
    AbstractAction → Action
  26. def setEnabled(arg0: Boolean): Unit

    Definition Classes
    AbstractAction → Action
  27. def setModel(model: M): Unit

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AbstractAction

Inherited from Serializable

Inherited from Cloneable

Inherited from Action

Inherited from ActionListener

Inherited from EventListener

Inherited from AnyRef

Inherited from Any

Ungrouped