A B C D E F G H I K L M N O P Q R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- scene - Variable in class bitchanger.gui.controller.AlphaNumKeysController
-
Scene where this controller is linked to and that contains all simulated KeyEvents
- scene - Variable in class bitchanger.gui.views.ViewBase
- secondValBox - Variable in class bitchanger.gui.views.CalculationViewBase
- secondValueLabel - Variable in class bitchanger.gui.controller.CalculationControllerBase
- secondValueLabelKey() - Method in class bitchanger.gui.views.CalculationViewBase
- separateByComma(String) - Static method in class bitchanger.calculations.ConvertingNumbers
-
Separated the numbers before and after the comma / point of the submitted string
value
, which represents a number of the basebase
and returns these separated strings without leading 0 in the decimal part. - serialVersionUID - Static variable in exception bitchanger.calculations.NumberOverflowException
- set(double) - Method in interface bitchanger.calculations.ChangeableNumber
- set(double) - Method in class bitchanger.calculations.SimpleChangeableNumber
- setActions() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets actions to switch the keyboard mode, to scroll between the different keyboard layouts, to update the comma button and simulates the keyboard inputs for the alphanumeric buttons
- setActions() - Method in class bitchanger.gui.controller.BasicMenuController
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controller.BitoperationController
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controller.BitoperationMenuController
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controller.CalcPathViewController
- setActions() - Method in class bitchanger.gui.controller.CalculationControllerBase
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controller.CalculatorController
-
Sets all functions that are needed for the view.
- setActions() - Method in interface bitchanger.gui.controller.Controller
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controller.ConverterController
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controller.ConverterMenuController
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controller.IEEEController
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controller.IEEEMenuController
-
Sets all functions that are needed for the view.
- setActions() - Method in class bitchanger.gui.controls.BaseSpinner
-
Sets an EventHandler that controls the input into the editor automatically and updates it with the method
Spinner.commitValue()
if possible. - setAllToKeyboard(char) - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets the texts of all Buttons.
- setAlphaButtonTexts(char) - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets the texts of the alpha buttons into the order of AlphaNumKeys.ALPHA_KEYS.
- setAlphaNumBindings() - Method in class bitchanger.gui.controller.CalculationControllerBase
-
Links the baseProperty of all alphanumeric buttons to the attribute
CalculationControllerBase.baseProperty
, to show or hide the buttons automatically if the base is changing. - setAlphaNumBindings() - Method in class bitchanger.gui.controller.ConverterController
-
Links the baseProperty of all alphanumeric buttons to the attribute
ConverterController.baseProperty
, to show or hide the buttons automatically if the base is changing. - setAlphaNumBindings() - Method in class bitchanger.gui.controller.IEEEController
-
Links the baseProperty of all alphanumeric buttons to the attribute
IEEEController.baseProperty
, to show or hide the buttons automatically if the base is changing. - setAnyValListener() - Method in class bitchanger.gui.controller.ConverterController
-
Sets the listener for
ConverterController.tfAny
, to convert the input and update the other text fields immediately. - setArithmeticActions() - Method in class bitchanger.gui.controller.CalculatorController
- setArrowScaleFactors(double) - Method in class bitchanger.gui.controller.AlphaNumKeysController
- setBackspaceAction() - Method in class bitchanger.gui.controller.CalculationControllerBase
-
Simulates the backspace button an the keyboard.
- setBackspaceAction() - Method in class bitchanger.gui.controller.ConverterController
-
Simulates the backspace button an the keyboard.
- setBackspaceAction() - Method in class bitchanger.gui.controller.IEEEController
-
Simulates the backspace button an the keyboard.
- setBase(int) - Method in class bitchanger.gui.controls.ValueButton
-
Sets the value of the base
- setBase(int) - Method in class bitchanger.gui.controls.ValueField
-
Sets the value of
ValueField.baseProperty
- setBaseActions() - Method in class bitchanger.gui.controller.CalculationControllerBase
- setBaseBtnAction(Button, int) - Method in class bitchanger.gui.controller.CalculationControllerBase
- setBaseListener() - Method in class bitchanger.gui.controller.CalcPathViewController
- setBaseListener() - Method in class bitchanger.gui.controls.ValueButton
-
Checks the baseProperty and activates or disables this button if the text agrees or disagrees to the new value of the baseProperty
- setBin(String) - Method in interface bitchanger.calculations.ChangeableNumber
-
Sets the value of this
ChangeableNumber
to the value of a binary string - setBin(String) - Method in class bitchanger.calculations.SimpleChangeableNumber
-
Sets the value of this
ChangeableNumber
to the value of a binary string - setBindingsAndListeners() - Method in class bitchanger.gui.controller.BitoperationController
- setBitoperationsText(boolean) - Method in class bitchanger.gui.controller.BitoperationController
- setBitOperationSymbolsAction() - Method in class bitchanger.gui.controller.BitoperationMenuController
- setBold(boolean) - Method in class bitchanger.gui.controls.StyleableLabel
- setButtonActions() - Method in class bitchanger.gui.controller.BitoperationController
-
Sets actions for all buttons
- setButtonActions() - Method in class bitchanger.gui.controller.CalculationControllerBase
-
Sets actions for all buttons
- setButtonActions() - Method in class bitchanger.gui.controller.ConverterController
-
Sets actions for all buttons
- setButtonActions() - Method in class bitchanger.gui.controller.IEEEController
-
Sets actions for all buttons
- setCalcPath(Queue<ConversionStep>) - Method in class bitchanger.gui.views.CalcPathView
- setCalcPathHelpAction() - Method in class bitchanger.gui.controller.ConverterController
- setCalculationWasCanceled(boolean) - Method in class bitchanger.calculations.Calculation
- setCellStyleClasses() - Method in class bitchanger.gui.controls.TablePane
- setChooseCommaAction(MenuItem, Comma) - Method in class bitchanger.gui.controls.BasicMenuBar
-
Sets the action of the given MenuItem so that the specific Comma is set in the Preferences.
- setClearAction() - Method in class bitchanger.gui.controller.CalculationControllerBase
- setClearAction() - Method in class bitchanger.gui.controller.ConverterController
-
Resets
ConverterController.value
by clicking on clear button and updates all text fields. - setClearAction() - Method in class bitchanger.gui.controller.IEEEController
-
Resets
IEEEController.value
by clicking on clear button and updates all text fields. - setCommaBinding() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Links the text of the comma buttons to the CommaProperty.
- setData(String) - Method in class bitchanger.preferences.writableProperty.WritableBooleanProperty
- setData(String) - Method in class bitchanger.preferences.writableProperty.WritableClassProperty
- setData(String) - Method in class bitchanger.preferences.writableProperty.WritableDoubleProperty
- setData(String) - Method in class bitchanger.preferences.writableProperty.WritableEnumProperty
- setData(String) - Method in class bitchanger.preferences.writableProperty.WritableIntegerProperty
- setData(String) - Method in class bitchanger.preferences.writableProperty.WritableStringProperty
- setData(String) - Method in interface bitchanger.preferences.XMLWritable
- setDec(String) - Method in interface bitchanger.calculations.ChangeableNumber
-
Sets the value of this
ChangeableNumber
to the value of a decimal string - setDec(String) - Method in class bitchanger.calculations.SimpleChangeableNumber
-
Sets the value of this
ChangeableNumber
to the value of a decimal string - setDecValListener() - Method in class bitchanger.gui.controller.IEEEController
-
Sets the listener for
IEEEController.tfDec
, to convert the input and update the other text fields immediately. - setDescription(String) - Method in class bitchanger.calculations.ConversionStep
- setDescription(String) - Method in exception bitchanger.calculations.NumberOverflowException
- setDigit(char) - Method in class bitchanger.calculations.Calculation
- setEqualsAction() - Method in class bitchanger.gui.controller.CalculationControllerBase
- setFirstValue(CalculationControllerBase.Operation, ObservableValue<String>) - Method in class bitchanger.gui.controller.CalculationControllerBase
- setFromXMLTag(Element) - Method in interface bitchanger.preferences.XMLWritable
- setGraphicScaleFactor(Double) - Method in class bitchanger.gui.controls.UnfocusedButton
- setGridConstraints(int, int, int, int, Queue<T>) - Static method in class bitchanger.util.FXUtils
-
Sets the constrains of the nodes in a queue to position these in a GridPane.
- setGridConstraints(int, int, int, int, Queue<T>, TriConsumer<Node, Integer, Integer>) - Static method in class bitchanger.util.FXUtils
-
Proceed nodes as a table in a queue.
- setHeading(boolean) - Method in class bitchanger.gui.controls.StyleableLabel
- setHex(String) - Method in interface bitchanger.calculations.ChangeableNumber
-
Sets the value of this
ChangeableNumber
to the value of a hexadecimal string - setHex(String) - Method in class bitchanger.calculations.SimpleChangeableNumber
-
Sets the value of this
ChangeableNumber
to the value of a hexadecimal string - setIconOrText(Labeled, SVGIcon) - Static method in class bitchanger.util.FXUtils
- setIconOrText(Labeled, SVGIcon, String) - Static method in class bitchanger.util.FXUtils
- setIconOrText(MenuItem, SVGIcon) - Static method in class bitchanger.util.FXUtils
- setIconOrText(MenuItem, SVGIcon, String) - Static method in class bitchanger.util.FXUtils
- setIEEE(String, IEEEStandard) - Method in interface bitchanger.calculations.ChangeableNumber
-
Sets the value of this
ChangeableNumber
to a value of one of both IEEE standards (16 Bit or 32 Bit) - setIEEE(String, IEEEStandard) - Method in class bitchanger.calculations.SimpleChangeableNumber
-
Sets the value of this
ChangeableNumber
to a value of one of both IEEE standards (16 Bit or 32 Bit) - setIEEEItemAction(CheckMenuItem, IEEEStandard) - Method in class bitchanger.gui.controller.IEEEMenuController
- setIEEEOnAction() - Method in class bitchanger.gui.controller.IEEEController
- setIEEEValListener() - Method in class bitchanger.gui.controller.IEEEController
-
Sets the listener for
IEEEController.tfIEEE
, to convert the input and update the other text fields immediately. - setIndicateFractionalPrecision(boolean) - Method in class bitchanger.preferences.Preferences
-
Turns the view of cancelled fractional parts on and off
- setInfinityAction() - Method in class bitchanger.gui.controller.IEEEController
- setInitialState() - Method in class bitchanger.gui.controller.BitoperationController
-
Sets the attributes to the initial condition.
- setInitialState() - Method in class bitchanger.gui.controller.CalculationControllerBase
-
Sets the attributes to the initial condition.
- setInitialState() - Method in class bitchanger.gui.controller.ConverterController
-
Sets the attributes to the initial condition.
- setInitialState() - Method in class bitchanger.gui.controller.IEEEController
-
Sets the attributes to the initial condition.
- setInputAction() - Method in class bitchanger.gui.controller.CalcPathViewController
- setKeyboardBtnAction() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets the function to switch the keyboard mode by clicking on the button
AlphaNumKeysController.keyboardBtn
. - setKeyboardBtnAction() - Method in class bitchanger.gui.controller.BitoperationController
- setListeners() - Method in class bitchanger.calculations.SimpleChangeableNumber
- setLogicActions() - Method in class bitchanger.gui.controller.BitoperationController
- setMaxSizes(Iterable<? extends Node>, double) - Static method in class bitchanger.util.FXUtils
-
Sets the maximum size of all controls inside an Iterable to the value of
maxSize
. - setMaxSizes(Iterable<? extends Node>, double, double) - Static method in class bitchanger.util.FXUtils
-
Sets the maximum width of all controls inside an Iterable to the value of
maxWidth
and the maximum heights to the value ofmaxHeight
. - setMenuBar(T) - Method in interface bitchanger.gui.views.Viewable
-
Adds the given MenuBar to this View's scenegraph.
- setMenuBar(V) - Method in class bitchanger.gui.views.ViewBase
-
Adds the given MenuBar to this View's scenegraph.
- setNaNAction() - Method in class bitchanger.gui.controller.IEEEController
- setNewStep(boolean) - Method in class bitchanger.calculations.ConversionStep
- setNextBtnAction() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets the function to scroll the alpha keyboard forwards, by clicking on the button
AlphaNumKeysController.nextBtn
. - setNextBtnDisable() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets ChangeListener at the last alpha button and at the last number button to control, if the end of the alphabet is reached.
- setNotOperationAction() - Method in class bitchanger.gui.controller.BitoperationController
- setNumButtonTexts() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets the texts of the numeric Buttons in order of AlphaNumKeys.NUM_KEYS.
- setOct(String) - Method in interface bitchanger.calculations.ChangeableNumber
-
Sets the value of this
ChangeableNumber
to the value of an octal string - setOct(String) - Method in class bitchanger.calculations.SimpleChangeableNumber
-
Sets the value of this
ChangeableNumber
to the value of an octal string - setOperationAction(Button, CalculationControllerBase.Operation, ObservableValue<String>) - Method in class bitchanger.gui.controller.CalculationControllerBase
- setPreviousBtnAction() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets the function to scroll the alpha keyboard backwards, by clicking on the button
AlphaNumKeysController.previousBtn
. - setPreviousBtnDisable() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets a ChangeListener at the first alpha button, to control if the beginning of the alphabet is reached.
- setRowConstraints() - Method in class bitchanger.gui.views.AlphaNumGridView
- setScreenItems() - Method in class bitchanger.gui.controller.BasicMenuController
- setSignAction() - Method in class bitchanger.gui.controller.CalculationControllerBase
- setSignAction() - Method in class bitchanger.gui.controller.ConverterController
-
Turns the sign of
ConverterController.value
by clicking onto the sign button and updates all text fields. - setSignAction() - Method in class bitchanger.gui.controller.IEEEController
-
Turns the sign of
IEEEController.value
by clicking onto the sign button and updates all text fields. - setSimulateKeyEvents() - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Sets actions of all alphanumeric buttons and of the comma button, to simulate a keyboard with thse buttons.
- setSimulateKeyOnAction(Button) - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Adds a function to a button, so that this button simulates a feedback by clicking it.
- setSpinnerActions() - Method in class bitchanger.gui.controller.CalculationControllerBase
-
Updates the base, if the valueProperty of
CalculationControllerBase.anyBase
changes. - setSpinnerActions() - Method in class bitchanger.gui.controller.ConverterController
-
Updates the base of
ConverterController.tfAny
, if the valueProperty ofConverterController.anyBase
changes. - setStageSize() - Method in class bitchanger.main.PrimaryFXApp
-
Adjusts the minimum and maximum size of the window to the size of the current scene (
currentView
). - setStyleClasses(Node, int, int, int, int) - Method in class bitchanger.gui.controls.TablePane
- setStylesheet(Style) - Method in class bitchanger.preferences.Preferences
- setStylesheet(String) - Method in class bitchanger.preferences.Preferences
- setSVG(SVGPath) - Method in class bitchanger.gui.controls.SVGIcon
- setSVGStyle(SVGIcon, SVGPath, SVGPath, Style) - Static method in class bitchanger.util.IconFactory
- setTagName(String) - Method in class bitchanger.preferences.writableProperty.WritableBooleanProperty
- setTagName(String) - Method in class bitchanger.preferences.writableProperty.WritableDoubleProperty
- setTagName(String) - Method in class bitchanger.preferences.writableProperty.WritableIntegerProperty
- setTagName(String) - Method in class bitchanger.preferences.writableProperty.WritableObjectPropertyBase
- setTagName(String) - Method in class bitchanger.preferences.writableProperty.WritableStringProperty
- setTagName(String) - Method in interface bitchanger.preferences.XMLWritable
- setTextFieldActions() - Method in class bitchanger.gui.controller.ConverterController
-
Sets listener for the text fields, to convert the input in any numeral system immediately.
- setTextFieldActions() - Method in class bitchanger.gui.controller.IEEEController
-
Sets listener for the text fields, to convert the input in any numeral system immediately.
- setTextListener() - Method in class bitchanger.gui.controls.ValueButton
-
Checks the textProperty and activates or disables this button if the new text agrees or disagrees to the baseProperty
- setTexts(boolean, boolean, boolean, boolean, boolean) - Method in class bitchanger.gui.controller.ConverterController
-
Refreshes the texts of the chosen text fields to the new value of
ConverterController.value
. - setTextUnchecked(String) - Method in class bitchanger.gui.controls.ValueField
- setTFColumnSpan - Variable in class bitchanger.gui.views.AlphaNumGridView
- setTFSelection() - Method in class bitchanger.gui.controller.ConverterController
-
Updates the attribute
ConverterController.focusedTF
by selecting a text filed with the cursor and connectsConverterController.baseProperty
with the baseProperty of the text field. - setTFSelection() - Method in class bitchanger.gui.controller.IEEEController
-
Updates the attribute
IEEEController.focusedTF
by selecting a text filed with the cursor and connectsIEEEController.baseProperty
with the baseProperty of the text field. - setUnchecked - Variable in class bitchanger.gui.controls.ValueField
- setUnfocusComboBoxBitLength() - Method in class bitchanger.gui.controller.BitoperationController
- setUsed(boolean) - Method in enum bitchanger.main.BitchangerLauncher.ErrorLevel
- setValue(String, int) - Method in interface bitchanger.calculations.ChangeableNumber
-
Sets the value of this
ChangeableNumber
to a value of any numeral system - setValue(String, int) - Method in class bitchanger.calculations.SimpleChangeableNumber
-
Sets the value of this
ChangeableNumber
to a value of any numeral system - setValueListener(ValueField, Consumer<String>, boolean, boolean, boolean, boolean, boolean) - Method in class bitchanger.gui.controller.ConverterController
-
Sets the listener for
ConverterController.tfHex
, to convert the input and update the other text fields immediately. - SHIFT_LEFT - bitchanger.gui.controller.CalculationControllerBase.Operation
- SHIFT_RIGHT - bitchanger.gui.controller.CalculationControllerBase.Operation
- shiftLeftBtn - Variable in class bitchanger.gui.controller.BitoperationController
- shiftLeftBtnKey() - Method in class bitchanger.gui.views.BitoperationView
- shiftRightBtn - Variable in class bitchanger.gui.controller.BitoperationController
- shiftRightBtnKey() - Method in class bitchanger.gui.views.BitoperationView
- showAboutAction() - Method in class bitchanger.gui.controller.BasicMenuController
- showBitOperationSymbolsProperty - Variable in class bitchanger.preferences.Preferences
-
Property for showing symbols of the logical bit operations in CalculatorView
- showBitOperationSymbolsProperty() - Method in class bitchanger.preferences.Preferences
- showDeactivatableDialog(Alert.AlertType, String, String, String, BooleanProperty, ButtonType...) - Static method in class bitchanger.util.FXUtils
- showDeactivatableDialog(Alert.AlertType, String, String, BooleanProperty, ButtonType...) - Static method in class bitchanger.util.FXUtils
- showDialog(Alert.AlertType, String, String, String, ButtonType...) - Static method in class bitchanger.util.FXUtils
- showDialog(Alert.AlertType, String, String, ButtonType...) - Static method in class bitchanger.util.FXUtils
- showFullscreen - Variable in class bitchanger.gui.controller.BasicMenuController
- showNumberOverflowWarning(NumberOverflowException) - Static method in class bitchanger.util.FXUtils
- showVersionAction() - Method in class bitchanger.gui.controller.BasicMenuController
- SIGN_BTN_KEY - Static variable in class bitchanger.gui.controls.AlphaNumKeys
- signBtn - Variable in class bitchanger.gui.controller.AlphaNumKeysController
-
Button that is used to change the sign of the entered number
- signBtn - Variable in class bitchanger.gui.controller.CalculationControllerBase
- signBtn - Variable in class bitchanger.gui.controller.ConverterController
-
Button that action is to change the sign of the number
- signBtn - Variable in class bitchanger.gui.controller.IEEEController
-
Button that action is to change the sign of the number
- signBtnKey() - Method in class bitchanger.gui.views.AlphaNumGridView
- SimpleChangeableNumber - Class in bitchanger.calculations
-
The class SimpleChangeableNumber offers a complete implementation of
ChangeableNumber
. - SimpleChangeableNumber() - Constructor for class bitchanger.calculations.SimpleChangeableNumber
-
Generates a new instance with 0 as wrapped value
- SimpleChangeableNumber(String) - Constructor for class bitchanger.calculations.SimpleChangeableNumber
-
Generates a new instance that represents the committed decimal value
- simulateKey(Button, KeyCode) - Method in class bitchanger.gui.controller.AlphaNumKeysController
-
Simulates the click on a key of the keyboard with the specific
keycode
and fires the KeyEventsKeyEvent.KEY_PRESSED
,KeyEvent.KEY_TYPED
undKeyEvent.KEY_RELEASED
successively. - simulateKeyEvents(Button, Node, Scene, String, String, KeyCode) - Method in class bitchanger.gui.controller.ControllerBase
- simulateKeyEvents(Button, Node, Scene, String, String, KeyCode, boolean, boolean, boolean, boolean) - Method in class bitchanger.gui.controller.ControllerBase
- SPACING - Static variable in class bitchanger.gui.views.AlphaNumGridView
- spacingProperty - Variable in class bitchanger.gui.controls.AlphaNumKeys
- spacingProperty() - Method in class bitchanger.gui.controls.AlphaNumKeys
- splitInBlocks(int, String) - Static method in class bitchanger.calculations.ConvertingNumbers
-
Splits the String value into blocks of the given length.
- splitInBlocks(String, int) - Static method in class bitchanger.calculations.ConvertingNumbers
-
Splits the String value into blocks of the given length.
- StackCell() - Constructor for class bitchanger.gui.controls.TablePane.StackCell
- StackCell(Node...) - Constructor for class bitchanger.gui.controls.TablePane.StackCell
- start(Stage) - Method in class bitchanger.main.PrimaryFXApp
-
This method creates the content for the main window and opens it.
- store(File) - Method in class bitchanger.preferences.Preferences
-
Stores all preferences into the given file as XML document
- storeCaretPosition(ObservableValue<? extends Number>, Number, Number) - Method in class bitchanger.gui.controls.ValueField
-
Stores the last known CaretPosition to reset it.
- storeCustom() - Static method in class bitchanger.preferences.Preferences
-
Stores the current settings in the File
Resources.CUSTOM_PREFERENCES
- stringProperty - Variable in class bitchanger.calculations.SimpleChangeableNumber
- stringProperty() - Method in interface bitchanger.calculations.ChangeableNumber
- stringProperty() - Method in class bitchanger.calculations.SimpleChangeableNumber
- Style - Enum in bitchanger.preferences
-
Enum of different styles that are available as CSS files for javaFX
- Style() - Constructor for enum bitchanger.preferences.Style
- STYLE_CLASS - Static variable in class bitchanger.gui.controls.StyleableLabel
- StyleableLabel - Class in bitchanger.gui.controls
- StyleableLabel() - Constructor for class bitchanger.gui.controls.StyleableLabel
- StyleableLabel(String) - Constructor for class bitchanger.gui.controls.StyleableLabel
- StyleableLabel(String, boolean) - Constructor for class bitchanger.gui.controls.StyleableLabel
- StyleableLabel(String, Node) - Constructor for class bitchanger.gui.controls.StyleableLabel
- StyleableLabel(String, Node, boolean) - Constructor for class bitchanger.gui.controls.StyleableLabel
- styleBindIcon(File, File) - Static method in class bitchanger.util.IconFactory
- styleColor - Variable in class bitchanger.gui.controller.BasicMenuController
- styleDark - Variable in class bitchanger.gui.controller.BasicMenuController
- styleLight - Variable in class bitchanger.gui.controller.BasicMenuController
- styleMenu - Variable in class bitchanger.gui.controller.BasicMenuController
- styleProperty - Variable in class bitchanger.preferences.Preferences
-
Property for the selected Style of the Stylesheet
- styleProperty() - Method in class bitchanger.preferences.Preferences
-
Returns the ReadOnlyProperty for the selected Stylesheet
- stylesheetProperty - Variable in class bitchanger.preferences.Preferences
-
Property for the selected Stylesheet
- stylesheetProperty() - Method in class bitchanger.preferences.Preferences
-
Returns the ReadOnlyProperty for the selected Stylesheet
- subBtn - Variable in class bitchanger.gui.controller.CalculatorController
- SUBSTRACT - bitchanger.gui.controller.CalculationControllerBase.Operation
- subtractBtnKey() - Method in class bitchanger.gui.views.CalculatorView
- sums - Variable in class bitchanger.calculations.HornersMethod
- SUN_FILLED_ICON - Static variable in class bitchanger.util.Resources
- SUN_ICON - Static variable in class bitchanger.util.Resources
- superChildren - Variable in class bitchanger.gui.controls.TablePane
- SVGIcon - Class in bitchanger.gui.controls
- SVGIcon() - Constructor for class bitchanger.gui.controls.SVGIcon
- SVGIcon(File) - Constructor for class bitchanger.gui.controls.SVGIcon
- SVGIcon(SVGPath) - Constructor for class bitchanger.gui.controls.SVGIcon
- switchFullscreenAction() - Method in class bitchanger.gui.controller.BasicMenuController
- symbol - Variable in enum bitchanger.gui.controller.CalculationControllerBase.Operation
- SYNC_1_ICON - Static variable in class bitchanger.util.Resources
- SYNC_2_ICON - Static variable in class bitchanger.util.Resources
All Classes All Packages