net
.
sf
.
ij_plugins
.
scala
.
console
ScalaConsolePaneView
Related Doc:
package console
class
ScalaConsolePaneView
extends
Initializable
with
ProxyDependencyInjection
with
ControllerAccessor
View for the Scala Console main pane.
Linear Supertypes
ControllerAccessor
,
ProxyDependencyInjection
,
Initializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ScalaConsolePaneView
ControllerAccessor
ProxyDependencyInjection
Initializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ScalaConsolePaneView
(
dependencyResolver:
ControllerDependencyResolver
)
Type Members
class
Controller
extends
View
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
as
[
T
]
()
:
T
Definition Classes
ScalaConsolePaneView
→ ControllerAccessor
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
deps
:
Map
[
String
,
Any
]
Definition Classes
ProxyDependencyInjection
var
editorPane
:
BorderPane
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
var
fileMenu
:
Menu
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDependency
[
T
]
(
paramName:
String
)
:
T
Definition Classes
ProxyDependencyInjection
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
initialize
(
url:
URL
,
rb:
ResourceBundle
)
:
Unit
Definition Classes
ScalaConsolePaneView
→ Initializable
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
var
outputPane
:
BorderPane
var
runMenuItem
:
MenuItem
def
setDependency
(
paramName:
String
,
value:
Any
)
:
Unit
Definition Classes
ProxyDependencyInjection
var
statusLabel
:
Label
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
var
toolBar
:
ToolBar
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
ControllerAccessor
Inherited from
ProxyDependencyInjection
Inherited from
Initializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
View for the Scala Console main pane.