org.nlogo.mc

package org.nlogo.mc

Members list

Type members

Classlikes

Attributes

Source
ModelingCommons.scala
Supertypes
class Object
trait Matchable
class Any
class CredentialsException extends Exception

Attributes

Source
ModelingCommons.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case object Everyone extends Permissions

Attributes

Source
ModelingCommons.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Permissions
class Object
trait Matchable
class Any
Show all
Self type
Everyone.type
case class Group(id: Int, name: String)

Attributes

Source
ModelingCommons.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JsonRequest

Attributes

Source
JsonRequest.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class JsonResponse(json: Value, cookies: Seq[CookieWithMeta])

Attributes

Source
JsonRequest.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class LoginDialog(parent: Frame, backend: Backend[Future]) extends JDialog, ThemeSync

Attributes

Source
LoginDialog.scala
Supertypes
trait ThemeSync
class JDialog
trait RootPaneContainer
trait WindowConstants
class Dialog
class Window
trait Accessible
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all
case class LoginInfo(first: String, last: String, id: Int, avatar: String, email: String, groups: Seq[Group], cookies: Seq[CookieWithMeta])

Attributes

Source
ModelingCommons.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ModelEntry(id: Int, name: String)

Attributes

Source
ModelingCommons.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
ModelingCommons.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case object OnlyGroup extends Permissions

Attributes

Source
ModelingCommons.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Permissions
class Object
trait Matchable
class Any
Show all
Self type
OnlyGroup.type
case object OnlyYou extends Permissions

Attributes

Source
ModelingCommons.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Permissions
class Object
trait Matchable
class Any
Show all
Self type
OnlyYou.type
abstract class Permissions(val id: String, name: String)

Attributes

Source
ModelingCommons.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Everyone
object OnlyGroup
object OnlyYou
class ServerException extends Exception

Attributes

Source
ModelingCommons.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class UploadDialog(parent: Frame, backend: Backend[Future], loginInfo: LoginInfo, modelBody: String, workspace: Workspace, workspaceFactory: WorkspaceFactory) extends JDialog, ThemeSync

Attributes

Source
UploadDialog.scala
Supertypes
trait ThemeSync
class JDialog
trait RootPaneContainer
trait WindowConstants
class Dialog
class Window
trait Accessible
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all