Verwendungen von Schnittstelle
de.zocher_regel.util.KeyAble
Packages, die KeyAble verwenden
-
Verwendungen von KeyAble in de.zocher_regel.util
Klassen in de.zocher_regel.util, die KeyAble implementierenModifizierer und TypKlasseBeschreibungfinal classA command (normally a setting selected from the Menu) with its parameters.final classWraps Map.Entry as KeyAble.enumThis is the enum of the settings of this module and its attributes.Methoden in de.zocher_regel.util, die KeyAble zurückgebenModifizierer und TypMethodeBeschreibungCmd.getKeyAble()A command consists of a keyAble and parameters.protected abstract KeyAbleUtilAppl.getKeyAbleFromKey(String key) The function that gives the enum instance for its qualified name.protected KeyAbleUtilAppl.getKeyAbleFromKeyCode(javafx.scene.input.KeyCode keyCode) Instead of selecting a menu a function key may be pressed.protected static final KeyAbleUtilAppl.getKeyAbleFromKeyFunction(String key, Function<String, KeyAble> valueOfFunct) Because enums cannot be inherited, a function gives the enum instance for its name.Methoden in de.zocher_regel.util mit Parametern vom Typ KeyAbleModifizierer und TypMethodeBeschreibungprotected final PathStart a dialog to ask for the directory.protected final PathUtilInterpreter.chooseFile(KeyAble keyAble, String initialFileName, Path path, String title, javafx.stage.FileChooser.ExtensionFilter... fcExtFilters) Start a dialog to choose a file.booleanUtilProperties.getBoolean(KeyAble keyAble) Get a boolean propertydoubleGet a double property.intGet an integer property.Get a message level property.longGet an long property.UtilProperties.getProperty(KeyAble keyAble) Get a string property.UtilProperties.getTimeDiff(KeyAble keyAble) Get a TimeDiff property.protected StringResolve a message to natural language.voidPut a property by using a KeyAble (i. e. a Setting) as keyvoidUtilProperties.putBoolean(KeyAble itemKeyAble, boolean value) Put a boolean property.voidUtilProperties.putDefaults(KeyAble[] keyAbles) For every entry not read from property file replace missing values by defaults.booleanUtilProperties.putIfEmpty(KeyAble keyAble, Object value) Put a property if it has no value.Methodenparameter in de.zocher_regel.util mit Typargumenten vom Typ KeyAbleModifizierer und TypMethodeBeschreibungprotected static final KeyAbleUtilAppl.getKeyAbleFromKeyFunction(String key, Function<String, KeyAble> valueOfFunct) Because enums cannot be inherited, a function gives the enum instance for its name.Konstruktoren in de.zocher_regel.util mit Parametern vom Typ KeyAble