object GraphemeObjView
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GraphemeObjView
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Factory extends ObjView.Factory
- trait HasStartLevels[S <: Sys[S]] extends GraphemeObjView[S]
- final case class InsetsChanged[S <: Sys[S]](view: GraphemeObjView[S], ch: Change[Insets]) extends Update[S] with Product with Serializable
- type Map[S <: Sys[S]] = IdentifierMap[GraphemeObjView.Map.S.Id, GraphemeObjView.Map.S.Tx, GraphemeObjView[S]]
- type SelectionModel[S <: Sys[S]] = gui.SelectionModel[S, GraphemeObjView[S]]
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 val DefaultInsets: Insets
- final val HandleDiameter: Double(7.0)
- final val HandleRadius: Double(3.5)
- final val ScreenTolerance: Int(7)
- def addFactory(f: Factory): Unit
- def apply[S <: Sys[S]](entry: Entry[S], mode: Mode)(implicit tx: GraphemeObjView.apply.S.Tx): GraphemeObjView[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def factories: Iterable[Factory]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
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
- @native() @throws( ... )