- failed() - Method in class de.carne.jfx.stage.StageController.BackgroundTask
-
- FileChooserHelper - Class in de.carne.jfx.util
-
Utility class providing FileChooser related functions.
- filterFromString(String) - Static method in class de.carne.jfx.util.FileChooserHelper
-
Create an FileChooser.ExtensionFilter object from a String.
- format(String, Object...) - Static method in class de.carne.jfx.scene.control.aboutinfo.AboutInfoI18N
-
Format a resource string.
- format(String, Object...) - Static method in class de.carne.jfx.scene.control.AlertsI18N
-
Format a resource string.
- format(String, Object...) - Static method in class de.carne.jfx.stage.logview.LogViewI18N
-
Format a resource string.
- format - Variable in class de.carne.jfx.util.FormattedBigInteger
-
The format.
- format - Variable in class de.carne.jfx.util.FormattedDate
-
The format.
- format(String, Object...) - Static method in class de.carne.jfx.util.validation.ValidationAlertsI18N
-
Format a resource string.
- formatSTR_FILTER_ALLFILES(Object...) - Static method in class de.carne.jfx.stage.logview.LogViewI18N
-
Resource string STR_FILTER_ALLFILES
All files|*
- formatSTR_FILTER_LOGFILES(Object...) - Static method in class de.carne.jfx.stage.logview.LogViewI18N
-
Resource string STR_FILTER_LOGFILES
Log files|*.log
- formatSTR_FILTER_TXTFILES(Object...) - Static method in class de.carne.jfx.stage.logview.LogViewI18N
-
Resource string STR_FILTER_TXTFILES
Text files|*.txt
- formatSTR_MESSAGE_APPLICATION_ERROR(Object...) - Static method in class de.carne.jfx.scene.control.AlertsI18N
-
Resource string STR_MESSAGE_APPLICATION_ERROR
Application error
- formatSTR_MESSAGE_UNEXPECTED_ERROR(Object...) - Static method in class de.carne.jfx.scene.control.AlertsI18N
-
Resource string STR_MESSAGE_UNEXPECTED_ERROR
An unexpected error occurred.
- formatSTR_MESSAGE_VALIDATION_ERROR(Object...) - Static method in class de.carne.jfx.util.validation.ValidationAlertsI18N
-
Resource string STR_MESSAGE_VALIDATION_ERROR
Validation error
- formatSTR_STAGE_TITLE(Object...) - Static method in class de.carne.jfx.scene.control.aboutinfo.AboutInfoI18N
-
Resource string STR_STAGE_TITLE
About {0}
- formatSTR_STAGE_TITLE(Object...) - Static method in class de.carne.jfx.stage.logview.LogViewI18N
-
Resource string STR_STAGE_TITLE
Log messages
- formatSTR_TEXT_HEADER(Object...) - Static method in class de.carne.jfx.scene.control.aboutinfo.AboutInfoI18N
-
Resource string STR_TEXT_HEADER
{0}
Version: {1}
Build: {2}
- FormattedBigInteger - Class in de.carne.jfx.util
-
Simple wrapper class for
BigInteger to provide a custom formatted version for display in JavaFX UI elements
which use the
FormattedBigInteger.toString() method for date formatting.
- FormattedBigInteger(Format, byte[]) - Constructor for class de.carne.jfx.util.FormattedBigInteger
-
Construct FormattedDate.
- FormattedDate - Class in de.carne.jfx.util
-
Simple wrapper class for
Date to provide a custom formatted version for display in JavaFX UI elements which
use the
FormattedDate.toString() method for date formatting.
- FormattedDate(Format) - Constructor for class de.carne.jfx.util.FormattedDate
-
Construct FormattedDate.
- FormattedDate(Format, long) - Constructor for class de.carne.jfx.util.FormattedDate
-
Construct FormattedDate.
- forTableColumn() - Static method in class de.carne.jfx.scene.control.cell.ImageViewTableCell
-
Create a cell factory for use in a TableColumn.
- fromBigInteger(Format, BigInteger) - Static method in class de.carne.jfx.util.FormattedBigInteger
-
Create a formatted number from another number.
- fromDate(Format, Date) - Static method in class de.carne.jfx.util.FormattedDate
-
Create a formatted date from another date.
- FXMLController<U> - Class in de.carne.jfx.fxml
-
This class is used for setting up and controlling FXML based scenes.
- FXMLController() - Constructor for class de.carne.jfx.fxml.FXMLController
-
- getExecutorService() - Static method in class de.carne.jfx.stage.StageController
-
Get the ScheduledExecutorService shared by all stage controllers.
- getImage(K) - Method in class de.carne.jfx.scene.image.ImageRegistry
-
Get the image associated with a specific key.
- getImage(K, Image) - Method in class de.carne.jfx.scene.image.ImageRegistry
-
Get the image associated with a specific key.
- getImage(K, double) - Method in class de.carne.jfx.scene.image.ImageRegistry
-
Get the image associated with a specific key and nearest to a given size.
- getImage(K, double, Image) - Method in class de.carne.jfx.scene.image.ImageRegistry
-
Get the image associated with a specific key and nearest to a given size.
- getInput() - Method in class de.carne.jfx.scene.control.ListViewEditor
-
Called during add or apply action to retrieve the current input.
- getLevel() - Method in class de.carne.jfx.stage.logview.LogRecordModel
-
Get the record's log level.
- getMessage() - Method in class de.carne.jfx.stage.logview.LogRecordModel
-
Get the record's log message.
- getModality() - Method in class de.carne.jfx.scene.control.DialogController
-
This function is called during dialog initialization to initialize the dialog's modality.
- getModality() - Method in class de.carne.jfx.stage.logview.LogViewController
-
- getModality() - Method in class de.carne.jfx.stage.StageController
-
This function is called during stage initialization to determine the stages's modality.
- getPreferences() - Method in class de.carne.jfx.stage.StageController
-
Get the Preferences object associated with this stage.
- getResizable() - Method in class de.carne.jfx.stage.StageController
-
This function is called during stage initialization to determine whether the stage is resizable.
- getResources() - Method in class de.carne.jfx.fxml.FXMLController
-
Get the UI resource bundle.
- getStyle() - Method in class de.carne.jfx.scene.control.DialogController
-
This function is called during dialog initialization to initialize the dialog's style.
- getStyle() - Method in class de.carne.jfx.stage.logview.LogViewController
-
- getStyle() - Method in class de.carne.jfx.stage.StageController
-
This function is called during stage initialization to determine the stages's style.
- getThread() - Method in class de.carne.jfx.stage.logview.LogRecordModel
-
Get the record's log thread.
- getTime() - Method in class de.carne.jfx.stage.logview.LogRecordModel
-
Get the record's log time.
- getUI() - Method in class de.carne.jfx.fxml.FXMLController
-
Get the UI object.
- getWindow() - Method in class de.carne.jfx.fxml.FXMLController
-
Get the UI window.
- getWindow() - Method in class de.carne.jfx.scene.control.DialogController
-
- getWindow() - Method in class de.carne.jfx.stage.StageController
-
- scheduled() - Method in class de.carne.jfx.stage.StageController.BackgroundTask
-
- setAddCommand(Button) - Method in class de.carne.jfx.scene.control.ListViewEditor
-
Set a add command button.
- setApplyCommand(Button) - Method in class de.carne.jfx.scene.control.ListViewEditor
-
Set a apply command button.
- setBlocked(boolean) - Method in class de.carne.jfx.stage.StageController
-
This function is called to block/unblock this stage when either the first background task has been scheduled or
the last background task has been finished.
- setDeleteCommand(Button) - Method in class de.carne.jfx.scene.control.ListViewEditor
-
Set a delete command button.
- setExceptionContent(T, Throwable) - Static method in class de.carne.jfx.scene.control.DialogHelper
-
Add an Exception's stack trace to a Dialog's DialogPane as an expandable content.
- setExceptionContent(DialogPane, Throwable) - Static method in class de.carne.jfx.scene.control.DialogPaneHelper
-
Add an Exception's stack trace to a DialogPane as an expandable content.
- setInput(T) - Method in class de.carne.jfx.scene.control.ListViewEditor
-
Called on selection change to initialize the input data with the current selection.
- setLevel(Image) - Method in class de.carne.jfx.stage.logview.LogRecordModel
-
Set the record's log level.
- setLogo(Image) - Method in class de.carne.jfx.scene.control.aboutinfo.AboutInfoController
-
Set the application logo.
- setLogRecordsContent(T, Collection<LogRecord>) - Static method in class de.carne.jfx.scene.control.DialogHelper
-
Add a collection of LogRecord's to a Dialog's DialogPane as an expandable content.
- setLogRecordsContent(DialogPane, Collection<LogRecord>) - Static method in class de.carne.jfx.scene.control.DialogPaneHelper
-
Add a LogRecord list view to a DialogPane as an expandable content.
- setMessage(String) - Method in class de.carne.jfx.stage.logview.LogRecordModel
-
Set the record's log message.
- setMoveDownCommand(Button) - Method in class de.carne.jfx.scene.control.ListViewEditor
-
Set a move down command button.
- setMoveUpCommand(Button) - Method in class de.carne.jfx.scene.control.ListViewEditor
-
Set a move up command button.
- setSystemMenuBar() - Method in class de.carne.jfx.stage.StageController
-
This function is called on root stages to determine the system menu bar.
- setThread(String) - Method in class de.carne.jfx.stage.logview.LogRecordModel
-
Set the record's log thread.
- setTime(LogRecordDate) - Method in class de.carne.jfx.stage.logview.LogRecordModel
-
Set the record's log time.
- setToggle(BooleanProperty) - Method in class de.carne.jfx.stage.logview.LogViewController
-
Set a toggle property which is cleared when the log view closes and which's toggling also closes the log view.
- setupDialog(Dialog<ButtonType>) - Method in class de.carne.jfx.scene.control.aboutinfo.AboutInfoController
-
- setupDialog(Dialog<R>) - Method in class de.carne.jfx.scene.control.DialogController
-
This function is called during dialog initialization to perform the actual dialog setup.
- setupStage(Stage) - Method in class de.carne.jfx.stage.logview.LogViewController
-
- setupStage(Stage) - Method in class de.carne.jfx.stage.StageController
-
This function is called during stage initialization to perform the actual stage setup.
- setupUI(Window, U, Parent) - Method in class de.carne.jfx.fxml.FXMLController
-
This function is called during UI initialization to perform the actual UI setup.
- setupUI(Window, Dialog<R>, Parent) - Method in class de.carne.jfx.scene.control.DialogController
-
- setupUI(Window, Stage, Parent) - Method in class de.carne.jfx.stage.StageController
-
- show() - Method in class de.carne.jfx.scene.control.DialogController
-
Show the controller's dialog and return.
- show(Region, String) - Static method in class de.carne.jfx.scene.control.Tooltips
-
Show a tool tip for a specific region.
- show(Region, String, Image) - Static method in class de.carne.jfx.scene.control.Tooltips
-
Show a tool tip for a specific region.
- show() - Method in class de.carne.jfx.stage.StageController
-
Show the controller's stage and return.
- showAndWait() - Method in class de.carne.jfx.scene.control.DialogController
-
Show the controller's dialog and wait until it is closed.
- showAndWait() - Method in class de.carne.jfx.stage.StageController
-
Show the controller's stage and wait until it is closed.
- StageController - Class in de.carne.jfx.stage
-
Controller class for Stage based scenes.
- StageController() - Constructor for class de.carne.jfx.stage.StageController
-
- StageController.BackgroundTask<V> - Class in de.carne.jfx.stage
-
Base class for Task run by this stage.
- stageIcons(Image...) - Static method in class de.carne.jfx.application.PlatformHelper
-
Filter stage icons according to platform preference.
- stageIcons(Collection<Image>) - Static method in class de.carne.jfx.application.PlatformHelper
-
Filter stage icons according to platform preference.
- STR_FILTER_ALLFILES - Static variable in class de.carne.jfx.stage.logview.LogViewI18N
-
Resource key STR_FILTER_ALLFILES
All files|*
- STR_FILTER_LOGFILES - Static variable in class de.carne.jfx.stage.logview.LogViewI18N
-
Resource key STR_FILTER_LOGFILES
Log files|*.log
- STR_FILTER_TXTFILES - Static variable in class de.carne.jfx.stage.logview.LogViewI18N
-
Resource key STR_FILTER_TXTFILES
Text files|*.txt
- STR_MESSAGE_APPLICATION_ERROR - Static variable in class de.carne.jfx.scene.control.AlertsI18N
-
Resource key STR_MESSAGE_APPLICATION_ERROR
Application error
- STR_MESSAGE_UNEXPECTED_ERROR - Static variable in class de.carne.jfx.scene.control.AlertsI18N
-
Resource key STR_MESSAGE_UNEXPECTED_ERROR
An unexpected error occurred.
- STR_MESSAGE_VALIDATION_ERROR - Static variable in class de.carne.jfx.util.validation.ValidationAlertsI18N
-
Resource key STR_MESSAGE_VALIDATION_ERROR
Validation error
- STR_STAGE_TITLE - Static variable in class de.carne.jfx.scene.control.aboutinfo.AboutInfoI18N
-
Resource key STR_STAGE_TITLE
About {0}
- STR_STAGE_TITLE - Static variable in class de.carne.jfx.stage.logview.LogViewI18N
-
Resource key STR_STAGE_TITLE
Log messages
- STR_TEXT_HEADER - Static variable in class de.carne.jfx.scene.control.aboutinfo.AboutInfoI18N
-
Resource key STR_TEXT_HEADER
{0}
Version: {1}
Build: {2}
- succeeded() - Method in class de.carne.jfx.stage.StageController.BackgroundTask
-
- syncPreferences() - Method in class de.carne.jfx.stage.StageController
-
Sync any Preferences object associated with this stage.