trait Factory extends AnyRef
- Alphabetic
- By Inheritance
- Factory
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
Abstract Value Members
-
abstract
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. - abstract def category: String
- abstract def humanName: String
- abstract def icon: Icon
-
abstract
def
initMakeCmdLine[S <: Sys[S]](args: List[String])(implicit universe: Universe[S]): MakeResult[S]
Tries to create a make-configuration from a command line string.
-
abstract
def
initMakeDialog[S <: Sys[S]](window: Option[Window])(done: (MakeResult[S]) ⇒ Unit)(implicit universe: Universe[S]): 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. -
abstract
def
makeObj[S <: Sys[S]](config: Config[S])(implicit tx: makeObj.S.Tx): List[Obj[S]]
Creates an object from a configuration.
Creates an object from a configuration. The reason that the result type is not
Obj.T[S, E]is that we allow the returning of a number of auxiliary other objects as well. - abstract def prefix: String
- abstract def tpe: Type
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[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
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( ... )