object GenericObjView extends NoMakeListObjViewFactory with Factory
- Alphabetic
- By Inheritance
- GenericObjView
- Factory
- NoMakeListObjViewFactory
- Factory
- Factory
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Config[T <: Txn[T]] = Unit
- Definition Classes
- NoMakeListObjViewFactory → Factory
-
type
E[T <: Txn[T]] = Obj[T]
- Definition Classes
- GenericObjView → Factory
-
type
MakeResult[T <: Txn[T]] = Try[Config[T]]
- Definition Classes
- Factory
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
canMakeObj: Boolean
Whether it is possible to create an instance of the object via
initMakeDialog,initMakeCmdLine, ormakeObj.Whether it is possible to create an instance of the object via
initMakeDialog,initMakeCmdLine, ormakeObj. If this answersfalse, expectinitMakeDialogandinitMakeCmdLineto throw an exception, andmakeObjto simply returnNil.- Definition Classes
- NoMakeListObjViewFactory → Factory
-
val
category: String
- Definition Classes
- GenericObjView → Factory
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
humanName: String
- Definition Classes
- GenericObjView → Factory
-
val
icon: Icon
- Definition Classes
- GenericObjView → Factory
-
def
initMakeCmdLine[T <: Txn[T]](args: List[String])(implicit universe: Universe[T]): MakeResult[T]
Tries to create a make-configuration from a command line string.
Tries to create a make-configuration from a command line string.
- Definition Classes
- NoMakeListObjViewFactory → Factory
-
def
initMakeDialog[T <: Txn[T]](window: Option[Window])(done: (MakeResult[T]) ⇒ Unit)(implicit universe: Universe[T]): Unit
Provides an optional initial configuration for the make-new-instance dialog.
Provides an optional initial configuration for the make-new-instance dialog. If the user aborts the dialog, the
donecall-back should be invoked nevertheless, using the value ofProcessor.Abortedto indicate so. If only a message should be shown instead of a full exception, useMessageException.- Definition Classes
- NoMakeListObjViewFactory → Factory
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeObj[T <: Txn[T]](config: Unit)(implicit tx: T): List[Obj[T]]
Creates an object from a configuration.
Creates an object from a configuration. The reason that the result type is not
Obj.T[T, E]is that we allow the returning of a number of auxiliary other objects as well.- Definition Classes
- NoMakeListObjViewFactory → Factory
-
def
mkGraphemeView[T <: Txn[T]](entry: Entry[T], value: Obj[T], mode: Mode)(implicit tx: T): ObjGraphemeView[T]
Creates a new grapheme view
Creates a new grapheme view
- Definition Classes
- GenericObjView → Factory
-
def
mkListView[T <: Txn[T]](obj: Obj[T])(implicit tx: T): ObjListView[T]
- Definition Classes
- GenericObjView → Factory
- def mkTimelineView[T <: Txn[T]](id: Ident[T], span: SpanLikeObj[T], obj: Obj[T])(implicit tx: T): ObjTimelineView[T]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
prefix: String
- Definition Classes
- GenericObjView → Factory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tpe: Type
- Definition Classes
- GenericObjView → Factory
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated