ID | Type/Class | DESCRIPTION |
DropDown | DropDown | A self-made dropdown-component.
This is used for example for the tree-filter-configuration. |
borderPaneDropDown | BorderPane | The internal borderpane of the dropdown component when the drowndown is opened. |
filename-textfield | MyLabel | Label about the fielname within the CSS-Dialog. |
lbComponent | MyLabel | Label about a component within a CustomCompactDialog. |
buttonArea | HBox | The button-section in the south of a CustomDialog. |
pane | BorderPane | The content-section of a CustomDialog |
informationtext | MyText | The text component for the informationDialog. |
borderPaneMain | BorderPane | The general content-pane of the MainGui (scene content of the main-frame). |
menuBar | MenuBar | The menubar of the MainGui at the top of the application. |
treeMain | CachedFilteredTreeView | The treeview of the MainGui on the left side of the application. |
splitEditorMain | SplitPane | The vertical splitpane between sqltexteditor and the tableview on the right side of the application. |
buttonAdd | MyButton | The add-button with the "plus"-icon for adding new tabs near to the sqltexteditor. |
tabFolderEditors | TabPane | The tabpane component for storing the "tabEditors" tabs. |
tabEditors | MyTab | The tab which contains the sqltexteditor |
tabFolder | TabPane | The tabpane component for storing the "tabTableView" tabs. |
tabTableView | MyTab | The tab which contains a tableview for the result of a select-statement. It also contains the whole sql within the Tooltip! |
tfInfo | TextField | The information-textfield which shows general information like the path/depth of selected tree-items. Can be found at the bottom-left of the application. |
tfLineColumnCounter | TextField | The line/column-textfield which shows the selected caret-position and the amount of select characters inside the active sqltexteditor. Can be found at the bottom of the application. |
cobDatabases | FilterComboBox | The combobox for the sqldatabase-information above of the sqltexteditor's. |
cobServers | FilterComboBox | The combobox for the sqlserver-inforation above of the sqltexteditor's. |
borderPaneTableView | BorderPane | The content-pane for "myTableView" and the "tabFolder". |
myTableView | MyTableView | A tableview which holds the result of a select-statement. |
boxTbHead | BorderPane | The header-pane of the "borderPaneTableView" which holds the information about the table etc. |
boxTbHeadRight | HBox | The right-box inside "boxTbHead" which holds the "labelTbName" |
labelSpinnerLimit | MyLabel | The label for the spinner component. |
spinnerLimit | MySpinner | The spinner component for the sql-limit. |
boxTbHeadLeft | HBox | The left-box inside "boxTbHead" which holds the "labelTbName" |
labelTbName | MyLabel | The label inside "boxTbHead" which holds the table-name. |
buttonUpdateTable | MyButton | The button for reloading the tableview. (request to the database again using the sql inside "tabTableView"). |
tableColumnDelete | TableColumn | The delete-column of "MyTableView" where the delete-button appears in editmode. |
tableColumn | TableColumn | A normal table-column of "MyTableView". |
textColumn | MyText | The text-component which holds the column-name in "tableColumn". |
alertDialog | MyTextArea | The text-component of an alert-dialog. |
ShowTriggerDialog.lbContent | MyLabel | Label of the ShowTriggerDialog. |
lbSearch | TextField | The search-textfield inside TableWithTools. |
css_editor | CodeArea | The code-area of the css-editor. |
editor | CodeArea | The code-area of every generictexteditor. |
sq-editor | CodeArea | The code-area of the sql-editor. |
SQLTextEditor.containerButton | Pane (HBox or VBox depending on the alignment) | The button-section of a sqltexteditor. |