org.nlogo.hubnet.server.gui

Members list

Type members

Classlikes

class ControlCenter(server: ConnectionManager, frame: Frame, serverId: String, activityName: String, address: Option[InetAddress]) extends JFrame, ThemeSync

The Control Center window allows the user to interact with the HubNet Server.

The Control Center window allows the user to interact with the HubNet Server.

Thread policy: every method (except the constructor and methods only called by the constructor), must be executed on the event thread.

Attributes

Source
ControlCenter.scala
Supertypes
trait ThemeSync
class JFrame
trait RootPaneContainer
trait WindowConstants
class Frame
class Window
trait Accessible
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all
class GUIHubNetManager(workspace: GUIWorkspace, linkParent: Component, ifactory: InterfaceFactory, menuFactory: MenuBarFactory, loader: AbstractModelLoader, modelConverter: ModelConversion) extends HubNetManager, ViewInterface, ThemeSync

Attributes

Source
GUIHubNetManager.scala
Supertypes
trait ThemeSync
trait ModelSaveable
class Object
trait Matchable
class Any
Show all
class HubNetClientEditor(workspace: GUIWorkspace, linkParent: Component, iFactory: InterfaceFactory, menuFactory: MenuBarFactory) extends JFrame, LinkChild, Handler, ThemeSync, NetLogoIcon

Attributes

Source
HubNetClientEditor.scala
Supertypes
trait NetLogoIcon
trait ThemeSync
trait Handler
trait Handler
trait LinkChild
class JFrame
trait RootPaneContainer
trait WindowConstants
class Frame
class Window
trait Accessible
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all
class HubNetManagerFactory(linkParent: Component, ifactory: InterfaceFactory, menuFactory: MenuBarFactory) extends HubNetManagerFactory

Attributes

Source
HubNetManagerFactory.scala
Supertypes
class Object
trait Matchable
class Any
class StartupDialog(parent: Frame, choices: Seq[(NetworkInterface, InetAddress)], preferredNetworkConnection: Option[(NetworkInterface, InetAddress)]) extends JDialog

Attributes

Source
StartupDialog.scala
Supertypes
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