ExportBackgroundAction

org.nlogo.app.common.ExportBackgroundAction
abstract class ExportBackgroundAction[A](parent: Component, taskName: String, suggestedFileName: => String) extends AbstractAction

Attributes

Source
Actions.scala
Graph
Supertypes
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

Attributes

Source
Actions.scala
def inModalDialog(a: A, closeDialog: () => Unit): Unit

Attributes

Source
Actions.scala

Concrete methods

def actionPerformed(e: ActionEvent): Unit

Attributes

Source
Actions.scala
def frame: Frame

Attributes

Source
Actions.scala

Attributes

Source
Actions.scala

Attributes

Source
Actions.scala
def runDialog(a: A)(mp: ModalProgress): Unit

Attributes

Source
Actions.scala

Inherited methods

def accept(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
Action
def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
AbstractAction
def getKeys(): Array[<FromJavaObject>]

Attributes

Inherited from:
AbstractAction
def getPropertyChangeListeners(): Array[PropertyChangeListener]

Attributes

Inherited from:
AbstractAction
def getValue(x$0: String): <FromJavaObject>

Attributes

Inherited from:
AbstractAction

Attributes

Inherited from:
AbstractAction
def putValue(x$0: String, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
AbstractAction
def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
AbstractAction
def setEnabled(x$0: Boolean): Unit

Attributes

Inherited from:
AbstractAction