org.nlogo.hubnet.server.gui
package 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 ThemeSyncclass JFrametrait RootPaneContainertrait WindowConstantsclass Frameclass Windowtrait Accessibleclass Containerclass Componenttrait Serializabletrait MenuContainertrait ImageObserverclass Objecttrait Matchableclass AnyShow 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 ThemeSyncclass HubNetManagertrait ConnectionInterfacetrait HubNetInterfacetrait ModelSaveabletrait ViewInterfaceclass Objecttrait Matchableclass AnyShow all
class HubNetClientEditor(workspace: GUIWorkspace, linkParent: Component, iFactory: InterfaceFactory, menuFactory: MenuBarFactory) extends JFrame, LinkChild, Handler, ThemeSync, NetLogoIcon
Attributes
- Source
- HubNetClientEditor.scala
- Supertypes
-
trait NetLogoIcontrait ThemeSynctrait Handlertrait Handlertrait LinkChildclass JFrametrait RootPaneContainertrait WindowConstantsclass Frameclass Windowtrait Accessibleclass Containerclass Componenttrait Serializabletrait MenuContainertrait ImageObserverclass Objecttrait Matchableclass AnyShow all
class HubNetManagerFactory(linkParent: Component, ifactory: InterfaceFactory, menuFactory: MenuBarFactory) extends HubNetManagerFactory
Attributes
- Source
- HubNetManagerFactory.scala
- Supertypes
class StartupDialog(parent: Frame, choices: Seq[(NetworkInterface, InetAddress)], preferredNetworkConnection: Option[(NetworkInterface, InetAddress)]) extends JDialog
Attributes
- Source
- StartupDialog.scala
- Supertypes
-
class JDialogtrait RootPaneContainertrait WindowConstantsclass Dialogclass Windowtrait Accessibleclass Containerclass Componenttrait Serializabletrait MenuContainertrait ImageObserverclass Objecttrait Matchableclass AnyShow all
In this article