- Alle implementierten Schnittstellen:
KeyAble,Serializable,Comparable<UtilSetting>,Constable
This is the enum of the settings of this module and its attributes.
Many of them are menu entries.
They are used as keys for properties in the properties file, @see
UtilProperties.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungMinimum warning level for beeping.Position in percent of the border between the parts of the main panel.Favorite editor like notepad.exe, notepad++.exe.Favorite file explorer.Make the menu entry MenuTechnical invisible.CSS font for logging pane.Font size for logging pane.About this program.Perform commands asynchroneously.Menu for changing the natural language.Clean up backups.Clear the logging pane.Clear the logging pane automatically with each command.Show only what is to be done.Terminate the program (useful in batch processing).Show the help.Edit the property file.Reset the properties to default values.While the command is processed asynchroneously, the log pane is updated.Replace unwanted characters like 'ſ'.Overwrite the log file in a directory (default "." working directory).Append the log file in a directory.Utility menu (key for NLS).CSS style of the menu.Changing the menu language can display the variable names as well.Tools menu (key for NLS)First entry of tools menu.Second entry of tools menu.Third entry of tools menu.Forth entry of tools menu.Fifth entry of tools menu.Sixth entry of tools menu.Seventh entry of tools menu.Eighth entry of tools menu.Ninth entry of tools menu.Verbose logging messages.Width (pixels) of the main pane.Hight (pixel) of the main pane.Propal for first entry of tools menu.Propal for second entry of tools menu.Propal for third entry of tools menu.Propal for forth entry of tools menu.Propal for fifth entry of tools menu.Propal for sixth entry of tools menu.Propal for seventh entry of tools menu.Propal for eighth entry of tools menu.Propal for ninth entry of tools menu. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the default value which is stored or overridden in the properties file.key()In case of Setting the key consists of the enum class name and the enum instance name.intA NLS logging message may have up to 4 parameters.static UtilSettingGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static UtilSetting[]values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Von Klasse geerbte Methoden java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfVon Schnittstelle geerbte Methoden de.zocher_regel.util.KeyAble
checkValueType, isInvisible, keyWithPlaceholders, name
-
Enum-Konstanten - Details
-
BeepLevel
Minimum warning level for beeping. -
MenuDryRun
Show only what is to be done. -
DividerPosition
Position in percent of the border between the parts of the main panel. -
Editor
Favorite editor like notepad.exe, notepad++.exe. -
Explorer
Favorite file explorer. -
InvisibleTechnical
Make the menu entry MenuTechnical invisible. -
LogFont
CSS font for logging pane. -
LogFontSize
Font size for logging pane. -
MenuAbout
About this program. Copyright, author and so on... -
MenuAsynchr
Perform commands asynchroneously. -
MenuChangeLanguage
Menu for changing the natural language. -
MenuCleanUp
Clean up backups. -
MenuClearLog
Clear the logging pane. -
MenuClearLogRep
Clear the logging pane automatically with each command. -
MenuExit
Terminate the program (useful in batch processing). -
MenuHelp
Show the help. -
MenuPropertiesEdit
Edit the property file. -
MenuPropertiesReset
Reset the properties to default values. -
MenuRefresh
While the command is processed asynchroneously, the log pane is updated. -
MenuReplSpecialCharacters
Replace unwanted characters like 'ſ'. -
MenuSaveLog
Overwrite the log file in a directory (default "." working directory). -
MenuSaveLogAppend
Append the log file in a directory. -
MenuSettings
Utility menu (key for NLS). -
MenuStyle
CSS style of the menu. -
MenuTechnical
Changing the menu language can display the variable names as well. -
MenuTools
Tools menu (key for NLS) -
MenuTools1
First entry of tools menu. -
MenuTools2
Second entry of tools menu. -
MenuTools3
Third entry of tools menu. -
MenuTools4
Forth entry of tools menu. -
MenuTools5
Fifth entry of tools menu. -
MenuTools6
Sixth entry of tools menu. -
MenuTools7
Seventh entry of tools menu. -
MenuTools8
Eighth entry of tools menu. -
MenuTools9
Ninth entry of tools menu. -
MenuVerbose
Verbose logging messages. -
PaneX
Width (pixels) of the main pane. -
PaneY
Hight (pixel) of the main pane. -
ProposalTools1
Propal for first entry of tools menu. -
ProposalTools2
Propal for second entry of tools menu. -
ProposalTools3
Propal for third entry of tools menu. -
ProposalTools4
Propal for forth entry of tools menu. -
ProposalTools5
Propal for fifth entry of tools menu. -
ProposalTools6
Propal for sixth entry of tools menu. -
ProposalTools7
Propal for seventh entry of tools menu. -
ProposalTools8
Propal for eighth entry of tools menu. -
ProposalTools9
Propal for ninth entry of tools menu.
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException- wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthältNullPointerException- wenn das Argument nicht angegeben wird
-
getDefault
Get the default value which is stored or overridden in the properties file.- Angegeben von:
getDefaultin SchnittstelleKeyAble- Gibt zurück:
- the default value of the enum instance
-
msgParmsCount
public int msgParmsCount()Beschreibung aus Schnittstelle kopiert:KeyAbleA NLS logging message may have up to 4 parameters.- Angegeben von:
msgParmsCountin SchnittstelleKeyAble- Gibt zurück:
- the number of placeholders in the menu entry.
-
key
Beschreibung aus Schnittstelle kopiert:KeyAbleIn case of Setting the key consists of the enum class name and the enum instance name.
-