org
.
nlogo
.
app
GUIWorkspaceAction
Related Doc:
package app
class
GUIWorkspaceAction
extends
AbstractAction
Source
ToolsMenu.scala
Linear Supertypes
AbstractAction
,
Serializable
,
Cloneable
,
Action
,
ActionListener
,
EventListener
,
AnyRef
,
Any
Known Subclasses
Open3DViewAction
,
SimpleGUIWorkspaceAction
Ordering
Alphabetic
By Inheritance
Inherited
GUIWorkspaceAction
AbstractAction
Serializable
Cloneable
Action
ActionListener
EventListener
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
GUIWorkspaceAction
(
name:
String
,
workspace:
GUIWorkspace
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
actionPerformed
(
e:
ActionEvent
)
:
Unit
Definition Classes
GUIWorkspaceAction
→ ActionListener
def
addPropertyChangeListener
(
arg0:
PropertyChangeListener
)
:
Unit
Definition Classes
AbstractAction → Action
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
javax.swing
]
Definition Classes
AbstractAction → AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
firePropertyChange
(
arg0:
String
,
arg1:
Any
,
arg2:
Any
)
:
Unit
Attributes
protected[
javax.swing
]
Definition Classes
AbstractAction
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getKeys
()
:
Array
[
AnyRef
]
Definition Classes
AbstractAction
def
getPropertyChangeListeners
()
:
Array
[
PropertyChangeListener
]
Definition Classes
AbstractAction
def
getValue
(
arg0:
String
)
:
AnyRef
Definition Classes
AbstractAction → Action
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isEnabled
()
:
Boolean
Definition Classes
AbstractAction → Action
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
performAction
(
workspace:
GUIWorkspace
)
:
Unit
def
putValue
(
arg0:
String
,
arg1:
Any
)
:
Unit
Definition Classes
AbstractAction → Action
def
removePropertyChangeListener
(
arg0:
PropertyChangeListener
)
:
Unit
Definition Classes
AbstractAction → Action
def
setEnabled
(
arg0:
Boolean
)
:
Unit
Definition Classes
AbstractAction → Action
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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