abstract class Cell[TCell <: Cell[TCell, TCellPane], TCellPane <: CellPane[TCellPane, TCell]] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Cell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Cell(cellPane: TCellPane, gridRow: Int, gridColumn: Int, alignment: Pos, textAlignment: TextAlignment, rotated: Boolean, onFinishedEventHandler: EventHandler[ActionEvent], createTextSizeListener: Boolean)
Type Members
- class CellContentPane extends StackPane
- class CellInteractionPane extends BorderPane
Abstract Value Members
-
abstract
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.- Attributes
- protected[cellpane]
Concrete 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
-
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
- final def getInteractionPane(): CellInteractionPane
-
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
- Attributes
- protected[cellpane]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toFront(): Unit
- Attributes
- protected[cellpane]
-
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( ... ) @native()