Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCssFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.css.base
-
Abstract base implementation of
FormatterService
for CSS formatters. - AbstractCssFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.css.base.AbstractCssFormatterService
- AbstractEclipseFormatJob - Class in de.funfried.netbeans.plugins.external.formatter.eclipse
-
Abstract Eclipse formatter implementation of the
AbstractFormatJob
as a base class for any type of Eclipse Formatter. - AbstractEclipseFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Constructor for class de.funfried.netbeans.plugins.external.formatter.eclipse.AbstractEclipseFormatJob
-
Protected constructor to create a new instance of
AbstractEclipseFormatJob
. - AbstractFormatJob - Class in de.funfried.netbeans.plugins.external.formatter
-
Abstract base implementation of a
FormatJob
which is called by theFormatterService
where this implementation belongs to. - AbstractFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Constructor for class de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob
-
Constructor which has to be used by subclasses.
- AbstractFormatJob.BreakException - Exception in de.funfried.netbeans.plugins.external.formatter
-
RuntimeException
which is used as abreak
condition inside aIterable.forEach(java.util.function.Consumer)
. - AbstractFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.ui.options
-
Abstract base implementation of
FormatterOptionsPanel
. - AbstractFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.options.AbstractFormatterOptionsPanel
-
Default constructor of
AbstractFormatterOptionsPanel
. - AbstractHtmlFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.html.base
-
Abstract base implementation of
FormatterService
for HTML formatters. - AbstractHtmlFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.html.base.AbstractHtmlFormatterService
- AbstractJavaFormatterService<F extends FormatJob> - Class in de.funfried.netbeans.plugins.external.formatter.java.base
-
Abstract base implementation of
FormatterService
for Java formatters. - AbstractJavaFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.base.AbstractJavaFormatterService
- AbstractJavascriptFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.javascript.base
-
Abstract base implementation of
FormatterService
for javascript formatters. - AbstractJavascriptFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.javascript.base.AbstractJavascriptFormatterService
- AbstractJsonFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.json.base
-
Abstract base implementation of
FormatterService
for Json formatters. - AbstractJsonFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.json.base.AbstractJsonFormatterService
- AbstractXmlFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.xml.base
-
Abstract base implementation of
FormatterService
for XML formatters. - AbstractXmlFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.xml.base.AbstractXmlFormatterService
- actionPerformed(ActionEvent, JTextComponent) - Method in class de.funfried.netbeans.plugins.external.formatter.java.base.actions.JavaFixImportsAction
- actionPerformed(ActionEvent, JTextComponent) - Method in class de.funfried.netbeans.plugins.external.formatter.java.base.actions.JavaOrganizeImportsAction
- ACTIVE_PROFILE - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Property key which defines the active profile of the Eclipse configuration file.
- ACTIVE_PROFILE - Static variable in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Property key which defines the active profile of the Eclipse configuration file.
- addChangeListener(ChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.customizer.ProjectSpecificSettingsPanel
-
Adds a
ChangeListener
to thisProjectSpecificSettingsPanel
. - addChangeListener(ChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.AbstractFormatterOptionsPanel
-
Adds a
ChangeListener
to thisFormatterOptionsPanel
which will be informed if a user makes changes to the shown components. - addChangeListener(ChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPanel
-
Adds a given
ChangeListener
to this option dialog, which will be notified as soon as an user has changed the state of the components inside this options dialog. - addChangeListener(ChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPreferencesChangeSupport
-
Registers a
ChangeListener
to thisExternalFormatterPreferencesChangeSupport
. - addChangeListener(ChangeListener) - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.options.FormatterOptionsPanel
-
Adds a
ChangeListener
to thisFormatterOptionsPanel
which will be informed if a user makes changes to the shown components. - addPropertyChangeListener(PropertyChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- applyChanges() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- ATTRIBUTE_PROFILE_KIND - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- ATTRIBUTE_PROFILE_NAME - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- ATTRIBUTE_SETTING_ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- ATTRIBUTE_SETTING_VALUE - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- avoidGuardedSection(Pair<Integer, Integer>, Iterable<GuardedSection>) - Method in class de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob
-
Checks if a given
section
interferes with the givenguardedSections
and if so splits the givensection
into multiple sections and returns them as aSortedSet
.
B
- BreakException() - Constructor for exception de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob.BreakException
C
- cancel() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- canHandle(String) - Method in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- canHandle(List<MimeType>, String) - Static method in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- canHandle(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Returns
true
if and only if this implementation would be able to format the givenDocument
, otherwisefalse
. - canHandle(Document) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Returns
true
if and only if this implementation would be able to format the givenDocument
, otherwisefalse
. - canHandle(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Returns
true
if and only if this implementation would be able to format the givenDocument
, otherwisefalse
. - canHandle(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Returns
true
if and only if this implementation would be able to format the givenDocument
, otherwisefalse
. - CannotLoadConfigurationException - Exception in de.funfried.netbeans.plugins.external.formatter.exceptions
-
RuntimeException
which is thrown when a configuration file could not be parsed or even loaded. - CannotLoadConfigurationException(String) - Constructor for exception de.funfried.netbeans.plugins.external.formatter.exceptions.CannotLoadConfigurationException
-
Creates a new instance of
CannotLoadConfigurationException
. - CannotLoadConfigurationException(Throwable) - Constructor for exception de.funfried.netbeans.plugins.external.formatter.exceptions.CannotLoadConfigurationException
-
Creates a new instance of
CannotLoadConfigurationException
. - changedElements - Variable in class de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob
-
SortedSet
containing document offset ranges which should be formatted. - changeSupport - Variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.AbstractFormatterOptionsPanel
-
ChangeSupport
to notify about changed preference components. - CODE_STYLE - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterSettings
-
Property key which defines which code style should be used for the Google formatter.
- CONFIG_FILE_LOCATION - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Property key which defines the location of the Eclipse formatter configuration file.
- CONFIG_FILE_LOCATION - Static variable in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Property key which defines the location of the Eclipse formatter configuration file.
- ConfigReader - Class in de.funfried.netbeans.plugins.external.formatter.eclipse.xml
-
This class reads a config file for Eclipse code formatter.
- ConfigReader() - Constructor for class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- ConfigReadException - Exception in de.funfried.netbeans.plugins.external.formatter.exceptions
-
An exception thrown when there is an error reading settings from the code formatter profile of an Eclipse formatter config file.
- ConfigReadException(String) - Constructor for exception de.funfried.netbeans.plugins.external.formatter.exceptions.ConfigReadException
-
Creates a new instance of the
ConfigReadException
. - CONTINUATION_INDENT_SIZE - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.editor.EditorConstants
-
Continuation ident size says how many spaces should the formatter use to indent after a new line of the more inner level of code.
- createCategory(Lookup) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.customizer.ExternalFormatterCustomizerTab
- createComponent(ProjectCustomizer.Category, Lookup) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.customizer.ExternalFormatterCustomizerTab
- createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createOptionsPanel(Project) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Creates and returns the
FormatterOptionsPanel
for this formatter which will be displayed in the overall options dialog underneath this formatters selection. - createTask(Context) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterIndentTaskFactory
- createTask(Context) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterReformatTaskFactory
- CSS - Enum constant in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- CssParserFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.css.cssparser.ui
- CssParserFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.css.cssparser.ui.CssParserFormatterOptionsPanel
-
Creates new form
CssParserFormatterOptionsPanel
. - CssParserFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.css.cssparser
-
CssParser implementation of the
AbstractCssFormatterService
. - CssParserFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
- CssParserFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.css.cssparser
-
Utility class for CssParser formatter specific settings.
- CssParserFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.css.cssparser
-
Delegation class to the CssParser formatter implementation.
D
- DBEAVER_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the DBeaver icon.
- DBeaverFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.ui
- DBeaverFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.ui.DBeaverFormatterOptionsPanel
-
Creates new form
DBeaverFormatterOptionsPanel
. - DBeaverFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.sql.dbeaver
-
DBeaver SQL formatter implementation of the
FormatterService
. - DBeaverFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
- DBeaverFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.sql.dbeaver
-
Utility class for DBeaver SQL formatter specific settings.
- DBeaverFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.sql.dbeaver
-
Delegation class to the DBeaver SQL formatter implementation.
- de.funfried.netbeans.plugins.external.formatter - package de.funfried.netbeans.plugins.external.formatter
-
Package containing classes for common formatter logic.
- de.funfried.netbeans.plugins.external.formatter.css.base - package de.funfried.netbeans.plugins.external.formatter.css.base
-
Package containing classes for common CSS formatter logic.
- de.funfried.netbeans.plugins.external.formatter.css.cssparser - package de.funfried.netbeans.plugins.external.formatter.css.cssparser
-
Package containing classes for CSSParser CSS formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.css.cssparser.ui - package de.funfried.netbeans.plugins.external.formatter.css.cssparser.ui
-
Package containing classes for CssParser CSS formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.eclipse - package de.funfried.netbeans.plugins.external.formatter.eclipse
-
Package containing common classes for all kinds of Eclipse formatter.
- de.funfried.netbeans.plugins.external.formatter.eclipse.mechanic - package de.funfried.netbeans.plugins.external.formatter.eclipse.mechanic
- de.funfried.netbeans.plugins.external.formatter.eclipse.xml - package de.funfried.netbeans.plugins.external.formatter.eclipse.xml
-
Package containing classes for Eclipse formatter XML configuration parsing.
- de.funfried.netbeans.plugins.external.formatter.exceptions - package de.funfried.netbeans.plugins.external.formatter.exceptions
-
Exceptions package for External Code Formatters.
- de.funfried.netbeans.plugins.external.formatter.html.base - package de.funfried.netbeans.plugins.external.formatter.html.base
-
Package containing classes for common HTML formatter logic.
- de.funfried.netbeans.plugins.external.formatter.html.jsoup - package de.funfried.netbeans.plugins.external.formatter.html.jsoup
-
Package containing classes for Jsoup HTML formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.html.jsoup.ui - package de.funfried.netbeans.plugins.external.formatter.html.jsoup.ui
-
Package containing classes for Jsoup HTML formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.java.base - package de.funfried.netbeans.plugins.external.formatter.java.base
-
Package containing classes for common Java formatter logic.
- de.funfried.netbeans.plugins.external.formatter.java.base.actions - package de.funfried.netbeans.plugins.external.formatter.java.base.actions
-
Package containing global Java actions.
- de.funfried.netbeans.plugins.external.formatter.java.eclipse - package de.funfried.netbeans.plugins.external.formatter.java.eclipse
-
Package containing classes for Eclipse Java formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.java.eclipse.ui - package de.funfried.netbeans.plugins.external.formatter.java.eclipse.ui
-
Package containing classes for Eclipse Java formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.java.google - package de.funfried.netbeans.plugins.external.formatter.java.google
-
Package containing classes for Google formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.java.google.ui - package de.funfried.netbeans.plugins.external.formatter.java.google.ui
-
Package containing classes for Google formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.java.palantir - package de.funfried.netbeans.plugins.external.formatter.java.palantir
-
Package containing classes for Palantir formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.java.palantir.ui - package de.funfried.netbeans.plugins.external.formatter.java.palantir.ui
-
Package containing classes for Palantir formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.java.spring - package de.funfried.netbeans.plugins.external.formatter.java.spring
-
Package containing classes for Spring formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.java.spring.ui - package de.funfried.netbeans.plugins.external.formatter.java.spring.ui
-
Package containing classes for Spring formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.javascript.base - package de.funfried.netbeans.plugins.external.formatter.javascript.base
-
Package containing classes for common javascript formatter logic.
- de.funfried.netbeans.plugins.external.formatter.javascript.eclipse - package de.funfried.netbeans.plugins.external.formatter.javascript.eclipse
-
Package containing classes for Eclipse javascript formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.ui - package de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.ui
-
Package containing classes for Eclipse javascript formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.json.base - package de.funfried.netbeans.plugins.external.formatter.json.base
-
Package containing classes for common Json formatter logic.
- de.funfried.netbeans.plugins.external.formatter.json.jackson - package de.funfried.netbeans.plugins.external.formatter.json.jackson
-
Package containing classes for Jackson Json formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.json.jackson.ui - package de.funfried.netbeans.plugins.external.formatter.json.jackson.ui
-
Package containing classes for Jackson Json formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.sql.dbeaver - package de.funfried.netbeans.plugins.external.formatter.sql.dbeaver
-
Package containing classes for DBeaver SQL formatter logic.
- de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.ui - package de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.ui
-
Package containing classes for DBeaver SQL formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter - package de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter
-
Package containing classes for JSQLFormatter logic.
- de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.ui - package de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.ui
-
Package containing classes for JSQLFormatter UI components.
- de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter - package de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter
-
Package containing classes for Vertical Blank SQL formatter logic.
- de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.ui - package de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.ui
-
Package containing classes for Vertical Blank SQL formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.ui - package de.funfried.netbeans.plugins.external.formatter.ui
-
Main UI package for External Code Formatters.
- de.funfried.netbeans.plugins.external.formatter.ui.customizer - package de.funfried.netbeans.plugins.external.formatter.ui.customizer
-
Package containing project customization classes for External Code Formatters.
- de.funfried.netbeans.plugins.external.formatter.ui.editor - package de.funfried.netbeans.plugins.external.formatter.ui.editor
-
Package containing editor customizations and extensions.
- de.funfried.netbeans.plugins.external.formatter.ui.editor.diff - package de.funfried.netbeans.plugins.external.formatter.ui.editor.diff
-
Package containing implementation for creating a diff between two string arrays.
- de.funfried.netbeans.plugins.external.formatter.ui.options - package de.funfried.netbeans.plugins.external.formatter.ui.options
-
Package containing classes for the External Formatter option panel.
- de.funfried.netbeans.plugins.external.formatter.xml.base - package de.funfried.netbeans.plugins.external.formatter.xml.base
-
Package containing classes for common XML formatter logic.
- de.funfried.netbeans.plugins.external.formatter.xml.jsoup - package de.funfried.netbeans.plugins.external.formatter.xml.jsoup
-
Package containing classes for Jsoup XML formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.xml.jsoup.ui - package de.funfried.netbeans.plugins.external.formatter.xml.jsoup.ui
-
Package containing classes for Jsoup XML formatter UI components.
- de.funfried.netbeans.plugins.external.formatter.xml.revelc - package de.funfried.netbeans.plugins.external.formatter.xml.revelc
-
Package containing classes for revelc.net XML formatter strategy logic.
- de.funfried.netbeans.plugins.external.formatter.xml.revelc.ui - package de.funfried.netbeans.plugins.external.formatter.xml.revelc.ui
-
Package containing classes for revelc.net XML formatter UI components.
- DEFAULT_FORMATTER - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Property value of the default formatter to use (NetBeans internal formatter).
- DIALECT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Database to use.
- DIALECT_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Default value for
SQLFormatterSettings.DIALECT
:Dialect.StandardSql
. - diff(Reader, Reader) - Static method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.diff.Diff
- diff(String[], String[]) - Static method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.diff.Diff
- Diff - Class in de.funfried.netbeans.plugins.external.formatter.ui.editor.diff
-
Implementation based on NetBeans' org.netbeans.modules.diff.builtin.provider.HuntDiff but without options, it always takes whitespaces into account.
- document - Variable in class de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob
-
The
StyledDocument
from which the content should be formatted.
E
- ECLIPSE_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the Eclipse icon.
- EclipseFormatterConfig - Class in de.funfried.netbeans.plugins.external.formatter.java.eclipse
-
Class used for parsing an Eclipse code formatter configuration.
- EclipseFormatterConfig - Class in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse
-
Class used for parsing an Eclipse code formatter configuration.
- EclipseFormatterUtils - Class in de.funfried.netbeans.plugins.external.formatter.eclipse.xml
- EclipseJavaFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.java.eclipse.ui
- EclipseJavaFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.eclipse.ui.EclipseJavaFormatterOptionsPanel
-
Creates new form
EclipseJavaFormatterOptionsPanel
. - EclipseJavaFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.java.eclipse
-
Eclipse implementation of the
AbstractJavaFormatterService
. - EclipseJavaFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
- EclipseJavaFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.java.eclipse
-
Utility class for Eclipse specific settings.
- EclipseJavaFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.java.eclipse
-
Wrapper class to the Eclipse formatter implementation.
- EclipseJavascriptFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.ui
- EclipseJavascriptFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.ui.EclipseJavascriptFormatterOptionsPanel
-
Creates new form
EclipseJavascriptFormatterOptionsPanel
. - EclipseJavascriptFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse
-
Eclipse implementation of the
AbstractJavascriptFormatterService
. - EclipseJavascriptFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
- EclipseJavascriptFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse
-
Utility class for Eclipse specific settings.
- EclipseJavascriptFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse
-
Wrapper class to the Eclipse formatter implementation.
- EditorConstants - Interface in de.funfried.netbeans.plugins.external.formatter.ui.editor
-
Copied from private NetBeans classes FmtOptions and SimpleValueNames.
- EditorUtils - Class in de.funfried.netbeans.plugins.external.formatter.ui.editor
- ENABLE_USE_OF_EDITOR_CONFIG - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Property key which defines whether or not to use editorconfig in NetBeans if present.
- ENABLE_USE_OF_INDENTATION_SETTINGS - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Property key which defines whether or not to use the settings of the external formatter in the NetBeans editor.
- ENABLED_FORMATTER - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Deprecated.
- ENABLED_FORMATTER_PREFIX - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Property key prefix for the enabled formatter per mime type.
- EPF_FILE_EXTENSION - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
EPF file extension
- EXPAND_TABS - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.editor.EditorConstants
-
Whether expand typed tabs to spaces.
- EXPAND_TABS_TO_SPACES - Static variable in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterSettings
-
Property key which defines to use tabs or spaces for the Jackson Json formatter.
- EXPAND_TABS_TO_SPACES - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Expand tabs to spaces, default is
true
. - EXPAND_TABS_TO_SPACES_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Default value for
SQLFormatterSettings.EXPAND_TABS_TO_SPACES
: true. - EXTERNAL_FORMATTER_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the external icon.
- ExternalFormatterCodeStylePreferencesProvider - Class in de.funfried.netbeans.plugins.external.formatter.ui.editor
-
Implementation of the
CodeStylePreferences.Provider
to provide custom properties to the NetBeans editor. - ExternalFormatterCodeStylePreferencesProvider() - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterCodeStylePreferencesProvider
- ExternalFormatterCustomizerTab - Class in de.funfried.netbeans.plugins.external.formatter.ui.customizer
-
ProjectCustomizer.CompositeCategoryProvider
implementation for project specific external formatting properties tab provider. - ExternalFormatterCustomizerTab() - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.customizer.ExternalFormatterCustomizerTab
- ExternalFormatterIndentTaskFactory - Class in de.funfried.netbeans.plugins.external.formatter.ui.editor
-
Custom implementation of the
IndentTask.Factory
which delegates the indenting tasks to the configured external formatter or to the internal NetBeans formatter. - ExternalFormatterIndentTaskFactory() - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterIndentTaskFactory
- ExternalFormatterOptionsPanelController - Class in de.funfried.netbeans.plugins.external.formatter.ui.options
-
OptionsPanelController
implementation for theExternalFormatterPanel
. - ExternalFormatterOptionsPanelController() - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- ExternalFormatterPanel - Class in de.funfried.netbeans.plugins.external.formatter.ui.options
-
The options panel for this plugin.
- ExternalFormatterPanel(Preferences, Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPanel
-
Creates a new instance of
ExternalFormatterPanel
. - ExternalFormatterPreferencesChangeSupport - Class in de.funfried.netbeans.plugins.external.formatter.ui.options
-
Holder of a
ChangeSupport
to fire and listen on property changes. - ExternalFormatterPreferencesChangeSupport() - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPreferencesChangeSupport
-
Creates a new instance of the
ExternalFormatterPreferencesChangeSupport
. - ExternalFormatterReformatTaskFactory - Class in de.funfried.netbeans.plugins.external.formatter.ui.editor
-
Custom implementation of the
ReformatTask.Factory
which delegates the formatting tasks to the configured external formatter or to the internal NetBeans formatter. - ExternalFormatterReformatTaskFactory() - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterReformatTaskFactory
- ExternalFormatterSupportDialog - Class in de.funfried.netbeans.plugins.external.formatter.ui.options
- ExternalFormatterSupportDialog(Frame, boolean) - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterSupportDialog
-
Creates new form ExternalFormatterSupportDialog
F
- fireChange() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPreferencesChangeSupport
-
Notifies about changes to all registered
ChangeListener
s. - fireChangedListener() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.AbstractFormatterOptionsPanel
-
Fires a change event to all registered
ChangeListener
s. - forDocument(Document, String) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterCodeStylePreferencesProvider
- forFile(FileObject, String) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterCodeStylePreferencesProvider
- format() - Method in class de.funfried.netbeans.plugins.external.formatter.eclipse.AbstractEclipseFormatJob
-
Executes the formatting of this
FormatJob
. - format() - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatJob
-
Executes the formatting of this
FormatJob
. - format(String, int, boolean, boolean, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, Dialect, FormatConfig) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, JavaFormatterOptions.Style, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, String...) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, String, JacksonJsonFormatterWrapper.Options) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, String, String, String, String, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, String, String, String, Pair<Integer, Integer>) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, String, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, String, FormattingPreferences) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, String, Document.OutputSettings) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, String, Document.OutputSettings) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, Properties) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(String, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterWrapper
-
Formats the given
code
with the given configurations and returns the formatted code. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.css.base.AbstractCssFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.FormatterServiceDelegate
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.html.base.AbstractHtmlFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.base.AbstractJavaFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.base.AbstractJavascriptFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.json.base.AbstractJsonFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - format(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.base.AbstractXmlFormatterService
-
Formats the given
StyledDocument
in regard to the givenchangedElements
. - FormatJob - Interface in de.funfried.netbeans.plugins.external.formatter
- FormatterOptionsPanel - Interface in de.funfried.netbeans.plugins.external.formatter.ui.options
- FormatterService - Interface in de.funfried.netbeans.plugins.external.formatter
-
Service interface for external formatter implementations.
- FormatterServiceDelegate - Class in de.funfried.netbeans.plugins.external.formatter
-
Singleton delegation class for calling the activated external formatter, if no external formatter is activated nothing will be done by this implementation.
- FormattingFailedException - Exception in de.funfried.netbeans.plugins.external.formatter.exceptions
-
RuntimeException
which is thrown when an external formatter failed to format a given code. - FormattingFailedException(String) - Constructor for exception de.funfried.netbeans.plugins.external.formatter.exceptions.FormattingFailedException
-
Creates a new instance of
FormattingFailedException
. - FormattingFailedException(Throwable) - Constructor for exception de.funfried.netbeans.plugins.external.formatter.exceptions.FormattingFailedException
-
Creates a new instance of
FormattingFailedException
.
G
- getActivePreferences(Document) - Static method in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Returns the active
Preferences
object for the givenDocument
, either the global preferences are returned or if theProject
has a separate configuration it will return the project specificPreferences
. - getByMimeType(String) - Static method in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- getChangedElements(Context) - Static method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.EditorUtils
- getCode() - Method in class de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob
-
Returns the content of the
document
. - getCode(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.eclipse.AbstractEclipseFormatJob
-
Returns the content of the
document
. - getComponent() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.AbstractFormatterOptionsPanel
-
Returns the
JPanel
component for thisFormatterOptionsPanel
. - getComponent() - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.options.FormatterOptionsPanel
-
Returns the
JPanel
component for thisFormatterOptionsPanel
. - getComponent(Lookup) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.FormatterServiceDelegate
-
Returns the continuation indent size configured by the formatter which is activated for the given
Document
, ornull
if the internal NetBeans code formatter is used for the givendocument
. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getContinuationIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Returns the continuation indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getDefaultIndentTaskForMimePath(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.TaskFactoryUtils
-
Returns the cached default implementation of
IndentTask.Factory
for the givenmimePath
. - getDefaultReformatTaskForMimePath(String) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.TaskFactoryUtils
-
Returns the cached default implementation of
ReformatTask.Factory
for the givenmimePath
. - getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Retruns the display name of this formatter implementation.
- getDisplayName() - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Retruns the display name of this formatter implementation.
- getEclipseFormatterFile(Preferences, Document) - Static method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Returns the Eclipse formatter file for the given
Document
from the givenPreferences
. - getEclipseFormatterFile(Preferences, Document) - Static method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Returns the Eclipse formatter file for the given
Document
from the givenPreferences
. - getEclipseFormatterFile(Preferences, Document, String, String, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
Returns the Eclipse formatter file for the given
Document
from the givenPreferences
. - getFormatableSections(String) - Method in class de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob
-
Returns a
SortedSet
within ranges asPair
s ofInteger
s which describe the start and end offsets that can be formatted, it automatically checks for guarded sections and removes them before returning theSortedSet
, this means if an emptySortedSet
was removed nothing can be formatted, because all ranges in thechangedElements
are in guarded sections. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.css.base.AbstractCssFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.html.base.AbstractHtmlFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.json.base.AbstractJsonFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.base.AbstractXmlFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.base.AbstractJavaFormatterService
-
Returns the
AbstractJavaFormatterService
. - getFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Returns the
AbstractJavaFormatterService
. - getFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Returns the
AbstractJavaFormatterService
. - getFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Returns the
AbstractJavaFormatterService
. - getFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Returns the
AbstractJavaFormatterService
. - getFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument, SortedSet<Pair<Integer, Integer>>) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument, Pair<Integer, Integer>) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.base.AbstractJavascriptFormatterService
-
Returns the
FormatJob
. - getFormatJob(StyledDocument, Pair<Integer, Integer>) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Returns the
FormatJob
. - getFormattedContent(Preferences, String, String, String) - Method in class de.funfried.netbeans.plugins.external.formatter.eclipse.AbstractEclipseFormatJob
-
Returns the formatted content.
- getFormatterFile(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.eclipse.AbstractEclipseFormatJob
-
Returns the configured formatter configuration file.
- getFormatterProfile(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.eclipse.AbstractEclipseFormatJob
-
Returns the configured formatter profile name.
- getHelpCtx() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getId() - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Retruns the unique identifier of this formatter implementation.
- getIndentSize() - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.FormatterServiceDelegate
-
Returns the indent size configured by the formatter which is activated for the given
Document
, ornull
if the internal NetBeans code formatter is used for the givendocument
. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getIndentSize(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Returns the indent size configured for the given
Document
, ornull
if it should not affect the editor behavior. - getInstance() - Static method in class de.funfried.netbeans.plugins.external.formatter.FormatterServiceDelegate
-
Returns the singleton instance of
FormatterServiceDelegate
. - getLineFeed(String, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Returns the real line feed characters for the given escaped line feed characters.
- getLineFeed(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.eclipse.AbstractEclipseFormatJob
-
Returns the configured line feed.
- getMimeType(Document) - Static method in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- getMimeTypeAsString(Document) - Static method in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- getNotificationMessageForEclipseFormatterConfigurationFileType(String, String) - Method in class de.funfried.netbeans.plugins.external.formatter.eclipse.AbstractEclipseFormatJob
-
Returns the message which should be shown in a notification after the formatting is done.
- getProfileNames(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- getProfileSettings(String, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
-
Parses and returns the key/value pairs from the given
fileContent
for the givenprofileName
as aMap
. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.FormatterServiceDelegate
-
Returns the right margin (position of the red line in the editor) configured by the formatter which is activated for the given
Document
, ornull
if the internal NetBeans code formatter is used for the givendocument
. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Not supported by this formatter returns always
0
except the givenDocument
isnull
, then alsonull will be returned
. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getRightMargin(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Returns the right margin (position of the red line in the editor) configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab() - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.FormatterServiceDelegate
-
Returns the spaces per tab configured by the formatter which is activated for the given
Document
, ornull
if the internal NetBeans code formatter is used for the givendocument
. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSpacesPerTab(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Returns the spaces per tab configured for the given
Document
, ornull
if it should not affect the editor behavior. - getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.css.base.AbstractCssFormatterService
- getSupportedMimeTypes() - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
- getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.html.base.AbstractHtmlFormatterService
- getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.java.base.AbstractJavaFormatterService
- getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.base.AbstractJavascriptFormatterService
- getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.json.base.AbstractJsonFormatterService
- getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
- getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
- getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
- getSupportedMimeTypes() - Method in class de.funfried.netbeans.plugins.external.formatter.xml.base.AbstractXmlFormatterService
- GOOGLE_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the Google icon.
- GoogleJavaFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.java.google.ui
- GoogleJavaFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.google.ui.GoogleJavaFormatterOptionsPanel
-
Creates new form
GoogleJavaFormatterOptionsPanel
. - GoogleJavaFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.java.google
-
Google implementation of the
AbstractJavaFormatterService
. - GoogleJavaFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
- GoogleJavaFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.java.google
-
Utility class for Google Java formatter specific settings.
- GoogleJavaFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.java.google
-
Delegation class to the Google formatter implementation.
H
I
- ICON_DBEAVER - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
DBeaver icon.
- ICON_ECLIPSE - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Eclipse icon.
- ICON_EXTERNAL - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
External icon.
- ICON_GOOGLE - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Google icon.
- ICON_JACKSON - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Jackson icon.
- ICON_JSOUP - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Jsoup icon.
- ICON_MANTICORE - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
manticore-projects icon.
- ICON_NETBEANS - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
NetBeans icon.
- ICON_REVELC - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
revelc.net icon.
- ICON_SPRING - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Spring icon.
- Icons - Interface in de.funfried.netbeans.plugins.external.formatter.ui
-
Interface for holding application icons.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
The ID of this formatter service.
- ID - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
The ID of this formatter service.
- INDENT - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterSettings
-
4 by default.
- INDENT_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterSettings
-
Default value for
CssParserFormatterSettings.INDENT
: 4. - INDENT_SHIFT_WIDTH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.editor.EditorConstants
-
Shift-width says how many spaces should the formatter use to indent the more inner level of code.
- INDENT_SIZE - Static variable in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterSettings
-
Property key which defines amount of spaces for indentation for the Jsoup HTML formatter.
- INDENT_SIZE - Static variable in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterSettings
-
Property key which defines the amount of spaces for indentation for the Jackson Json formatter.
- INDENT_SIZE - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterSettings
-
4 by default.
- INDENT_SIZE - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
2 by default.
- INDENT_SIZE - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterSettings
-
Property key which defines amount of spaces for indentation for the Jsoup XML formatter.
- INDENT_SIZE_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterSettings
-
Default value for
DBeaverFormatterSettings.INDENT_SIZE
: 4. - INDENT_SIZE_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Default value for
SQLFormatterSettings.INDENT_SIZE
: 2. - INDENT_TYPE - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterSettings
-
space or tab.
- INDENT_TYPE_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterSettings
-
Default value for
DBeaverFormatterSettings.INDENT_TYPE
: space. - isChanged() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- isExpandTabsToSpaces() - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.FormatterServiceDelegate
-
Returns the expand tab to spaces flag configured by the formatter which is activated for the given
Document
, ornull
if the internal NetBeans code formatter is used for the givendocument
. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isExpandTabToSpaces(Document) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
-
Returns the expand tab to spaces flag configured for the given
Document
, ornull
if it should not affect the editor behavior. - isProjectSetting(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Returns
true
if the givenfilename
ends withorg.eclipse.jdt.core.prefs
. - isProjectSetting(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Returns
true
if the givenfilename
ends withorg.eclipse.jdt.core.prefs
. - isProjectSetting(String, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
Returns
true
if the givenfilename
ends with the givenprojectPrefFile
. - isSpaceBeforeSeparator() - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- isValid() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- isWorkspaceMechanicFile(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
Returns
true
if the givenfilename
ends with the workspace mechanic file extension epf. - isWorkspaceMechanicFile(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Returns
true
if the givenfilename
ends with the workspace mechanic file extension epf. - isWorkspaceMechanicFile(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Returns
true
if the givenfilename
ends with the workspace mechanic file extension epf. - isXMLConfigurationFile(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
Returns
true
if the givenfilename
ends with the XML file extension. - isXMLConfigurationFile(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Returns
true
if the givenfilename
ends with the XML file extension. - isXMLConfigurationFile(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Returns
true
if the givenfilename
ends with the XML file extension.
J
- JACKSON_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the FasterXML Jackson icon.
- JacksonJsonFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.json.jackson.ui
- JacksonJsonFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.json.jackson.ui.JacksonJsonFormatterOptionsPanel
-
Creates new form
JacksonJsonFormatterOptionsPanel
. - JacksonJsonFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.json.jackson
-
Jackson Json implementation of the
AbstractJsonFormatterService
. - JacksonJsonFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterService
- JacksonJsonFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.json.jackson
-
Utility class for Jackson Json formatter specific settings.
- JacksonJsonFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.json.jackson
-
Wrapper class to the revelc.net formatter implementation.
- JacksonJsonFormatterWrapper.Options - Class in de.funfried.netbeans.plugins.external.formatter.json.jackson
- JAVA - Enum constant in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- JavaFixImportsAction - Class in de.funfried.netbeans.plugins.external.formatter.java.base.actions
-
BaseAction
for fixing imports which overrides the NetBeans original action. - JavaFixImportsAction() - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.base.actions.JavaFixImportsAction
- JavaOrganizeImportsAction - Class in de.funfried.netbeans.plugins.external.formatter.java.base.actions
-
BaseAction
for organizing imports which overrides the NetBeans original action. - JavaOrganizeImportsAction() - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.base.actions.JavaOrganizeImportsAction
- JAVASCRIPT - Enum constant in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- JSON - Enum constant in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- JSOUP_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the Jsoup icon.
- JsoupHtmlFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.html.jsoup.ui
- JsoupHtmlFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.html.jsoup.ui.JsoupHtmlFormatterOptionsPanel
-
Creates new form
JsoupHtmlFormatterOptionsPanel
. - JsoupHtmlFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.html.jsoup
-
Jsoup XML implementation of the
AbstractXmlFormatterService
. - JsoupHtmlFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterService
- JsoupHtmlFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.html.jsoup
-
Utility class for Jsoup HTML formatter specific settings.
- JsoupHtmlFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.html.jsoup
-
Wrapper class to the Jsoup formatter implementation.
- JsoupXmlFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.xml.jsoup.ui
- JsoupXmlFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.ui.JsoupXmlFormatterOptionsPanel
-
Creates new form
JsoupXmlFormatterOptionsPanel
. - JsoupXmlFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.xml.jsoup
-
Jsoup XML implementation of the
AbstractXmlFormatterService
. - JsoupXmlFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterService
- JsoupXmlFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.xml.jsoup
-
Utility class for Jsoup XML formatter specific settings.
- JsoupXmlFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.xml.jsoup
-
Wrapper class to the Jsoup formatter implementation.
- JSQLFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.ui
- JSQLFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.ui.JSQLFormatterOptionsPanel
-
Creates new form
JSQLFormatterOptionsPanel
. - JSQLFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter
-
JSQLFormatter implementation of the
FormatterService
. - JSQLFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
- JSQLFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter
-
Delegation class to the JSQLFormatter implementation.
K
- KEYWORD_CASE - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterSettings
-
UPPER, LOWER or ORIGINAL.
- KEYWORD_CASE_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterSettings
-
Default value for
DBeaverFormatterSettings.KEYWORD_CASE
: UPPER.
L
- LINEFEED - Static variable in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterSettings
-
Property key which defines the line feed setting for the Jsoup HTML formatter.
- LINEFEED - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Property key which defines the line feed setting for the Eclipse formatter.
- LINEFEED - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterSettings
-
Property key which defines the line feed setting for the Spring formatter.
- LINEFEED - Static variable in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Property key which defines the line feed setting for the Eclipse formatter.
- LINEFEED - Static variable in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterSettings
-
Property key which defines the line feed setting for the Jackson Json formatter.
- LINEFEED - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterSettings
-
Property key which defines the line feed setting for the Jsoup XML formatter.
- LINEFEED - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterSettings
-
Property key which defines the line feed setting for the revelc.net XML formatter.
- LINES_BETWEEN_QUERIES - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
1 by default.
- LINES_BETWEEN_QUERIES_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Default value for
SQLFormatterSettings.LINES_BETWEEN_QUERIES
: 1. - load() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.customizer.ProjectSpecificSettingsPanel
-
Loads the configuration and sets the values to the UI components.
- load() - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.customizer.VerifiableConfigPanel
-
Loads the configuration and sets the values to the UI components.
- load() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPanel
-
Loads the configuration and sets the values to the UI components.
- load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.ui.CssParserFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.ui.JsoupHtmlFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.ui.EclipseJavaFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.ui.GoogleJavaFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.ui.PalantirJavaFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.ui.SpringJavaFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.ui.EclipseJavascriptFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.ui.JacksonJsonFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.ui.DBeaverFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.ui.JSQLFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.ui.SQLFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.options.FormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.ui.JsoupXmlFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
. - load(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.ui.RevelcXmlFormatterOptionsPanel
-
Loads the current settings from the given
Preferences
and sets those to the components of thisFormatterOptionsPanel
.
M
- main(String[]) - Static method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterSupportDialog
- MANTICORE_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the manticore-projects icon.
- MAX_COLUMN_LENGTH - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
50 by default.
- MAX_COLUMN_LENGTH_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Default value for
SQLFormatterSettings.MAX_COLUMN_LENGTH
: 50. - MAX_LINE_LENGTH - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterSettings
-
Property key which defines the maximum line length for the revelc.net XML formatter.
- MimeType - Enum Class in de.funfried.netbeans.plugins.external.formatter
-
Enum describing the supported mime types for external formatters.
N
- NETBEANS_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the NetBeans icon.
O
- Options() - Constructor for class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- ORGANIZE_IMPORTS - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterSettings
-
Property key which defines if the Google formatter internal organize imports action should be used.
- ORGANIZE_IMPORTS - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterSettings
-
Property key which defines if the Palantir formatter internal organize imports action should be used.
- ORGANIZE_IMPORTS_AFTER_FIX_IMPORTS - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterSettings
-
Property key which defines if the Google formatter internal organize imports action should be used after NetBeans fix import action was executed.
- ORGANIZE_IMPORTS_AFTER_FIX_IMPORTS - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterSettings
-
Property key which defines if the Palantir formatter internal organize imports action should be used after NetBeans fix import action was executed.
- organizeImports(String) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterWrapper
- organizeImports(String, JavaFormatterOptions.Style) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterWrapper
- organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.css.base.AbstractCssFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in interface de.funfried.netbeans.plugins.external.formatter.FormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.FormatterServiceDelegate
- organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.html.base.AbstractHtmlFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.json.base.AbstractJsonFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.JSQLFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
-
Organizes the imports of the given
StyledDocument
. - organizeImports(StyledDocument, boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.base.AbstractXmlFormatterService
-
Organizes the imports of the given
StyledDocument
. - OUTLINE - Static variable in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterSettings
-
Property key which defines whether to outline or not for the Jsoup HTML formatter.
- OUTLINE - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterSettings
-
Property key which defines whether to outline or not for the Jsoup XML formatter.
- OVERRIDE_TAB_SIZE - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Property key which defines whether or not to use the
Settings.OVERRIDE_TAB_SIZE_VALUE
instead of the one inside the external formatter configuration. - OVERRIDE_TAB_SIZE_VALUE - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Property key which defines the tab size which is used when
Settings.OVERRIDE_TAB_SIZE
is actived.
P
- PalantirJavaFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.java.palantir.ui
- PalantirJavaFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.palantir.ui.PalantirJavaFormatterOptionsPanel
-
Creates new form
PalantirJavaFormatterOptionsPanel
. - PalantirJavaFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.java.palantir
-
Palantir implementation of the
AbstractJavaFormatterService
. - PalantirJavaFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterService
- PalantirJavaFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.java.palantir
-
Utility class for Palantir Java formatter specific settings.
- PalantirJavaFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.java.palantir
-
Delegation class to the Palantir formatter implementation.
- parseConfig(String, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseFormatterConfig
-
Parses the configuration parameters from the given
profile
of the given formatter configuration file and returns it as aMap
containing the configuration as key value pairs. - parseConfig(String, String, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseFormatterConfig
-
Parses the configuration parameters from the given
profile
of the given formatter configuration file and returns it as aMap
containing the configuration as key value pairs. - parseConfig(String, String, Map<String, String>, Map<String, String>, String, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
Parses the configuration parameters from the given
formatterProfile
of the givenformatterFile
and returns it as aMap
containing the configuration as key value pairs. - PRETTY_PRINT - Static variable in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterSettings
-
Property key which defines whether to use pretty print or not for the Jsoup HTML formatter.
- PRETTY_PRINT - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterSettings
-
Property key which defines whether to use pretty print or not for the Jsoup XML formatter.
- PROFILE_KIND - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- ProfileNotFoundException - Exception in de.funfried.netbeans.plugins.external.formatter.exceptions
-
RuntimeException
which is thrown when a given profile name could not be found in a formatter configuration. - ProfileNotFoundException(String) - Constructor for exception de.funfried.netbeans.plugins.external.formatter.exceptions.ProfileNotFoundException
-
Creates a new instance of
ProfileNotFoundException
. - project - Variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.AbstractFormatterOptionsPanel
-
The
Project
which this panel is used to change the settings for ornull
if this panel is used to change the global settings. - PROJECT_PREF_FILE - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Constant value of the Eclipse project specific formatter configuration file name.
- PROJECT_PREF_FILE - Static variable in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Constant value of the Eclipse project specific formatter configuration file name.
- ProjectSpecificSettingsPanel - Class in de.funfried.netbeans.plugins.external.formatter.ui.customizer
-
VerifiableConfigPanel
JPanel
implementation for project specific external formatting properties panel.
R
- readContentFromFilePath(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
-
Reads the content of the given file path and returns it as a
String
. - readPropertiesFromConfiguration(String, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.mechanic.WorkspaceMechanicConfigParser
-
Parses and returns properties of the given
path
into a key valueMap
. - readPropertiesFromConfigurationFile(String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
Parses and returns properties of the given
filePath
into a key valueMap
. - removeChangeListener(ChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.customizer.ProjectSpecificSettingsPanel
-
Removes a
ChangeListener
to thisProjectSpecificSettingsPanel
. - removeChangeListener(ChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.AbstractFormatterOptionsPanel
-
Removes a
ChangeListener
from thisFormatterOptionsPanel
. - removeChangeListener(ChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPanel
-
Removes a given
ChangeListener
from this option dialog. - removeChangeListener(ChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPreferencesChangeSupport
-
Unregisters a
ChangeListener
from thisExternalFormatterPreferencesChangeSupport
. - removeChangeListener(ChangeListener) - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.options.FormatterOptionsPanel
-
Removes a
ChangeListener
from thisFormatterOptionsPanel
. - removePropertyChangeListener(PropertyChangeListener) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- REVELC_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the revelc.net icon.
- RevelcXmlFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.xml.revelc.ui
- RevelcXmlFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.xml.revelc.ui.RevelcXmlFormatterOptionsPanel
-
Creates new form
RevelcXmlFormatterOptionsPanel
. - RevelcXmlFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.xml.revelc
-
revelc.net XML implementation of the
AbstractXmlFormatterService
. - RevelcXmlFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterService
- RevelcXmlFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.xml.revelc
-
Utility class for revelc.net XML formatter specific settings.
- RevelcXmlFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.xml.revelc
-
Wrapper class to the revelc.net formatter implementation.
- RGB_AS_HEX - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterSettings
-
true
by default. - RGB_AS_HEX_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterSettings
-
Default value for
CssParserFormatterSettings.RGB_AS_HEX
:true
.
S
- setExpandTabsToSpaces(boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- setFormattedCode(String, String) - Method in class de.funfried.netbeans.plugins.external.formatter.AbstractFormatJob
-
Applies the given
formattedContent
to thedocument
. - setIndentSize(int) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- setSpaceBeforeSeparator(boolean) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- setSpacesPerTab(int) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterWrapper.Options
- Settings - Class in de.funfried.netbeans.plugins.external.formatter.ui.options
-
Settings utility class.
- SHOW_NOTIFICATIONS - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Property key which defines whether or not to show notifications after each formatting.
- SOURCELEVEL - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Property key which defines the source level setting for the Eclipse formatter.
- SPACE_BEFORE_SEPARATOR - Static variable in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterSettings
-
Property key which defines whether or not adding a spaces between the key and value separator for the Jackson Json formatter.
- SPACES_PER_TAB - Static variable in class de.funfried.netbeans.plugins.external.formatter.json.jackson.JacksonJsonFormatterSettings
-
Property key which defines amount of spaces per tabs for the Jackson Json formatter.
- SPACES_PER_TAB - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.editor.EditorConstants
-
How many spaces substitute per one typed tab.
- SPLIT_MULTI_ATTRIBUTES - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterSettings
-
Property key which defines the line feed setting for the revelc.net XML formatter.
- SPRING_ICON_PATH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.Icons
-
Path to the Spring icon.
- SpringJavaFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.java.spring.ui
- SpringJavaFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.spring.ui.SpringJavaFormatterOptionsPanel
-
Creates new form
SpringJavaFormatterOptionsPanel
. - SpringJavaFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.java.spring
-
Spring implementation of the
AbstractJavaFormatterService
. - SpringJavaFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.java.spring.SpringJavaFormatterService
- SpringJavaFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.java.spring
-
Utility class for Spring Java formatter specific settings.
- SpringJavaFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.java.spring
-
Delegation class to the Spring formatter implementation.
- SQL - Enum constant in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- SQLFormatterOptionsPanel - Class in de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.ui
- SQLFormatterOptionsPanel(Project) - Constructor for class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.ui.SQLFormatterOptionsPanel
-
Creates new form
SQLFormatterOptionsPanel
. - SQLFormatterService - Class in de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter
-
Vertical Blank SQL formatter implementation of the
FormatterService
. - SQLFormatterService() - Constructor for class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterService
- SQLFormatterSettings - Class in de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter
-
Utility class for Vertical Blank SQL formatter specific settings.
- SQLFormatterWrapper - Class in de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter
-
Delegation class to the Vertical Blank SQL formatter implementation.
- stateChanged(ChangeEvent) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- stateChanged(ChangeEvent) - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPanel
- STATEMENT_DELIMITER - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterSettings
-
';' by default.
- STATEMENT_DELIMITER_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.DBeaverFormatterSettings
-
Default value for
DBeaverFormatterSettings.STATEMENT_DELIMITER
: ;. - store() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.customizer.ProjectSpecificSettingsPanel
-
Stores the configuration from the current state of UI components.
- store() - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.customizer.VerifiableConfigPanel
-
Stores the configuration from the current state of UI components.
- store() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPanel
-
Stores the configuration from the current state of UI components.
- store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.ui.CssParserFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.ui.JsoupHtmlFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.ui.EclipseJavaFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.ui.GoogleJavaFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.ui.PalantirJavaFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.java.spring.ui.SpringJavaFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.ui.EclipseJavascriptFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.ui.JacksonJsonFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.ui.DBeaverFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.ui.JSQLFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.ui.SQLFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.options.FormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.ui.JsoupXmlFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
. - store(Preferences) - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.ui.RevelcXmlFormatterOptionsPanel
-
Stores all the currently set values of all components to the given
Preferences
.
T
- TAB_INSTEAD_OF_SPACES - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterSettings
-
Property key which defines to use tabs or spaces for the revelc.net XML formatter.
- TAB_SIZE - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.editor.EditorConstants
-
Number of spaces to draw when the '\t' character is found in the text.
- TAB_WIDTH - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterSettings
-
Property key which defines amount of tabs for the revelc.net XML formatter.
- TAG_NAME_PROFILE - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- TAG_NAME_PROFILES - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- TAG_NAME_SETTING - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.ConfigReader
- TaskFactoryUtils - Class in de.funfried.netbeans.plugins.external.formatter.ui.editor
-
Custom implementation of the
IndentTask.Factory
which delegates the indenting tasks to the configured external formatter or to the internal NetBeans formatter. - TaskFactoryUtils() - Constructor for class de.funfried.netbeans.plugins.external.formatter.ui.editor.TaskFactoryUtils
- TEXT_LIMIT_WIDTH - Static variable in interface de.funfried.netbeans.plugins.external.formatter.ui.editor.EditorConstants
-
After how many characters the text limit line should be displayed.
- toMap(Properties, String) - Static method in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
Collect the given properties into a map and optionall filter the property keys by the given optional prefix.
- toStyledDocument(Document) - Static method in class de.funfried.netbeans.plugins.external.formatter.ui.editor.EditorUtils
-
Returns the given
Document
as aStyledDocument
ornull
if the givenDocument
isn't aStyledDocument
.
U
- update() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterOptionsPanelController
- UPPERCASE - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Convert query to uppercase, default is
false
. - UPPERCASE_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.SQLFormatterSettings
-
Default value for
SQLFormatterSettings.UPPERCASE
: false. - USE_PROJECT_PREFS - Static variable in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterSettings
-
Property key which defines whether or not to use Eclipse project specific formatter configuration if available.
- USE_PROJECT_PREFS - Static variable in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.EclipseJavascriptFormatterSettings
-
Property key which defines whether or not to use Eclipse project specific formatter configuration if available.
- USE_PROJECT_SETTINGS - Static variable in class de.funfried.netbeans.plugins.external.formatter.ui.options.Settings
-
Property key which defines whether or not to use project specific settings instead of global formatter settings.
- USE_SINGLE_QUOTES - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterSettings
-
false
by default. - USE_SINGLE_QUOTES_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterSettings
-
Default value for
CssParserFormatterSettings.USE_SINGLE_QUOTES
:false
. - USE_SOURCE_STRING_VALUES - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterSettings
-
false
by default. - USE_SOURCE_STRING_VALUES_DEFAULT - Static variable in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.CssParserFormatterSettings
-
Default value for
CssParserFormatterSettings.USE_SOURCE_STRING_VALUES
:false
.
V
- valid() - Method in class de.funfried.netbeans.plugins.external.formatter.css.cssparser.ui.CssParserFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.html.jsoup.ui.JsoupHtmlFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.java.eclipse.ui.EclipseJavaFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.java.google.ui.GoogleJavaFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.java.palantir.ui.PalantirJavaFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.javascript.eclipse.ui.EclipseJavascriptFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.json.jackson.ui.JacksonJsonFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.dbeaver.ui.DBeaverFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.jsqlformatter.ui.JSQLFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.sql.sqlformatter.ui.SQLFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.customizer.ProjectSpecificSettingsPanel
-
Returns
true
if and only if the configuration is valid, otherwisefalse
. - valid() - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.customizer.VerifiableConfigPanel
-
Returns
true
if and only if the configuration is valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.AbstractFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.ui.options.ExternalFormatterPanel
-
Returns
true
if and only if the configuration is valid, otherwisefalse
. - valid() - Method in interface de.funfried.netbeans.plugins.external.formatter.ui.options.FormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.xml.jsoup.ui.JsoupXmlFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valid() - Method in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.ui.RevelcXmlFormatterOptionsPanel
-
Returns
true
if the settings that are currently made are valid, otherwisefalse
. - valueOf(String) - Static method in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VerifiableConfigPanel - Interface in de.funfried.netbeans.plugins.external.formatter.ui.customizer
-
Interface to define a verifiable configuration panel.
W
- WELL_FORMED_VALIDATION - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterSettings
-
Property key which defines the handling of well formed validation for the revelc.net XML formatter.
- WorkspaceMechanicConfigParser - Class in de.funfried.netbeans.plugins.external.formatter.eclipse.mechanic
-
A parser for Workspace Mechanic configuration files.
- WorkspaceMechanicConfigParser() - Constructor for class de.funfried.netbeans.plugins.external.formatter.eclipse.mechanic.WorkspaceMechanicConfigParser
- WRAP_LONG_LINES - Static variable in class de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterSettings
-
Property key which defines whether to wrap long lines or not for the revelc.net XML formatter.
X
- XML - Enum constant in enum class de.funfried.netbeans.plugins.external.formatter.MimeType
- XML_FILE_EXTENSION - Static variable in class de.funfried.netbeans.plugins.external.formatter.eclipse.xml.EclipseFormatterUtils
-
XML file extension
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Settings.ENABLED_FORMATTER_PREFIX
instead