public class MainViewController
extends java.lang.Object
implements javafx.fxml.Initializable
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.Label |
addWorksheetLabel |
CommandBarPane |
commandBar |
javafx.scene.control.MenuItem |
consoleMenuItem |
javafx.scene.control.Menu |
debugLevelMenu |
javafx.scene.control.MenuButton |
debugMenuButton |
javafx.scene.control.Button |
hideSearchBarButton |
javafx.scene.layout.AnchorPane |
root |
javafx.scene.layout.AnchorPane |
searchBarRoot |
javafx.scene.control.Button |
searchButton |
javafx.scene.control.ToggleButton |
searchCaseSensitiveToggle |
javafx.scene.control.TextField |
searchField |
static int |
SETTINGS_PANE_DISTANCE |
javafx.scene.layout.StackPane |
sourceArea |
org.controlsfx.control.MaskerPane |
sourceMaskerPane |
static double |
TOOL_BUTTON_SIZE |
org.controlsfx.control.MaskerPane |
worksheetMaskerPane |
| Constructor and Description |
|---|
MainViewController()
Initializes a new instance of the
MainViewController class. |
| Modifier and Type | Method and Description |
|---|---|
WorksheetController |
getSelectedWorksheetController() |
protected void |
handleAboutAction(javafx.event.ActionEvent event) |
protected void |
handleAddNewWorksheet(javafx.event.Event event) |
protected void |
handleBinjrWebsite(javafx.event.ActionEvent actionEvent) |
void |
handleDebugDumpClassHistogram(javafx.event.ActionEvent actionEvent) |
void |
handleDebugDumpHeapStats(javafx.event.ActionEvent actionEvent) |
void |
handleDebugDumpThreadsStacks(javafx.event.ActionEvent actionEvent) |
void |
handleDebugDumpVmCommandLine(javafx.event.ActionEvent actionEvent) |
void |
handleDebugDumpVmFlags(javafx.event.ActionEvent actionEvent) |
void |
handleDebugDumpVmSystemProperties(javafx.event.ActionEvent actionEvent) |
void |
handleDebugForceGC(javafx.event.ActionEvent actionEvent) |
void |
handleDebugRunFinalization(javafx.event.ActionEvent actionEvent) |
protected void |
handleDisplayChartProperties(javafx.event.ActionEvent actionEvent) |
void |
handleExpandCommandBar(javafx.event.ActionEvent actionEvent) |
protected void |
handleFindNextInTreeView(javafx.event.ActionEvent actionEvent) |
protected void |
handleHelpAction(javafx.event.ActionEvent event) |
void |
handleHidePanel(javafx.event.ActionEvent actionEvent) |
protected void |
handleNewWorkspace(javafx.event.ActionEvent event) |
protected void |
handleOpenWorkspace(javafx.event.ActionEvent event) |
protected void |
handlePreferencesAction(javafx.event.ActionEvent actionEvent) |
protected void |
handleQuitAction(javafx.event.ActionEvent event) |
protected void |
handleRefreshAction(javafx.event.ActionEvent actionEvent) |
protected void |
handleSaveAsWorkspace(javafx.event.ActionEvent event) |
protected void |
handleSaveWorkspace(javafx.event.ActionEvent event) |
protected void |
handleShowSearchBar(javafx.event.ActionEvent actionEvent) |
protected void |
handleViewOnGitHub(javafx.event.ActionEvent event) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
protected void |
populateOpenRecentMenu(javafx.event.Event event) |
void |
refreshAllWorksheets() |
protected void |
runAfterInitialize() |
void |
setParameters(javafx.application.Application.Parameters parameters)
Sets parameters for the main controller view.
|
void |
toggleConsoleVisibility(javafx.event.ActionEvent actionEvent) |
void |
toggleDebugMode(javafx.event.ActionEvent actionEvent) |
public static final int SETTINGS_PANE_DISTANCE
public static final double TOOL_BUTTON_SIZE
public javafx.scene.control.MenuButton debugMenuButton
public javafx.scene.control.MenuItem consoleMenuItem
public javafx.scene.control.Menu debugLevelMenu
public CommandBarPane commandBar
public javafx.scene.layout.AnchorPane root
public javafx.scene.control.Label addWorksheetLabel
public org.controlsfx.control.MaskerPane sourceMaskerPane
public org.controlsfx.control.MaskerPane worksheetMaskerPane
public javafx.scene.layout.AnchorPane searchBarRoot
public javafx.scene.control.TextField searchField
public javafx.scene.control.Button searchButton
public javafx.scene.control.Button hideSearchBarButton
public javafx.scene.control.ToggleButton searchCaseSensitiveToggle
public javafx.scene.layout.StackPane sourceArea
public MainViewController()
MainViewController class.public void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic void setParameters(javafx.application.Application.Parameters parameters)
parameters - parameters for the main controller view.protected void runAfterInitialize()
protected void handleAboutAction(javafx.event.ActionEvent event)
throws java.io.IOException
java.io.IOExceptionprotected void handleQuitAction(javafx.event.ActionEvent event)
protected void handleRefreshAction(javafx.event.ActionEvent actionEvent)
protected void handlePreferencesAction(javafx.event.ActionEvent actionEvent)
public void handleExpandCommandBar(javafx.event.ActionEvent actionEvent)
protected void handleAddNewWorksheet(javafx.event.Event event)
protected void handleHelpAction(javafx.event.ActionEvent event)
protected void handleViewOnGitHub(javafx.event.ActionEvent event)
protected void handleBinjrWebsite(javafx.event.ActionEvent actionEvent)
protected void handleNewWorkspace(javafx.event.ActionEvent event)
protected void handleOpenWorkspace(javafx.event.ActionEvent event)
protected void handleShowSearchBar(javafx.event.ActionEvent actionEvent)
public void handleHidePanel(javafx.event.ActionEvent actionEvent)
protected void handleFindNextInTreeView(javafx.event.ActionEvent actionEvent)
protected void handleSaveWorkspace(javafx.event.ActionEvent event)
protected void handleSaveAsWorkspace(javafx.event.ActionEvent event)
protected void handleDisplayChartProperties(javafx.event.ActionEvent actionEvent)
protected void populateOpenRecentMenu(javafx.event.Event event)
public WorksheetController getSelectedWorksheetController()
public void refreshAllWorksheets()
public void handleDebugForceGC(javafx.event.ActionEvent actionEvent)
public void handleDebugRunFinalization(javafx.event.ActionEvent actionEvent)
public void handleDebugDumpHeapStats(javafx.event.ActionEvent actionEvent)
public void handleDebugDumpThreadsStacks(javafx.event.ActionEvent actionEvent)
public void handleDebugDumpVmSystemProperties(javafx.event.ActionEvent actionEvent)
public void handleDebugDumpClassHistogram(javafx.event.ActionEvent actionEvent)
public void handleDebugDumpVmFlags(javafx.event.ActionEvent actionEvent)
public void handleDebugDumpVmCommandLine(javafx.event.ActionEvent actionEvent)
public void toggleDebugMode(javafx.event.ActionEvent actionEvent)
public void toggleConsoleVisibility(javafx.event.ActionEvent actionEvent)
Copyright © 2018 Frederic Thevenet. All rights reserved.