c

org.nlogo.app.common

ExceptionCatchingAction

abstract class ExceptionCatchingAction extends AbstractAction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExceptionCatchingAction
  2. AbstractAction
  3. Serializable
  4. Cloneable
  5. Action
  6. ActionListener
  7. EventListener
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExceptionCatchingAction(name: String, parent: Component)

Abstract Value Members

  1. abstract def action(): Unit
    Annotations
    @throws( classOf[UserCancelException] ) @throws( classOf[IOException] )

Concrete Value Members

  1. def actionPerformed(e: ActionEvent): Unit
    Definition Classes
    ExceptionCatchingAction → ActionListener
  2. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit
    Definition Classes
    AbstractAction → Action
  3. def frame: Frame
  4. def getKeys(): Array[AnyRef]
    Definition Classes
    AbstractAction
  5. def getPropertyChangeListeners(): Array[PropertyChangeListener]
    Definition Classes
    AbstractAction
  6. def getValue(arg0: String): AnyRef
    Definition Classes
    AbstractAction → Action
  7. def isEnabled(): Boolean
    Definition Classes
    AbstractAction → Action
  8. def putValue(arg0: String, arg1: Any): Unit
    Definition Classes
    AbstractAction → Action
  9. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit
    Definition Classes
    AbstractAction → Action
  10. def setEnabled(arg0: Boolean): Unit
    Definition Classes
    AbstractAction → Action