public class XPathPanelController extends java.lang.Object implements javafx.fxml.Initializable, SettingsOwner
| Type | Property and Description |
|---|---|
javafx.beans.value.ObservableValue<java.lang.String> |
xpathExpression |
javafx.beans.property.StringProperty |
xpathVersion |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateXPath(Node compilationUnit,
LanguageVersion version)
Evaluate XPath on the given compilation unit.
|
java.util.List<AppSetting> |
getSettings()
Gets the settings of this specific object.
|
void |
initialiseVersionChoiceBox(javafx.scene.control.ChoiceBox<java.lang.String> choiceBox) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
void |
invalidateResults(boolean error) |
void |
shutdown() |
javafx.beans.value.ObservableValue<java.lang.String> |
xpathExpressionProperty() |
javafx.beans.property.StringProperty |
xpathVersionProperty() |
public javafx.beans.property.StringProperty xpathVersionProperty
public javafx.beans.value.ObservableValue<java.lang.String> xpathExpressionProperty
public void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic void initialiseVersionChoiceBox(javafx.scene.control.ChoiceBox<java.lang.String> choiceBox)
public void evaluateXPath(Node compilationUnit, LanguageVersion version)
compilationUnit - The AST rootversion - The language versionpublic void invalidateResults(boolean error)
public void shutdown()
public javafx.beans.property.StringProperty xpathVersionProperty()
public java.util.List<AppSetting> getSettings()
SettingsOwnergetSettings in interface SettingsOwnerpublic javafx.beans.value.ObservableValue<java.lang.String> xpathExpressionProperty()
Copyright © 2002–2017 PMD. All rights reserved.