-
- All Implemented Interfaces:
-
tornadofx.Configurable
public final class Keybinder extends AppThe keybinder app.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKeybinder.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ConfigPropertiesconfigprivate final PathconfigBasePathprivate final CharsetconfigCharsetprivate final PathconfigPathprivate final KClass<out UIComponent>primaryViewprivate final ResourceLookupresourcesprivate Scopescopeprivate final Workspaceworkspace
-
Constructor Summary
Constructors Constructor Description Keybinder()
-
Method Summary
Modifier and Type Method Description ConfigPropertiesgetConfig()PathgetConfigBasePath()CharsetgetConfigCharset()PathgetConfigPath()KClass<out UIComponent>getPrimaryView()final ResourceLookupgetResources()ScopegetScope()UnitsetScope(Scope scope)final WorkspacegetWorkspace()-
Methods inherited from class it.unibo.alchemist.boundary.Keybinder
checkboxItem, createPrimaryScene, fire, inject, item, k, menu, onBeforeShow, setOnAction, setOnItem, setOnMouseClicked, shouldShowPrimaryStage, start, stop, trayicon, trayicon -
Methods inherited from class tornadofx.App
getHostServices, getParameters, init, loadConfig, notifyPreloader -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getConfig
ConfigProperties getConfig()
-
getConfigBasePath
Path getConfigBasePath()
-
getConfigCharset
Charset getConfigCharset()
-
getConfigPath
Path getConfigPath()
-
getPrimaryView
KClass<out UIComponent> getPrimaryView()
-
getResources
final ResourceLookup getResources()
-
getScope
Scope getScope()
-
getWorkspace
final Workspace getWorkspace()
-
-
-
-