JControlModel instead.@Deprecated public class JControlModel extends JControlModel
| Modifier and Type | Class and Description |
|---|---|
static class |
JControlModel.DictionaryPattern
Deprecated.
in 2.2.0.
Use
JControlModel.DictionaryPattern instead. |
static class |
JControlModel.Feature
Deprecated.
in 2.2.0.
Use
JControlModel.Feature instead. |
static class |
JControlModel.PullRule
Deprecated.
in 2.2.0.
Use
JControlModel.PullRule instead. |
static class |
JControlModel.SortRule
Deprecated.
in 2.2.0.
Use
JControlModel.SortRule instead. |
static class |
JControlModel.SweepRule
Deprecated.
in 2.2.0.
Use
JControlModel.SweepRule instead. |
JControlModel.MatchRule, JControlModel.PushRule| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CLASS_PREFIX
Deprecated.
|
protected java.lang.String |
classPrefix |
blockPattern, dictionaryPatterns, facadeHelper, indent, indentIsSet, matchRules, NO_PARAMETER_TYPES, noImportPattern, pullRules, pushRules, redirect, sortRules, standardBraceStyle, standardBraceStyleIsSet, sweepRules| Constructor and Description |
|---|
JControlModel(org.w3c.dom.Element element)
Deprecated.
|
JControlModel(java.lang.String uri)
Deprecated.
This creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMerge()
Deprecated.
|
static java.lang.Class<?> |
classForClassName(java.lang.String className)
Deprecated.
in 2.2.0.
Use
JControlModel.classForClassName(String, String) instead. |
protected JControlModel.DictionaryPattern |
createDictionaryPattern(java.lang.String classPrefix,
org.w3c.dom.Element elementChild)
Deprecated.
|
protected JControlModel.PullRule |
createPullRule(java.lang.String classPrefix,
org.w3c.dom.Element elementChild)
Deprecated.
|
protected JControlModel.SortRule |
createSortRule(java.lang.String classPrefix,
org.w3c.dom.Element elementChild)
Deprecated.
|
protected JControlModel.SweepRule |
createSweepRule(java.lang.String classPrefix,
org.w3c.dom.Element elementChild)
Deprecated.
|
java.lang.String |
getClassPrefix() |
protected void |
setClassPrefix(java.lang.String classPrefix) |
classForClassName, convertToStandardBraceStyle, createMatchRule, createPushRule, getBlockPattern, getDictionaryPatterns, getFacadeHelper, getLeadingTabReplacement, getMatchRules, getNoImportPattern, getPullRules, getPushRules, getRedirect, getSortRules, getSweepRules, initialize, initialize, initialize, setConvertToStandardBraceStyle, setFacadeHelper, setLeadingTabReplacementprotected static final java.lang.String CLASS_PREFIX
protected java.lang.String classPrefix
public JControlModel(java.lang.String uri)
public JControlModel(org.w3c.dom.Element element)
@Deprecated public static java.lang.Class<?> classForClassName(java.lang.String className)
JControlModel.classForClassName(String, String) instead.public boolean canMerge()
canMerge in class JControlModelprotected JControlModel.DictionaryPattern createDictionaryPattern(java.lang.String classPrefix, org.w3c.dom.Element elementChild)
createDictionaryPattern in class JControlModelprotected JControlModel.PullRule createPullRule(java.lang.String classPrefix, org.w3c.dom.Element elementChild)
createPullRule in class JControlModelprotected JControlModel.SweepRule createSweepRule(java.lang.String classPrefix, org.w3c.dom.Element elementChild)
createSweepRule in class JControlModelprotected JControlModel.SortRule createSortRule(java.lang.String classPrefix, org.w3c.dom.Element elementChild)
createSortRule in class JControlModelprotected void setClassPrefix(java.lang.String classPrefix)
public java.lang.String getClassPrefix()
Copyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature