kbcv

model

package model

Visibility
  1. Public
  2. All

Type Members

  1. class Interpretor extends AnyRef

    This class handles Requests generated by a view and interpretes them.

  2. class MainApplet extends Applet

    The applet which is used for the web-interface.

  3. trait Model extends AnyRef

    This trait provides the basic functions for the communication with the core.

  4. trait Openable extends AnyRef

    Provides some dialog open functions needed by the kbcv.model.MainApplet.ui object to open dialogs in the web-interface version.

  5. class Stacks extends AnyRef

    This class manages the current state of kbcv on two seperate stacks to provide undo/redo functionality.

  6. class State extends AnyRef

    This class defines the state in which a running kbcv instance is in.

Value Members

  1. object Flag extends AnyRef

    This object provides some flags for use in Stacks and Interpretor.

  2. object KBCV extends Model

    This object implements all methods of the Model trait.

  3. object MainApplication extends AnyRef

    This is the main object for the *.

  4. object Parser extends RegexParsers

    This object is used by Interpretor to parse strings.

  5. package msg