scalaswingcontrib
.
tree
.
TreeEditors
.
Editor
TreeEditorPeer
class
TreeEditorPeer
extends
EditorPeer
with
TreeCellEditor
Attributes
protected
Linear Supertypes
TreeCellEditor
,
Editor.EditorPeer
,
AbstractCellEditor
,
Serializable
,
javax.swing.CellEditor
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
TreeEditorPeer
TreeCellEditor
EditorPeer
AbstractCellEditor
Serializable
CellEditor
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
TreeEditorPeer
()
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
addCellEditorListener
(
arg0:
CellEditorListener
)
:
Unit
Definition Classes
AbstractCellEditor → CellEditor
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
cancelCellEditing
()
:
Unit
Definition Classes
AbstractCellEditor → CellEditor
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
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
fireEditingCanceled
()
:
Unit
Attributes
protected[
javax.swing
]
Definition Classes
AbstractCellEditor
def
fireEditingStopped
()
:
Unit
Attributes
protected[
javax.swing
]
Definition Classes
AbstractCellEditor
def
getCellEditorListeners
()
:
Array
[
CellEditorListener
]
Definition Classes
AbstractCellEditor
def
getCellEditorValue
()
:
AnyRef
Definition Classes
EditorPeer
→ CellEditor
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getTreeCellEditorComponent
(
tree:
JTree
,
value:
Any
,
selected:
Boolean
,
expanded:
Boolean
,
leaf:
Boolean
,
rowIndex:
Int
)
:
JComponent
Definition Classes
TreeEditorPeer
→ TreeCellEditor
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isCellEditable
(
arg0:
EventObject
)
:
Boolean
Definition Classes
AbstractCellEditor → CellEditor
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
removeCellEditorListener
(
arg0:
CellEditorListener
)
:
Unit
Definition Classes
AbstractCellEditor → CellEditor
def
shouldSelectCell
(
arg0:
EventObject
)
:
Boolean
Definition Classes
AbstractCellEditor → CellEditor
def
stopCellEditing
()
:
Boolean
Definition Classes
AbstractCellEditor → CellEditor
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
TreeCellEditor
Inherited from
Editor.EditorPeer
Inherited from
AbstractCellEditor
Inherited from
Serializable
Inherited from
javax.swing.CellEditor
Inherited from
AnyRef
Inherited from
Any
Ungrouped