cogdebugger
.
ui
.
structure
.
DrillDownGraphViewer
Worker
Related Doc:
package DrillDownGraphViewer
class
Worker
extends
SwingWorker
[
Graph
,
Unit
]
Linear Supertypes
SwingWorker
[
Graph
,
Unit
],
RunnableFuture
[
Graph
],
Future
[
Graph
],
Runnable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Worker
SwingWorker
RunnableFuture
Future
Runnable
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
Worker
(
module:
ModuleNode
)
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
final
def
addPropertyChangeListener
(
arg0:
PropertyChangeListener
)
:
Unit
Definition Classes
SwingWorker
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
final
def
cancel
(
arg0:
Boolean
)
:
Boolean
Definition Classes
SwingWorker → Future
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
doInBackground
()
:
Graph
Definition Classes
Worker
→ SwingWorker
def
done
()
:
Unit
Definition Classes
Worker
→ SwingWorker
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
execute
()
:
Unit
Definition Classes
SwingWorker
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
firePropertyChange
(
arg0:
String
,
arg1:
Any
,
arg2:
Any
)
:
Unit
Definition Classes
SwingWorker
final
def
get
(
arg0:
Long
,
arg1:
TimeUnit
)
:
Graph
Definition Classes
SwingWorker → Future
Annotations
@throws
(
...
)
@throws
(
...
)
@throws
(
...
)
final
def
get
()
:
Graph
Definition Classes
SwingWorker → Future
Annotations
@throws
(
...
)
@throws
(
...
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getProgress
()
:
Int
Definition Classes
SwingWorker
final
def
getPropertyChangeSupport
()
:
PropertyChangeSupport
Definition Classes
SwingWorker
final
def
getState
()
:
StateValue
Definition Classes
SwingWorker
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isCancelled
()
:
Boolean
Definition Classes
SwingWorker → Future
final
def
isDone
()
:
Boolean
Definition Classes
SwingWorker → Future
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
process
(
arg0:
List
[
Unit
]
)
:
Unit
Attributes
protected[
javax.swing
]
Definition Classes
SwingWorker
final
def
publish
(
arg0:
<repeated...>
[
Unit
]
)
:
Unit
Attributes
protected[
javax.swing
]
Definition Classes
SwingWorker
Annotations
@SafeVarargs
()
final
def
removePropertyChangeListener
(
arg0:
PropertyChangeListener
)
:
Unit
Definition Classes
SwingWorker
final
def
run
()
:
Unit
Definition Classes
SwingWorker → RunnableFuture → Runnable
final
def
setProgress
(
arg0:
Int
)
:
Unit
Attributes
protected[
javax.swing
]
Definition Classes
SwingWorker
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
SwingWorker
[
Graph
,
Unit
]
Inherited from
RunnableFuture
[
Graph
]
Inherited from
Future
[
Graph
]
Inherited from
Runnable
Inherited from
AnyRef
Inherited from
Any
Ungrouped