final class ContextCell extends Cell[ContextCell, ContextPane]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContextCell
- Cell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
CellContentPane extends StackPane
- Definition Classes
- Cell
-
class
CellInteractionPane extends BorderPane
- Definition Classes
- Cell
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
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
dispose(): Unit
- Definition Classes
- Cell
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Cell → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
getContentPane(): CellContentPane
- Definition Classes
- Cell
-
final
def
getInteractionPane(): CellInteractionPane
- Definition Classes
- Cell
-
def
hashCode(): Int
- Definition Classes
- Cell → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def resetGridPosition(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- final def toFront(): Unit
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
updateContent(): Unit
Abstract method to update textual content (and possibly other properties) based on e.g.
Abstract method to update textual content (and possibly other properties) based on e.g. content coordinates property
this.contentCoordinates.get()
. Just callthis.textContent.set(String)
within the implementation body to update the text.- Definition Classes
- ContextCell → Cell
-
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( ... ) @native()