javafx.fxml.Initializable
, SettingsOwner
public class MainDesignerController extends java.lang.Object implements javafx.fxml.Initializable, SettingsOwner
NodeInfoPanelController
,
SourceEditorController
,
EventLogController
,
XPathPanelController
Constructor | Description |
---|---|
MainDesignerController(DesignerRoot owner) |
Modifier and Type | Method | Description |
---|---|---|
int |
getBottomTabIndex() |
|
java.util.List<SettingsOwner> |
getChildrenSettingsNodes() |
Gets the children of this node in order.
|
net.sourceforge.pmd.lang.LanguageVersion |
getLanguageVersion() |
|
java.lang.String |
getRecentFiles() |
|
java.lang.String |
getXpathVersion() |
|
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
|
void |
invalidateAst() |
|
boolean |
isBottomTabExpanded() |
|
boolean |
isMaximized() |
|
org.reactfx.value.Val<net.sourceforge.pmd.lang.LanguageVersion> |
languageVersionProperty() |
|
void |
onNameDeclarationSelected(net.sourceforge.pmd.lang.symboltable.NameDeclaration declaration) |
|
void |
onNodeItemSelected(net.sourceforge.pmd.lang.ast.Node selectedValue) |
Executed when the user selects a node in a treeView or listView.
|
void |
setBottomTabExpanded(boolean b) |
|
void |
setBottomTabIndex(int i) |
|
void |
setLanguageVersion(net.sourceforge.pmd.lang.LanguageVersion version) |
|
void |
setMaximized(boolean b) |
|
void |
setRecentFiles(java.lang.String files) |
|
void |
setXpathVersion(java.lang.String version) |
|
void |
shutdown() |
|
org.reactfx.value.Val<java.lang.String> |
xpathVersionProperty() |
public MainDesignerController(DesignerRoot owner)
public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable
public void shutdown()
public void onNodeItemSelected(net.sourceforge.pmd.lang.ast.Node selectedValue)
public void onNameDeclarationSelected(net.sourceforge.pmd.lang.symboltable.NameDeclaration declaration)
public void invalidateAst()
public net.sourceforge.pmd.lang.LanguageVersion getLanguageVersion()
public void setLanguageVersion(net.sourceforge.pmd.lang.LanguageVersion version)
public org.reactfx.value.Val<net.sourceforge.pmd.lang.LanguageVersion> languageVersionProperty()
public java.lang.String getXpathVersion()
public void setXpathVersion(java.lang.String version)
public org.reactfx.value.Val<java.lang.String> xpathVersionProperty()
public java.lang.String getRecentFiles()
public void setRecentFiles(java.lang.String files)
public boolean isMaximized()
public void setMaximized(boolean b)
public boolean isBottomTabExpanded()
public void setBottomTabExpanded(boolean b)
public int getBottomTabIndex()
public void setBottomTabIndex(int i)
public java.util.List<SettingsOwner> getChildrenSettingsNodes()
SettingsOwner
getChildrenSettingsNodes
in interface SettingsOwner
Copyright © 2002–2018 PMD. All rights reserved.