A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

S

S_AD - Static variable in class com.jaxfront.core.type.RelativeTypePath
 
S_CLOSEBRACKET - Static variable in class com.jaxfront.core.type.RelativeTypePath
 
S_DDOT - Static variable in class com.jaxfront.core.type.RelativeTypePath
 
S_DOT - Static variable in class com.jaxfront.core.type.RelativeTypePath
 
S_EMPTY - Static variable in class com.jaxfront.core.type.RelativeTypePath
 
S_LIST - Static variable in class com.jaxfront.core.type.RelativeTypePath
 
S_OPENBRACKET - Static variable in class com.jaxfront.core.type.RelativeTypePath
 
S_SLASH - Static variable in class com.jaxfront.core.type.RelativeTypePath
 
save(Object, String) - Static method in class com.jaxfront.core.util.io.FileHelper
Save a Java object into a file using java.io.ObjectOutputStream.
save(StringBuffer, File, String) - Static method in class com.jaxfront.core.util.io.FileHelper
 
save(String, File, String) - Static method in class com.jaxfront.core.util.io.FileHelper
 
save() - Method in class com.jaxfront.core.util.JAXFrontProperties
Saves the properties into the property file.
save(OutputStream, String) - Method in class com.jaxfront.core.util.LanguageEnhancedProperties
Deprecated. This method does not throw an IOException if an I/O error occurs while saving the property list. As of the Java 2 platform v1.2, the preferred way to save a properties list is via the store(OutputStream out, String header) method.
save(OutputStream, String) - Method in class com.jaxfront.core.xui.NLS
Deprecated. This method does not throw an IOException if an I/O error occurs while saving the property list. As of the Java 2 platform v1.2, the preferred way to save a properties list is via the store(OutputStream out, String header) method.
save(URL, Document) - Method in interface com.jaxfront.swing.ui.editor.ResourceChooser
Saves the xui to a given url location.
save(URL, Document) - Method in class com.jaxfront.swing.ui.editor.TemplateFileChooser
 
saveAs(File) - Method in class com.jaxfront.core.dom.Document
Saves the current document into a file.
saveAsChooser(URL, URL, AbstractEditorPanel) - Method in interface com.jaxfront.swing.ui.editor.ResourceChooser
Should open a location chooser to save the xui.
saveAsChooser(URL, URL, AbstractEditorPanel) - Method in class com.jaxfront.swing.ui.editor.TemplateFileChooser
 
saveAsZip(File) - Method in class com.jaxfront.core.dom.Document
 
saveComponentAsJPEG(Component, String) - Static method in class com.jaxfront.swing.ui.tools.ImageTools
 
SAVEDOCUMENT - Static variable in interface com.jaxfront.core.rule.Rule
Indicates if this rule is of type save document.
saveNLS(Document, URL, NLS, String) - Method in interface com.jaxfront.swing.ui.editor.ResourceChooser
Stores the nls at a given location.
saveNLS(Document, URL, NLS, String) - Method in class com.jaxfront.swing.ui.editor.TemplateFileChooser
 
saxParseException - Variable in class com.jaxfront.swing.ui.tools.SAXValidator.SAXErrorHandler
 
SAXValidator - Class in com.jaxfront.swing.ui.tools
class for validating an xml document against its xml schema (provided as relative URL in the xml document, e.g.
SAXValidator() - Constructor for class com.jaxfront.swing.ui.tools.SAXValidator
 
SAXValidator.SAXErrorHandler - Class in com.jaxfront.swing.ui.tools
Inner class for dummy error handling only
SAXValidator.SAXErrorHandler() - Constructor for class com.jaxfront.swing.ui.tools.SAXValidator.SAXErrorHandler
 
SchemaAttributeIterator - Class in com.jaxfront.core.xpath.schema
 
SchemaAttributeIterator(SchemaNode) - Constructor for class com.jaxfront.core.xpath.schema.SchemaAttributeIterator
Constructor.
SchemaComplexType - Interface in com.jaxfront.core.schema
Represent a complex XML schema type.
SchemaComplexTypeImpl - Class in com.jaxfront.core.schema.impl
Represents a XML Schema complex type.
SchemaComplexTypeImpl(String, String, XSTypeDefinition, XMLSchema, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl
Creates a SchemaComplexType based on a oracle XSDNode, a XMLSchema and a SchemaNode.
SchemaComplexTypeImpl(String, String, XSModelGroup, XMLSchema, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl
Creates a SchemaComplexType based on a oracle XSDNode, a XMLSchema and a SchemaNode.
SchemaComplexTypeImpl(String, String, XSAttributeGroupDefinition, XMLSchema, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl
Creates a SchemaComplexType based on a oracle XSDNode, a XMLSchema and a SchemaNode.
SchemaComplexTypeImpl(String, String, XMLSchema, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl
 
SchemaComplexTypeImpl(XSTypeDefinition, XMLSchema, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl
Creates a SchemaComplexType based on a oracle XSDNode, a XMLSchema and a SchemaNode.
SchemaCreationException - Exception in com.jaxfront.core.schema
This exception is thrown if the parsing of the XML Schema has failed.
SchemaCreationException(Exception) - Constructor for exception com.jaxfront.core.schema.SchemaCreationException
Creates a SchemaCreationException based on an occuring ParserException.
SchemaCreationException(String) - Constructor for exception com.jaxfront.core.schema.SchemaCreationException
 
SchemaDocumentNavigator - Class in com.jaxfront.core.xpath.schema
 
SchemaDocumentNavigator() - Constructor for class com.jaxfront.core.xpath.schema.SchemaDocumentNavigator
 
SchemaIterator - Class in com.jaxfront.core.xpath.schema
 
SchemaIterator(SchemaNode, SchemaDocumentNavigator) - Constructor for class com.jaxfront.core.xpath.schema.SchemaIterator
Constructor.
SchemaKey - Class in com.jaxfront.core.schema
Represents an XML Schema key definition.
SchemaKey(SchemaNode, String, String, String[]) - Constructor for class com.jaxfront.core.schema.SchemaKey
Constructor to create a SchemaKey.
SchemaKeyRef - Class in com.jaxfront.core.schema
Represents an XML Schema keyRef definition.
SchemaKeyRef(SchemaNode, String, String, String, String[]) - Constructor for class com.jaxfront.core.schema.SchemaKeyRef
Creates a schema key reference base on the passing values.
SchemaNode - Interface in com.jaxfront.core.schema
Represents an XML Schema element from the XML Schema holding a simple or a complex XML SchemaType.
SchemaNodeImpl - Class in com.jaxfront.core.schema.impl
Represents an XML Schema element from the XML Schema holding a simple or a complex XML SchemaType from the oracle Schema Parser (oracle.xml.parser.schema.XSDNode).
SchemaNodeImpl(XSObject, XMLSchema, int, int, String, String, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaNodeImpl
Creates an XML Schema element based on a oracle XSDNode, an XML Schema and the cardinalities of this element.
SchemaNodeImpl(XSObject, XMLSchema, int, int, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaNodeImpl
Creates an XML Schema element based on a oracle XSDNode, an XML Schema and the cardinalities of this element.
SchemaNodeImpl(XSObject, XMLSchema, int, int, SchemaNode, boolean) - Constructor for class com.jaxfront.core.schema.impl.SchemaNodeImpl
 
SchemaNodeImpl(XSObject, XMLSchema, int, int, int, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaNodeImpl
Creates an XML Schema element based on a oracle XSDNode, an XML Schema and the cardinalities of this element.
SchemaNodeImpl(XSObject, XMLSchema, int, int, int, String, String, SchemaNode, boolean) - Constructor for class com.jaxfront.core.schema.impl.SchemaNodeImpl
Creates an XML Schema element based on a oracle XSDNode, an XML Schema and the cardinalities of this element.
SchemaNodeImpl(XSObject, XMLSchema, int, int, int, String, String, SchemaNode, boolean, boolean) - Constructor for class com.jaxfront.core.schema.impl.SchemaNodeImpl
Creates an XML Schema element based on a oracle XSDNode, an XML Schema and the cardinalities of this element.
SchemaParentIterator - Class in com.jaxfront.core.xpath.schema
 
SchemaParentIterator(SchemaNode) - Constructor for class com.jaxfront.core.xpath.schema.SchemaParentIterator
Constructor.
SchemaParticleList - Class in com.jaxfront.core.schema.impl
 
SchemaParticleList(List, Hashtable, List, ArrayList) - Constructor for class com.jaxfront.core.schema.impl.SchemaParticleList
 
SchemaSimpleType - Interface in com.jaxfront.core.schema
Represent a simple XML schema type.
SchemaSimpleTypeImpl - Class in com.jaxfront.core.schema.impl
Represent a simple XML schema type.
SchemaSimpleTypeImpl(XSTypeDefinition, XMLSchema, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaSimpleTypeImpl
Creates a SchemaSimpleType based on a oracle XSDSimpleType, a XMLSchema and a SchemaNode.
SchemaSimpleTypeImpl(String, String, XSTypeDefinition, XMLSchema, SchemaNode) - Constructor for class com.jaxfront.core.schema.impl.SchemaSimpleTypeImpl
Creates a SchemaSimpleType based on a oracle XSDSimpleType, a XMLSchema and a SchemaNode.
SchemaSymbols - Class in com.jaxfront.core.schema
Represents the W3C XML Schema vocabulary (http://www.w3.org/TR/xmlschema-0/)
SchemaSymbols() - Constructor for class com.jaxfront.core.schema.SchemaSymbols
 
SchemaType - Interface in com.jaxfront.core.schema
Represent an abstract XML schema type (for complex or simple types).
SchemaTypeComparatorWrapper - Class in com.jaxfront.core.schema.impl
 
SchemaTypeComparatorWrapper(SchemaType) - Constructor for class com.jaxfront.core.schema.impl.SchemaTypeComparatorWrapper
 
SchemaXPath - Class in com.jaxfront.core.xpath.schema
 
SchemaXPath(String) - Constructor for class com.jaxfront.core.xpath.schema.SchemaXPath
Construct given an XPath expression string.
SchemaXPath(String, DefaultNavigator) - Constructor for class com.jaxfront.core.xpath.schema.SchemaXPath
 
SchemaXPathExecuterImpl - Class in com.jaxfront.core.xpath.schema
 
ScopeChecker - Class in com.jaxfront.core.rule
 
ScopeChecker() - Constructor for class com.jaxfront.core.rule.ScopeChecker
 
scroll(JComponent, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scroll(JComponent, int, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scroll(JComponent, Rectangle, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scroll(JComponent, Rectangle, int, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scroll(JComponent, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scroll(JComponent, int, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scroll(JComponent, Rectangle, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scroll(JComponent, Rectangle, int, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scrollHorizontally(JComponent, Rectangle) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scrollHorizontally(JComponent, int, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scrollHorizontally(JComponent, Rectangle, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scrollHorizontally(JComponent, int, int, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scrollHorizontally(JComponent, Rectangle) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scrollHorizontally(JComponent, int, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scrollHorizontally(JComponent, Rectangle, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scrollHorizontally(JComponent, int, int, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
Scrolling - Class in com.jaxfront.swing.ui.beans
 
Scrolling - Class in com.jaxfront.swing.ui.tools
 
SCROLLPANE_FONT_PROPERTY - Static variable in class com.jaxfront.core.ui.FontParams
 
scrollTo(AbstractView, TypeWorkspace) - Static method in class com.jaxfront.swing.ui.tools.FocusHelper
 
scrollToSelection(int) - Method in class com.jaxfront.swing.ui.beans.RowHeadedTable
Scrolls the viewport to the current selected row.
scrollToSelection(int) - Method in interface com.jaxfront.swing.ui.visualizers.ListTable
 
scrollToTopComponent(JComponent, JScrollPane, JPanel) - Static method in class com.jaxfront.swing.ui.tools.GUITools
 
scrollToView(JComponent) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
scrollVertically(JComponent, Rectangle) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scrollVertically(JComponent, int, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scrollVertically(JComponent, Rectangle, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scrollVertically(JComponent, int, int, int) - Static method in class com.jaxfront.swing.ui.beans.Scrolling
 
scrollVertically(JComponent, Rectangle) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scrollVertically(JComponent, int, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scrollVertically(JComponent, Rectangle, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
scrollVertically(JComponent, int, int, int) - Static method in class com.jaxfront.swing.ui.tools.Scrolling
 
search(Container, Class, String, Object, Stack) - Static method in class com.jaxfront.swing.ui.tools.ComponentPopup
 
search(String) - Method in class com.jaxfront.swing.ui.tools.search.AbstractSearcher
 
search(String) - Method in class com.jaxfront.swing.ui.tools.search.DefaultTreeSearcher
 
search(String) - Method in class com.jaxfront.swing.ui.tools.search.DefaultTypeSearcher
 
search(String) - Method in class com.jaxfront.swing.ui.tools.search.ListComponentSearcher
 
search(String, String, int) - Method in class com.jaxfront.swing.ui.tools.search.ListComponentSearcher
 
Search - Interface in com.jaxfront.swing.ui.tools.search
 
search(String) - Method in interface com.jaxfront.swing.ui.tools.search.Search
 
search(String) - Method in class com.jaxfront.swing.ui.tools.search.TextComponentSearcher
 
searchBytes(byte[], int, int, byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.BNDM
 
searchBytes(byte[], int, int, byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.BoyerMooreHorspool
 
searchBytes(byte[], int, int, byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.BoyerMooreHorspoolRaita
 
searchBytes(byte[], int, int, byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.BoyerMooreSunday
 
searchBytes(byte[], int, int, byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
 
searchBytes(byte[], byte[], int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], byte[], Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, byte[], int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, byte[], Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, int, byte[], int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, int, byte[], Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, int, byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.ShiftOr
 
searchBytes(byte[], int, int, byte[], Object, int) - Method in class com.jaxfront.core.util.stringSearch.ShiftOrMismatches
 
searchBytes(byte[], byte[]) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, byte[]) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, int, byte[]) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchBytes(byte[], int, int, byte[], Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchChars(char[], int, int, char[], Object) - Method in class com.jaxfront.core.util.stringSearch.BNDM
 
searchChars(char[], int, int, char[], Object) - Method in class com.jaxfront.core.util.stringSearch.BoyerMooreHorspool
 
searchChars(char[], int, int, char[], Object) - Method in class com.jaxfront.core.util.stringSearch.BoyerMooreHorspoolRaita
 
searchChars(char[], int, int, char[], Object) - Method in class com.jaxfront.core.util.stringSearch.BoyerMooreSunday
 
searchChars(char[], int, int, char[], Object) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Finder for the given pattern in the text, starting at textStart and comparing to at most textEnd, allowing zero errors.
searchChars(char[], char[], int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Finder for the given pattern in the text, allowing k errors.
searchChars(char[], char[], Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Finder for the given pattern in the text, allowing k errors.
searchChars(char[], int, char[], int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Finder for the given pattern in the text, starting at textStart, allowing k errors.
searchChars(char[], int, char[], Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Finder for the given pattern in the text, starting at textStart, allowing k errors.
searchChars(char[], int, int, char[], int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Finder for the given pattern in the text, starting at textStart and comparing to at most textEnd, allowing k errors.
searchChars(char[], int, int, char[], Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Finder for the given pattern in the text, starting at textStart and comparing to at most textEnd, allowing k errors.
searchChars(char[], int, int, char[], Object) - Method in class com.jaxfront.core.util.stringSearch.ShiftOr
 
searchChars(char[], int, int, char[], Object, int) - Method in class com.jaxfront.core.util.stringSearch.ShiftOrMismatches
 
searchChars(char[], char[]) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchChars(char[], char[], Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the index of the pattern in the text using the pre-processed Object.
searchChars(char[], int, char[]) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchChars(char[], int, char[], Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the index of the pattern in the text using the pre-processed Object.
searchChars(char[], int, int, char[]) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the position in the text at which the pattern was found.
searchChars(char[], int, int, char[], Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Returns the index of the pattern in the text using the pre-processed Object.
SearchComparator - Interface in com.jaxfront.swing.ui.tools.search
 
SearchDefinition - Class in com.jaxfront.core.xui
This class represents a search definition according to a XUI file of which it holds the definition of search filters, page size, query and result.
SearchDefinition(Document, Type) - Constructor for class com.jaxfront.core.xui.SearchDefinition
SearchDefinition constructor.
SearchFilter - Class in com.jaxfront.core.xui
This class represents a search filter for a JAXFront type as defined in a XUI file.
SearchFilter(Type) - Constructor for class com.jaxfront.core.xui.SearchFilter
SearchFilter constructor.
SearchFilter - Interface in com.jaxfront.swing.ui.tools.search
 
SearchFilterListener - Interface in com.jaxfront.swing.ui.tools.search
 
searchFocusableComponents(JComponent, List) - Static method in class com.jaxfront.swing.ui.tools.GUITools
 
searchForNodes() - Method in class com.jaxfront.swing.ui.tools.DOMTree
 
searchForNodes(JTree, Component, String, String) - Static method in class com.jaxfront.swing.ui.tools.TreeUtil
 
searchForNodes() - Method in class com.jaxfront.swing.ui.tools.TypeTree
 
searchForNodes() - Method in class com.jaxfront.swing.ui.tools.UITree
 
searchForTypeNodes(JTree, Component, String, String) - Static method in class com.jaxfront.swing.ui.tools.TreeUtil
 
searchInCacheArray(Object) - Method in class com.jaxfront.core.xui.NLS
 
SearchResult - Class in com.jaxfront.core.xui
This class holds information of how the search results need to be formatted and displayed as defined in a XUI file.
SearchResult(TableInfo) - Constructor for class com.jaxfront.core.xui.SearchResult
SearchResult constructor.
SearchResultProcessor - Interface in com.jaxfront.swing.ui.tools.search
 
searchString(String, String, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Convenience method to search for patterns in Strings.
searchString(String, String, Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Convenience method to search for patterns in Strings.
searchString(String, int, String, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Convenience method to search for patterns in Strings.
searchString(String, int, String, Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Convenience method to search for patterns in Strings.
searchString(String, int, int, String, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Convenience method to search for patterns in Strings.
searchString(String, int, int, String, Object, int) - Method in class com.jaxfront.core.util.stringSearch.MismatchSearch
Convenience method to search for patterns in Strings.
searchString(String, String) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Convenience method to search for patterns in Strings.
searchString(String, String, Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Convenience method to search for patterns in Strings.
searchString(String, int, String) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Convenience method to search for patterns in Strings.
searchString(String, int, String, Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Convenience method to search for patterns in Strings.
searchString(String, int, int, String) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Convenience method to search for patterns in Strings.
searchString(String, int, int, String, Object) - Method in class com.jaxfront.core.util.stringSearch.StringSearch
Convenience method to search for patterns in Strings.
searchTreeNode(DefaultMutableTreeNode, int, String) - Method in class com.jaxfront.swing.ui.tools.search.DefaultTreeSearcher
 
searchTreeNode(JTree, TreeModel, DefaultMutableTreeNode, int, String, Vector, boolean) - Static method in class com.jaxfront.swing.ui.tools.TreeUtil
 
searchTypeTreeNode(DefaultMutableTreeNode, int, String) - Method in class com.jaxfront.swing.ui.tools.search.DefaultTreeSearcher
 
searchTypeTreeNode(DefaultMutableTreeNode, int, Type) - Static method in class com.jaxfront.swing.ui.tools.TreeUtil
 
second - Static variable in class com.jaxfront.core.util.JAXFrontDateConverter
 
SeedKey - Variable in class com.alphase.lic.License
 
select(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SelectablePanel
 
select(boolean) - Method in interface com.jaxfront.swing.ui.wrapper.Selectable
 
Selectable - Interface in com.jaxfront.swing.ui.wrapper
 
SelectablePanel - Class in com.jaxfront.swing.ui.visualizers
 
SelectablePanel(boolean, JComponent) - Constructor for class com.jaxfront.swing.ui.visualizers.SelectablePanel
 
SelectablePanel(boolean, String, JComponent) - Constructor for class com.jaxfront.swing.ui.visualizers.SelectablePanel
 
SelectionTableModel - Class in com.jaxfront.swing.ui.tools.search
 
SelectionTableModel(TableModel) - Constructor for class com.jaxfront.swing.ui.tools.search.SelectionTableModel
 
SelectionTableModel() - Constructor for class com.jaxfront.swing.ui.tools.search.SelectionTableModel
 
selectModel(SimpleGroup) - Method in class com.jaxfront.swing.ui.visualizers.SimpleGroupListView
Selects the given model in the table.
selectModel(SimpleType) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeTableListView
Selects the given model in the table.
selectNextWindow(JDesktopPane) - Static method in class com.jaxfront.swing.ui.tools.InternalFrameManager
 
selectNode(Type) - Method in interface com.jaxfront.core.ui.EditablePanel
Selects a TreeNode in the NavigationTree based on a type.
selectNode(TreeNode) - Method in interface com.jaxfront.core.ui.EditablePanel
Selects a TreeNode in the NavigationTree.
selectNode(TreeNode) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
Selects a TreeNode in the NavigationTree.
selectNode(Type) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
Selects a TreeNode in the NavigationTree based on a type.
selectNode(Type, boolean) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
 
selectRootNode() - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
Selects the root TreeNode in the NavigationTree
selectTab(Type) - Method in class com.jaxfront.swing.ui.beans.AbstractListVisualizer
Selects the tab for the passed type.
selectTab(Type) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Selects the tab for the passed type.
selectType(Type) - Method in interface com.jaxfront.core.ui.ListVisualizer
Selects the requested type in the list.
selectType(Type, boolean) - Method in interface com.jaxfront.core.ui.ListVisualizer
Selects the requested type in the list.
selectType(Type) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
selectType(Type, boolean) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
selectType(Type) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
selectType(Type, boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Selects the visualizer for the given model (type) in the table.
selectType(Type) - Method in class com.jaxfront.swing.ui.visualizers.SimpleGroupListView
Selects the view of the given type in the table.
selectType(Type) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeTableListView
Selects the view of the given type in the table.
selectType(Type) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
selectType(Type, boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
selectViewPathTypes(List, AbstractEditorPanel, AbstractView, boolean) - Static method in class com.jaxfront.swing.ui.tools.FocusHelper
 
SelfAxisIterator - Class in com.jaxfront.core.xpath.schema
 
SelfAxisIterator(Object) - Constructor for class com.jaxfront.core.xpath.schema.SelfAxisIterator
 
SelfAxisIterator - Class in com.jaxfront.core.xpath
 
SelfAxisIterator(Object, boolean) - Constructor for class com.jaxfront.core.xpath.SelfAxisIterator
 
SEPARATOR_CLASSIC - Static variable in class com.jaxfront.swing.ui.tools.HeaderPanel
 
SEPARATOR_MODERN - Static variable in class com.jaxfront.swing.ui.tools.HeaderPanel
 
SEPARATOR_NONE - Static variable in class com.jaxfront.swing.ui.tools.HeaderPanel
 
SEPARATOR_VERTICAL - Static variable in class com.jaxfront.swing.ui.tools.HeaderPanel
 
SERIALIZABLE_CHANGED - Static variable in class com.jaxfront.core.type.TypeController
 
SerializationModifier - Interface in com.jaxfront.core.dom
 
serialize() - Method in class com.jaxfront.core.dom.Document
Serializes the current document into a StringBuffer and returns it.
serialize(boolean) - Method in class com.jaxfront.core.dom.Document
 
serialize(boolean, boolean) - Method in class com.jaxfront.core.dom.Document
Serializes the current document into a StringBuffer and returns it.
serialize(Document) - Static method in class com.jaxfront.core.dom.DOMHelper
Serializes a W3C DOM to a string.
serialize(Document) - Method in class com.jaxfront.core.dom.FingerPrint
Serializes the fingerprint to a StringBuffer.
serialize(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.AbstractCompositeType
Serializes the current subTree to a StringBuffer
serialize(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.AbstractListType
Serializes the current subTree to a StringBuffer
serialize() - Method in class com.jaxfront.core.type.AbstractType
Serializes the current subTree to a StringBuffer
serialize(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.AbstractType
Serializes the current subTree to a StringBuffer
serialize(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.EmptyType
Serializes the current subTree to a StringBuffer
serialize(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.SimpleType
Serializes the current subTree to a StringBuffer
serialize(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.SimpleTypeList
Serializes the current subTree to a StringBuffer
serialize() - Method in interface com.jaxfront.core.type.Type
Serializes the current subTree to a StringBuffer
serialize(StringBuffer, int, boolean, boolean) - Method in interface com.jaxfront.core.type.Type
Serializes the current subTree to a StringBuffer
serialize() - Method in class com.jaxfront.core.type.VirtualType
Serializes the current subTree to a StringBuffer
serialize(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.VirtualType
Serializes the current subTree to a StringBuffer
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.ChangeSerializationUndoableEditWrapper
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.ChoiceChangeUndoableEditWrapper
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.CompoundEditWrapper
 
serialize(PrintWriter) - Method in interface com.jaxfront.core.util.undo.JAXFrontUndoableEdit
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.ListMoveUndoableEditWrapper
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.ListSortUndoableEditWrapper
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.ListUndoableEditWrapper
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.PasteUndoableEditWrapper
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.PropertyChangeUndoableEditWrapper
 
serialize(PrintWriter) - Method in class com.jaxfront.core.util.undo.RecursionEventUndoableEditWrapper
 
serialize() - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
serialize(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
serialize() - Method in class com.jaxfront.swing.ui.beans.JAXFrontEditorPluginBean
 
serialize() - Method in class com.jaxfront.swing.ui.tools.DOMTree
 
serializeAsXLink() - Method in class com.jaxfront.core.xui.StyleDefinition
 
SerializeDOM - Class in com.jaxfront.core.jep
Returns the annotation of a type.
SerializeDOM() - Constructor for class com.jaxfront.core.jep.SerializeDOM
 
serializeElement(Element) - Static method in class com.jaxfront.core.dom.DOMHelper
Serializes a W3C Element to a string.
serializeInternal(boolean, boolean) - Method in class com.jaxfront.core.dom.Document
Start the serialization of this DOM to the passing Stringbuffer.
serializeToByteArray() - Method in class com.jaxfront.core.dom.Document
 
serializeToByteArray(String) - Method in class com.jaxfront.core.dom.Document
 
serializeToW3CDocument() - Method in class com.jaxfront.core.dom.Document
Serialize the current JAXFront document and creates a new W3C document instance.
serializeUndoManager() - Method in class com.jaxfront.core.util.undo.JAXFrontUndoManager
 
serializeUndoManager(PrintWriter) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoManager
 
serializeUndoManager(PrintWriter, List) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoManager
 
serializeUndoManager(File) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoManager
 
serializeUndoManager(File, List) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoManager
 
serializeWithEmpty(Type) - Static method in class com.jaxfront.core.ui.ClipBoard
 
serializeXOM(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.EmptyType
 
serializeXOM(StringBuffer, int, boolean, boolean) - Method in class com.jaxfront.core.type.VirtualType
 
serializeXSDUrlRelative() - Method in class com.jaxfront.core.util.JAXFrontProperties
Returns true if the xsd url in the xmlSchemaLocation should be serialized as a relative URL (just the name).
set(int, Object) - Method in class com.jaxfront.core.type.AbstractListType
 
set(int, Object) - Method in class com.jaxfront.core.util.EmptyUnmodifiableList
 
set(int, Object) - Method in class com.jaxfront.core.util.Queue
 
set(char, int) - Method in class com.jaxfront.core.util.stringSearch.CharIntMap
Sets the stored value for the given char.
set(int, Object) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setActAs(String) - Method in class com.jaxfront.core.xui.StyleDefinition
Overwrites the datatype specified in the schema.
setAction(Action) - Method in class com.jaxfront.swing.ui.layout.TabActionIcon
 
setActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.BorderActionSet
 
setActionEvent(ActionEvent) - Static method in class com.jaxfront.swing.ui.tools.GenericAction
 
setActionImageShadowed(Image) - Method in class com.jaxfront.swing.ui.tools.BorderActionSet
 
setAddActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setAddEmptyElementsToResult(boolean) - Method in class com.jaxfront.core.rule.MathEvaluator.MathCommunicator
 
setAlignment(int) - Method in class com.jaxfront.swing.ui.tools.BorderActionSet
 
setAlignment(int) - Method in class com.jaxfront.swing.ui.tools.Label2D
Sets the the alignment (CENTER, LEFT, RIGHT).
setAlignment(CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the horizontal and vertical alignment.
setAllowCopyPaste(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
 
setAllowingSavingWithErrors(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the document can be saved even if validation errors exist
setAllowInvalidMinValues(boolean) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setAnonymous(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setAnonymousGroupIndex(int) - Method in class com.jaxfront.core.schema.impl.SchemaNodeImpl
 
setAnonymousGroupIndex(int) - Method in interface com.jaxfront.core.schema.SchemaNode
 
setAntialias(boolean) - Method in class com.jaxfront.swing.ui.tools.Label2D
Sets if antialias has to be done or not.
setAppContext(String) - Method in class com.jaxfront.core.dom.Document
 
setAppender(Appender) - Method in class com.jaxfront.core.log.Log4JLogRegistry
Set an user defined appender to log the message to this appender.
setApplicationFieldColor(Color) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the color for the application required fields.
setApplicationRequired(boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets if an user input is required for this type or not (overwrites xml schema cardinality).
setApplicationRequired(boolean) - Method in interface com.jaxfront.core.type.Type
Sets if an user input is required for this type or not (overwrites xml schema cardinality).
setApplicationRequired(boolean) - Method in class com.jaxfront.core.type.VirtualType
Sets if an user input is required for this type or not (overwrites xml schema cardinality).
setApplicationRequired(boolean) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the view component to be required or not defined by the application not by xml schema.
setApplicationRequired(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setApplicationRequired(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the editor component required within the application (not schema-required).
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractBean
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractComplexVisualizer
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.EmbeddedJAXFrontPlugin
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.FileDialog
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.ComplexGroupView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.ImageVisualizer
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefRelationView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.PagingView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleGroupView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.TransparentVisualizer
 
setApplicationRequired(boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setAppVersionNo(String) - Method in class com.jaxfront.core.dom.FingerPrint
Sets the application version of this fingerprint.
setAskForExit(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
Returns if the system (XUIEditor) should ask for exit.
setAssignedListModel(DefaultListModel) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setAssignedModelValues(Object[]) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setAutoFlush(boolean) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVWriter
Flush after each line?
setAutoFlush(boolean) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSWriter
Flush after each line?
setAverageCharacterWidthTestString(String) - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Sets a string that will be used to compute the average character width.
setBackground(Color) - Method in class com.jaxfront.core.type.AbstractType
 
setBackground(Color) - Method in interface com.jaxfront.core.type.Type
 
setBackground(Color) - Method in class com.jaxfront.core.type.VirtualType
 
setBackground(Color) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.beans.DateBean
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.beans.JCalendar
Sets the background color.
setBackground(Color) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
Sets a background color to the textfield.
setBackground(Color) - Method in class com.jaxfront.swing.ui.beans.JTime
Sets the background color.
setBackground(Color) - Method in class com.jaxfront.swing.ui.beans.JTimeOneField
Sets the background color.
setBackground(Color) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets a background color for the dialog.
setBackground(Color) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeBooleanView
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeRadioView
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.wrapper.JAXJButtonGroup
 
setBackground(Color) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setBackgroundColor(Color) - Method in class com.jaxfront.core.util.io.FileSelector
 
setBackgroundColor(Color) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the background color for the current type.
setBackwardAction(Action) - Method in class com.jaxfront.swing.ui.editor.TypeWorkspace
 
setBase(URL) - Method in class com.jaxfront.core.schema.impl.XMLSchemaImpl
 
setBase(URL) - Method in interface com.jaxfront.core.schema.XMLSchema
Set the base url of the XML schema.
setBase(int) - Method in class com.jaxfront.core.ui.tableModel.RowLeadedListModel.RowNumberStrategy
 
setBaseType(Type) - Method in class com.jaxfront.swing.ui.wrapper.JAXJTable
 
setBildchen(Image) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setBlinks(int) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setBlocked(boolean) - Method in class com.jaxfront.core.type.ErrorController
 
setBlockEvents(boolean) - Method in class com.jaxfront.core.keyRef.KeyKeyRefManager
 
setBooleanVisualizerButtonSequence(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the radio button sequence for boolean visualizers.
setBooleanVisualizerType(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global set type for boolean visualizers.
setBorder(Border) - Method in class com.jaxfront.swing.ui.tools.TitledBorder
Sets the border of the titled border.
setBorder(Border) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
Sets a border to the panel of this visualizer.
setBorder(Border) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
Sets a border to the panel of this visualizer.
setBorder(Border) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Sets a border to the panel of this visualizer.
setBorder(Border) - Method in class com.jgoodies.forms.builder.PanelBuilder
Sets the panel's border.
setBorderActionRootComponent(JComponent) - Method in class com.jaxfront.swing.ui.tools.DOMTree
 
setBorderActionRootComponent(JComponent) - Method in class com.jaxfront.swing.ui.tools.TypeTree
 
setBorderActionRootComponent(JComponent) - Method in class com.jaxfront.swing.ui.tools.UITree
 
setBorderCollapsed(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setBorderPanelStates(AbstractView, boolean) - Static method in class com.jaxfront.swing.ui.tools.FocusHelper
 
setBorderTitle(String) - Method in class com.jaxfront.swing.ui.tools.FunctionalPanel
 
setBorderTitleCaptionIndent(float) - Method in class com.jaxfront.swing.ui.tools.FunctionalPanel
 
setBorderTitleToolTip(String) - Method in class com.jaxfront.swing.ui.tools.FunctionalPanel
 
setBottomSpaceClassicSeparator(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global bottom space (vertical indent) for classic separators.
setBottomSpaceComponent(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global set bottom space (vertical indent) for editor components.
setBottomSpaceHeader(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global bottom space (vertical indent) for headers.
setBottomSpaceModernSeparator(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global bottom space (vertical indent) for modern separators.
setBottomSpaceTabs(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global bottom space (vertical indent) for tabs.
setBoundRelativeToParent(Component, Rectangle) - Static method in class com.jaxfront.swing.ui.tools.GUITools
 
setBounds(int, int, int, int) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the cell bounds (location and extent) to the given column, row, column span and row span.
setBubbleCounts(int, int, int) - Method in class com.jaxfront.swing.ui.tools.SignViewGroup
 
setBufferSize(int) - Method in class com.jaxfront.core.util.io.ZIPCompressor
 
setBufferSize(int) - Method in class com.jaxfront.core.util.io.ZIPDeCompressor
 
setButtonBar(JComponent, String) - Method in class com.jaxfront.swing.ui.editor.AbstractFrame
 
setBypassing(boolean) - Method in interface com.jaxfront.swing.helpers.JAXFrontDocument
 
setBypassing(boolean) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setBypassing(boolean) - Method in class com.jaxfront.swing.helpers.StringDocument
 
setCachedResult(Object) - Method in class com.jaxfront.core.rule.FormulaExpression
 
setCalendar(Calendar) - Method in class com.jaxfront.swing.ui.beans.JCalendar
Sets the calendar property.
setCalendar(Calendar) - Method in class com.jaxfront.swing.ui.beans.JDayChooser
Sets a specific calendar.
setCancelAction(Action) - Method in class com.jaxfront.swing.ui.editor.TypeWorkspace
 
setCapacity(int) - Method in class com.jaxfront.core.util.MRUHashtable
Changes the capacity of this cache.
setCaption(String) - Method in class com.jaxfront.swing.ui.tools.Label2D
Sets the caption (text), that has to be visualised.
setCaptionIndent(float) - Method in class com.jaxfront.swing.ui.tools.TitledBorder
 
setCaptionIndentValue(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setCaptionOccurrence(boolean, String) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setCellRenderer(SimpleListCellRenderer) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the delegate that's used to paint each cell in the list.
setCellRenderer(SimpleJListCellRenderer) - Method in class com.jaxfront.swing.ui.wrapper.SimpleJList
 
setCenterComponent(JComponent) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
 
setChecked(boolean) - Method in class com.jaxfront.swing.ui.tools.CollapsibleTitleBorder
Sets the arrow to be displayed when the border is optional.
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.core.type.AbstractCompositeType
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.core.type.AbstractListType
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.core.type.EmptyType
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.beans.AbstractBean
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.beans.AbstractComplexVisualizer
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.beans.EmbeddedJAXFrontPlugin
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setChoosenKeyContextValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.TransparentVisualizer
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.core.type.AbstractCompositeType
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.core.type.AbstractListType
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.core.type.EmptyType
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.beans.AbstractBean
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setChoosenKeyValue(String, String) - Method in class com.jaxfront.swing.ui.visualizers.TransparentVisualizer
 
SetChoosenNode - Class in com.jaxfront.core.jep
The Node returns a com.jaxfront.core.type.Type element referenced by an xpath statement
SetChoosenNode() - Constructor for class com.jaxfront.core.jep.SetChoosenNode
Constructor.
setChoosenOnly(boolean) - Method in class com.jaxfront.core.xpath.DocumentNavigator
 
setChoosenType(Type) - Method in class com.jaxfront.core.type.AbstractType
Sets the choosen type if this type is a choice.
setChoosenType(Type, boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets the choosen type if this type is a choice.
setChoosenType(Object, Type, boolean, boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets the choosen type if this type is a choice.
setChoosenType(Object, Type, boolean, boolean, boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets the choosen type if this type is a choice.
setChoosenType(Type) - Method in interface com.jaxfront.core.type.Type
Sets the choosen type if this type is a choice.
setChoosenType(Type, boolean) - Method in interface com.jaxfront.core.type.Type
Sets the choosen type if this type is a choice.
setChoosenType(Type) - Method in class com.jaxfront.core.type.VirtualType
Sets the choosen type if this type is a choice.
setChoosenType(Type, boolean) - Method in class com.jaxfront.core.type.VirtualType
Sets the choosen type if this type is a choice.
setChoosenType(Type) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setChoosenType(Type, boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setClassification(String) - Method in exception com.jaxfront.core.schema.ValidationException
Sets the classification for this exception.
setClickCountToStart(int) - Method in class com.jaxfront.swing.ui.wrapper.DefaultCellEditor
Specifies the number of clicks needed to start editing.
setCloseAtEscape() - Method in class com.jaxfront.swing.ui.wrapper.JAXJDialog
 
setCodeSetClass(String) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the codeSet class name.
setCodeSetName(String) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the codeSet name.
setCodeSetURL(String) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the codeSet URL location.
SetCodeSetValues - Class in com.jaxfront.core.jep
The CodeSetValue converts the key value of a com.jaxfront.core.type.Type element referenced by an xpath statement to the corresponding CodeSet value by calling the translateToCodeSetValue() method.
SetCodeSetValues() - Constructor for class com.jaxfront.core.jep.SetCodeSetValues
Constructor.
setCodeSetValues(String, String, String[], String) - Method in class com.jaxfront.core.type.AbstractType
 
setCodeSetValues(String, String, String[], String) - Method in interface com.jaxfront.core.type.Type
Sets the codeSet values for the current type.
setCodeSetValues(String, String, String[]) - Method in class com.jaxfront.core.type.VirtualType
Sets the codeSet values for the current type.
setCodeSetValues(String, String, String[], String) - Method in class com.jaxfront.core.type.VirtualType
 
setCodeSetValues(String, String, String[], String) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setCodeSetValues(String, String, String[], String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Sets the codeSet values for the current type.
setCodeSetValues(String, String, String[], String) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeComboView
Sets the defined codes as a choice (uiAction).
setCodeSetValues(String, String, String[], String) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
Sets the defined codes as a choice (uiAction).
setCodeSetValues(String, String, String[], String) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setCodeSetValuesFromClass(String, String, String[]) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the codeset values from a java class.
setCodeSetValuesFromFile(String, String, String[]) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the codeset values from a codeset file.
setColMapping(int[]) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel.TableFilter
 
setColNumSorterMode(boolean) - Method in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
setColumn(int) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the cursor to the given column.
setColumnClass(int, Class) - Method in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
setColumnComparator(Class, Comparator) - Method in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
setColumnComparator(Integer, Comparator) - Method in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
setColumnGroups(int[][]) - Method in class com.jgoodies.forms.layout.FormLayout
Sets the column groups, where each column in a group gets the same group wide width.
setColumns(int) - Method in class com.jaxfront.core.util.io.JTail
 
setColumnSpan(int) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the cursor's column span.
setComparator(SearchComparator) - Method in class com.jaxfront.swing.ui.tools.search.AbstractSearcher
 
setComparator(SearchComparator) - Method in interface com.jaxfront.swing.ui.tools.search.Search
 
setComparator(SearchComparator) - Method in class com.jaxfront.swing.ui.tools.search.TextComponentSearcher
 
setComponentColumnWidth(float) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the column width for the component.
setComponentColumnWidth(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setComponentIndent(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setCondition(ConditionExpression) - Method in class com.jaxfront.core.rule.GlobalRule
Sets the condition of this rule.
setCondition(ConditionExpression) - Method in interface com.jaxfront.core.rule.Rule
Sets the condition of this rule.
setCondition(ConditionExpression) - Method in class com.jaxfront.core.rule.RuleImpl
Sets the condition of this rule.
setConstraints(Component, CellConstraints) - Method in class com.jgoodies.forms.layout.FormLayout
Sets the constraints for the specified component in this layout.
setContent(Component) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets the content for the dialog (Component)
setContent(Component) - Method in class com.jaxfront.swing.ui.tools.FlipPanel
 
setContentPanel(JPanel) - Method in class com.jaxfront.swing.ui.tools.CollapsiblePanel
 
setContentPanel(JPanel) - Method in class com.jaxfront.swing.ui.tools.FunctionalPanel
 
setContentSize(int) - Method in class com.jaxfront.core.util.ResourceWrapper
 
setContext(KeyContextWrapper) - Method in class com.jaxfront.core.schema.impl.KeyContainer
 
setCopyActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setCopyContentActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setCurrent(LayoutStyle) - Static method in class com.jgoodies.forms.util.LayoutStyle
Set a new LayoutStyle
setCurrentFileFilter(String, String, boolean) - Method in class com.jaxfront.core.util.io.FileSelector
 
setCurrentFileFilter(FileFilter) - Method in class com.jaxfront.core.util.io.FileSelector
 
setCurrentFont(Font) - Method in class com.jaxfront.swing.ui.rtf.JEditorComboStyledEditor
 
setCurrentTypesToResolve(Vector) - Method in class com.jaxfront.core.schema.impl.TreeWalkingElementAnalyser
 
setDate(Date) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
Sets the current date for the calendar
setDateFormat(DateFormat) - Method in class com.jaxfront.core.xui.GlobalDefinition
 
setDateTimeFormat(DateFormat) - Method in class com.jaxfront.core.xui.GlobalDefinition
 
setDay(int, boolean) - Method in class com.jaxfront.swing.ui.beans.JDayChooser
Sets the day.
setDayChooser(JDayChooser) - Method in class com.jaxfront.swing.ui.beans.JMonthChooser
Convenience method to set a day chooser.
setDayChooser(JDayChooser) - Method in class com.jaxfront.swing.ui.beans.JYearChooser
Convenience method to set a day chooser.
setDebug(boolean) - Method in class com.jaxfront.core.log.Log4JLogRegistry
 
setDebug(boolean) - Method in class com.jaxfront.core.rule.MathEvaluator
 
setDebug(boolean) - Method in class com.jaxfront.core.type.TypeController
 
setDecimalFormat(DecimalFormat) - Method in class com.jaxfront.core.xui.GlobalDefinition
 
setDecimalSymbols(DecimalFormatSymbols) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setDefaultButtonBarGapBorder() - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
Sets a default border that has a gap in the bar's north.
setDefaultDialogBorder() - Method in class com.jgoodies.forms.builder.PanelBuilder
Sets the default dialog border.
setDefaultDialogFont(Font) - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Sets a dialog font that will be used to compute the dialog base units.
setDefaultDirectory(File) - Method in interface com.jaxfront.swing.ui.editor.FileLocationChooser
Sets the default directory for the file dialog.
setDefaultDirectory(File) - Method in class com.jaxfront.swing.ui.editor.FileNameChooser
 
setDefaultDirectory(File) - Method in class com.jaxfront.swing.ui.editor.FileNameChooserModern
 
setDefaultFont(Font) - Static method in class com.jaxfront.swing.ui.tools.FontTools
Sets the default font with the specified font.
setDefaultMaxValue(double) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setDefaultMinValue(double) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setDefaultPostfix(String) - Method in interface com.jaxfront.swing.ui.visualizers.JAXFrontCellRenderer
 
setDefaultPostfix(String) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefListCellRenderer
 
setDefaultPostfix(String) - Method in class com.jaxfront.swing.ui.visualizers.MultiColumnComboBoxRenderer
 
setDefaultPostfix(String) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeComboBoxRenderer
 
setDefaultPrefix(String) - Method in interface com.jaxfront.swing.ui.visualizers.JAXFrontCellRenderer
 
setDefaultPrefix(String) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefListCellRenderer
 
setDefaultPrefix(String) - Method in class com.jaxfront.swing.ui.visualizers.MultiColumnComboBoxRenderer
 
setDefaultPrefix(String) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeComboBoxRenderer
 
setDefaultSpacing(int) - Method in class com.jaxfront.swing.ui.layout.PercentLayout
 
setDefaultTreeEntryForHeaders(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets wether all childs that has their caption set to "header" will get a treeEntry in the navigation tree.
setDefaultValue(String) - Method in interface com.jaxfront.swing.ui.visualizers.JAXFrontCellRenderer
 
setDefaultValue(String) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefListCellRenderer
 
setDefaultValue(String) - Method in class com.jaxfront.swing.ui.visualizers.MultiColumnComboBoxRenderer
 
setDefaultValue(String) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeComboBoxRenderer
 
setDefaultValuePostFix(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the postfix value used for marking the default value (prefix + value + postfix-> ( value )) in checkboxes, comboxes,list,...
setDefaultValuePreFix(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the prefix value used for marking the default value (prefix + value + postfix-> ( value )) in checkboxes, comboxes,list,...
setDefinedOnList(boolean) - Method in class com.jaxfront.core.schema.SchemaKey
 
setDelay(int) - Method in class com.jaxfront.core.util.io.JTail
 
setDelay(int) - Method in class com.jaxfront.swing.ui.tools.BubbleHelpSingleton
 
setDelegateTableModel(TableModel) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel
 
setDelegateTableModel(TableModel) - Method in class com.jaxfront.core.ui.tableModel.FlippableTableModel
 
setDeleteable(boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setDeleteActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setDelimiters(String) - Method in class com.jaxfront.core.util.stringSearch.StringCutter
 
setDelimiters(String, boolean) - Method in class com.jaxfront.core.util.stringSearch.StringCutter
 
setDelimiters(String, String) - Method in class com.jaxfront.core.util.stringSearch.StringCutter
 
setDelimiters(String, String, boolean) - Method in class com.jaxfront.core.util.stringSearch.StringCutter
 
setDialogLcation(int, int) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setDialogListener(ActionListener) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets a dialogListener to the buttons.
setDialogLocation(int, int) - Method in class com.jaxfront.core.xui.TableInfo
 
setDialogSize(int, int) - Method in class com.jaxfront.core.xui.TableInfo
 
setDialogSize(int, int) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setDimension(String) - Method in class com.jaxfront.core.xui.TableCell
 
setDirectChildValue(String, String) - Method in class com.jaxfront.core.type.AbstractType
Sets the value of a child type of this type.
setDirectChildValue(String, String) - Method in interface com.jaxfront.core.type.Type
Sets the value of a child type of this type.
setDirectChildValue(String, String) - Method in class com.jaxfront.core.type.VirtualType
Sets the value of a child type of this type.
setDirectChildValue(String, String) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setDisplayAcceleratorKey(boolean) - Static method in class com.jaxfront.swing.ui.tooltip.MultiLineToolTipUI
 
setDividerLocation(float) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the divider location between tree and workspace
setDividerLocation(double) - Method in class com.jaxfront.swing.ui.wrapper.JAXJSplitPane
 
setDocument(Document) - Method in class com.jaxfront.swing.ui.tools.DOMTree.Model
Sets the document.
setDocument(Document) - Method in class com.jaxfront.swing.ui.tools.DOMTree
Sets the document.
setDocument(Type) - Method in class com.jaxfront.swing.ui.tools.TypeTree.Model
Sets the document.
setDocument(Type) - Method in class com.jaxfront.swing.ui.tools.TypeTree
Sets the document.
setDocument(Container) - Method in class com.jaxfront.swing.ui.tools.UITree.Model
Sets the document.
setDocument(Container) - Method in class com.jaxfront.swing.ui.tools.UITree
Sets the document.
setDocumentLocator(Locator) - Method in class com.jaxfront.swing.ui.editor.XMLIndentHandler
Receive an object for locating the origin of SAX document events.
setDoesIncludeOnlySerializableNodes(boolean) - Method in class com.jaxfront.core.rule.FormulaExpression
 
setDOM(Document) - Method in class com.jaxfront.core.type.AbstractType
Sets a current JAXFront document (DOM).
setDOM(Document) - Method in interface com.jaxfront.core.type.Type
Sets a current JAXFront document (DOM).
setDOM(Document) - Method in class com.jaxfront.core.type.VirtualType
Sets a current JAXFront document (DOM).
setDOM(Document) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setDom(Document) - Method in class com.jaxfront.swing.ui.editor.ShowXMLDialog
Set the jaxfront document
setDragEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the dragEnabled property, which must be true to enable automatic drag handling (the first part of drag and drop) on this component.
setDragOutline(JDesktopPane, boolean) - Static method in class com.jaxfront.swing.ui.tools.InternalFrameManager
 
setDynamicMode(boolean) - Method in class com.jaxfront.swing.ui.layout.TabActionIcon
 
setEditable(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setEditable(boolean) - Method in interface com.jaxfront.core.type.Type
Sets the component editable or not editable.
setEditable(boolean) - Method in class com.jaxfront.core.type.VirtualType
 
setEditable(boolean) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the view component editable .
setEditable(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setEditable(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the document can be edited or not.
setEditable(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets if the component is editable or not.
setEditable(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractComplexVisualizer
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.beans.DateBean
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.beans.EmbeddedJAXFrontPlugin
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
Sets the textfield editable or ineditable.
setEditable(boolean) - Method in class com.jaxfront.swing.ui.beans.JTimeOneField
Sets the component enabled/disabled.
setEditable(boolean) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefRelationView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeBooleanView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeComboView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeDateTimeView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeDateView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeRadioView
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.TransparentVisualizer
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.wrapper.JAXJButton
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.wrapper.JAXJCheckBox
 
setEditable(boolean, boolean) - Method in class com.jaxfront.swing.ui.wrapper.JAXJComboBox
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.wrapper.JAXJList
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.wrapper.JAXJRadioButton
 
setEditable(boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setEditActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setEditingType(Type) - Method in class com.jaxfront.core.type.AbstractListType
 
setEditingType(Type) - Method in interface com.jaxfront.core.type.ListType
Resets the editing type.
setEditingType(Type) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setEditingTypeIncluded(boolean) - Method in class com.jaxfront.core.rule.MathEvaluator.MathCommunicator
 
setEditingTypeIncluded(boolean) - Method in class com.jaxfront.core.xpath.DocumentNavigator
 
setEditingTypeTraversalOnly(boolean) - Method in class com.jaxfront.core.xpath.DocumentNavigator
 
setEditorComponent(JComponent) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
Set the editor component of the current visualizer.
setEditorComponent(JComponent) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Set the editor component of the current visualizer.
setEditorField(JComponent) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setEditorField(JComponent) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setElementValue(Element, String, String) - Method in class com.jaxfront.core.xpath.W3CXPathExecuterImpl
 
setEnabled(boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets if this type is enabled.
setEnabled(boolean) - Method in interface com.jaxfront.core.type.Type
Sets the component enabled (active) or disabled (inactive).
setEnabled(boolean) - Method in class com.jaxfront.core.type.VirtualType
 
setEnabled(boolean) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the view component enabled or disabled.
setEnabled(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setEnabled(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
Disables this component.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractComplexVisualizer
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.EmbeddedJAXFrontPlugin
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.FileDialog
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
Sets the textfield enabled or unenabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.JTime
Sets the component enabled/disabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.JTimeOneField
Sets the component enabled/disabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.RowHeadedTable
Sets the table enabled/disabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
setEnabled(boolean) - Method in interface com.jaxfront.swing.ui.editor.FileLocationChooser
Sets the resource chooser enabled or disabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.editor.FileNameChooser
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.editor.FileNameChooserModern
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.BorderActionSet
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.CollapsibleTitleBorder
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.FunctionalGraphics
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.FunctionalTitleBorder
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
Sets whether or not this component is enabled.
setEnabled(boolean, boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
Sets the component enabled/disabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
Sets whether or not this component is enabled.
setEnabled(boolean, boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
Sets the component enabled/disabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Sets whether or not this component is enabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setEnabled(boolean, boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Sets the component enabled/disabled.
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.ImageVisualizer
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefView
 
setEnabled(boolean) - Method in interface com.jaxfront.swing.ui.visualizers.ListTable
 
setEnabled(boolean, boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeBooleanView
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeDateTimeView
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListView
Enabled the components if the parameter is true
setEnabled(boolean, boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeRadioView
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.wrapper.JAXJDialog
 
setEnabled(boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setEncoding(String) - Method in class com.jaxfront.core.dom.Document
 
setEndPos(int) - Method in class com.jaxfront.core.xpath.XPNode
 
setEnumeration(String[]) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setEnumerationEntries(ListEntry[]) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setEqualityFields(List) - Method in class com.jaxfront.swing.ui.tools.search.DefaultComparator
 
setEqualityFields(List) - Method in interface com.jaxfront.swing.ui.tools.search.SearchComparator
 
setEqualityFields(List) - Method in class com.jaxfront.swing.ui.tools.search.TypeTreeNodeComparator
 
setErrorMarkingColor(Color) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the color which marks errors in a visualizer view.
setErrorSound(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the defined defaults in the schema should use a System Sound (Beep) for any errors
setErrorsVisible(Boolean) - Method in class com.jaxfront.swing.ui.beans.JAXFrontEditorPluginBean
 
setEscapeCharacter(char) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVReader
Specify an escape character within a field, default is \
setEscapeCharacter(char) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSReader
Specify an escape character within a field, default is \
setEventFilters(long) - Method in class com.jaxfront.swing.ui.wrapper.JAXJButton
 
setEventFilters(long) - Method in class com.jaxfront.swing.ui.wrapper.JAXJCheckBox
 
setEventFilters(long) - Method in class com.jaxfront.swing.ui.wrapper.JAXJList
 
setEventFilters(long) - Method in class com.jaxfront.swing.ui.wrapper.JAXJRadioButton
 
setExpandState(boolean) - Method in class com.jaxfront.swing.ui.tools.FunctionalPanel
 
setExpression(String) - Method in class com.jaxfront.core.rule.FormulaExpression
Sets an expression string
setExpressionNode(boolean) - Method in class com.jaxfront.core.xpath.XPNode
 
setExtent(int, int) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the cursor's extent to the given column span and row span.
setExtractFirstOnly(boolean) - Method in class com.jaxfront.core.rule.MathEvaluator.MathCommunicator
 
setExtractValues(boolean) - Method in class com.jaxfront.core.rule.MathEvaluator.MathCommunicator
 
setFileFilter(String) - Method in class com.jaxfront.swing.ui.editor.FileNameChooserModern
 
setFileURL(String) - Method in class com.jaxfront.swing.ui.beans.ImageView
 
setFilter(String[][]) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel
 
setFilter(String[]) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel
 
setFilter(String[][], int[]) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel
 
setFilter(SearchFilter) - Method in class com.jaxfront.swing.ui.tools.search.DefaultComparator
 
setFilter(SearchFilter) - Method in interface com.jaxfront.swing.ui.tools.search.SearchComparator
 
setFilterAccelerators(boolean) - Method in class com.jaxfront.swing.ui.wrapper.JAXJButton
 
setFilterColumns(int[]) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel
 
setFilteredRows(int[]) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel
 
setFilterMatchCount(int) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel
 
setFilters(String[]) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel.ColumnFilter
 
setFilters(String[]) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel.TableFilter
 
setFilterTabVisible(boolean) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
setFilterValues(List) - Method in class com.jaxfront.swing.ui.tools.search.DefaultSearchFilter
 
setFilterValues(List) - Method in interface com.jaxfront.swing.ui.tools.search.SearchFilter
 
setFindString(String) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
setFindTabVisible(boolean) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
setFingerPrint(FingerPrint) - Method in class com.jaxfront.core.dom.Document
Sets the fingerprint for this DOM.
setFirst(boolean) - Method in class com.jaxfront.core.util.undo.CompoundEditWrapper
 
setFirst(boolean) - Method in interface com.jaxfront.core.util.undo.JAXFrontUndoableEdit
 
setFirst(boolean) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
setFirstComponent(Container, Component) - Method in class com.jaxfront.swing.ui.focus.ManualFocusPolicy
 
setFirstFocusableComponent(JComponent) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
Sets the first focusable component of the current view.
setFirstFocusableComponent(Component) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Sets the first focusable component of the current view.
setFixedCellHeight(int) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the height of every cell in the list.
setFixedCellWidth(int) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the width of every cell in the list.
setFixedHeight(int) - Method in class com.jaxfront.swing.ui.beans.JTextAreaListRenderer
 
setFixedWidth(int) - Method in class com.jaxfront.swing.ui.beans.JTextAreaListRenderer
 
setFlipped(boolean) - Method in class com.jaxfront.core.ui.FlipOrientationTableModel
Sets if the table is flipped.
setFlipped(boolean) - Method in class com.jaxfront.core.ui.tableModel.FlippableListTypeTableModel
 
setFlipped(boolean) - Method in class com.jaxfront.core.ui.tableModel.FlippableTableModel
 
setFlipped(boolean) - Method in class com.jaxfront.swing.ui.wrapper.JAXJTable
 
setFlippedContent(Component) - Method in class com.jaxfront.swing.ui.tools.FlipPanel
 
setFocus() - Method in class com.jaxfront.core.error.AbstractError
Sets the focus to the source type's visualizer.
setFocusable(boolean) - Method in interface com.jaxfront.swing.ui.visualizers.ListTable
 
setFocusIndex(int) - Method in class com.jaxfront.swing.ui.wrapper.JAXJButton
 
setFocusIndex(int) - Method in class com.jaxfront.swing.ui.wrapper.JAXJCheckBox
 
setFocusIndex(int) - Method in class com.jaxfront.swing.ui.wrapper.JAXJComboBox
 
setFocusIndex(int) - Method in class com.jaxfront.swing.ui.wrapper.JAXJFormattedTextField
 
setFocusIndex(int) - Method in class com.jaxfront.swing.ui.wrapper.JAXJRadioButton
 
setFocusIndex(int) - Method in class com.jaxfront.swing.ui.wrapper.JAXJTextField
 
setFont(Font) - Method in class com.jaxfront.swing.ui.beans.DateBean
 
setFont(Font) - Method in class com.jaxfront.swing.ui.beans.JCalendar
Sets the font property.
setFont(Font) - Method in class com.jaxfront.swing.ui.beans.JDayChooser
Sets the font property
setFont(Font) - Method in class com.jaxfront.swing.ui.beans.JSpinField
Sets the font property.
setFont(Font) - Method in class com.jaxfront.swing.ui.beans.JTime
Sets the font property.
setFont(Font) - Method in class com.jaxfront.swing.ui.beans.JTimeOneField
Sets the font property.
setFont(Container) - Static method in class com.jaxfront.swing.ui.tools.FontTools
Sets the default font for a container .
setFont(Container, Font) - Static method in class com.jaxfront.swing.ui.tools.FontTools
Sets the specified font for the specified container.
setFont(Font) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
 
setFont(Font) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
setFont(Font) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
setFont(Font) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeStringView
 
setFont(Font) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setFontColor(String) - Method in class com.jaxfront.core.ui.FontParams
 
setFontColor(Color) - Method in class com.jaxfront.core.ui.FontParams
 
setFontName(String) - Method in class com.jaxfront.core.ui.FontParams
 
setFontSize(int) - Method in class com.jaxfront.core.ui.FontParams
 
setFontStyle(int) - Method in class com.jaxfront.core.ui.FontParams
 
setForcedLanguage(String) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setForceRefreshData(boolean) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
Sets if the data should be refreshed.
setForeground(Color) - Method in class com.jaxfront.core.type.AbstractType
 
setForeground(Color) - Method in interface com.jaxfront.core.type.Type
 
setForeground(Color) - Method in class com.jaxfront.core.type.VirtualType
 
setForeground(Color) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.beans.AbstractBean
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.beans.JCalendar
Sets the foreground color.
setForeground(Color) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
Sets the foreground color to the textfield.
setForeground(Color) - Method in class com.jaxfront.swing.ui.beans.JDayChooser
Sets the foreground color.
setForeground(Color) - Method in class com.jaxfront.swing.ui.beans.JSpinField
Sets the foreground color.
setForeground(Color) - Method in class com.jaxfront.swing.ui.beans.JTime
Sets the foreground color.
setForeground(Color) - Method in class com.jaxfront.swing.ui.beans.JTimeOneField
Sets the foreground color.
setForeground(Color) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets a foreground color for the dialog.
setForeground(Color) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeBooleanView
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeRadioView
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.wrapper.JAXJButtonGroup
 
setForeground(Color) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setForegroundColor(Color) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the foreground color for the current type.
setFormat(String) - Method in class com.jaxfront.swing.helpers.LocalDateEditor
 
setFormat(String) - Method in class com.jaxfront.swing.ui.tools.LogPanel
Method declaration
setFormulaExpression(FormulaExpression) - Method in class com.jaxfront.core.type.VirtualType
 
setFormulaExpressions(Vector) - Method in class com.jaxfront.core.xui.ColumnInfo
 
setForwardAction(Action) - Method in class com.jaxfront.swing.ui.editor.TypeWorkspace
 
setFrameBounds(Rectangle) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setFullScreen(boolean) - Method in class com.jaxfront.swing.ui.editor.AbstractFrame
 
setGlobalApplyCaptionIndentOnBoth() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the caption indent for both components and labels.
setGlobalApplyCaptionIndentOnComponent() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the caption indent for all components.
setGlobalApplyCaptionIndentOnLabel() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the caption indent for all labels.
setGlobalBottomIndent(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global bottom indent for the type workspace and dialogs.
setGlobalCaptionIndent(float) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global caption indent as float.
setGlobalCaptionTypeToBorder() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global caption type to border.
setGlobalCaptionTypeToClassicSeparator() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global caption type to classic separator.
setGlobalCaptionTypeToHeader() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global caption type to header.
setGlobalCaptionTypeToModernSeparator() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global caption type to modern separator.
setGlobalChoiceOrientationHorizontal() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global widget orientation as horizontal.
setGlobalChoiceOrientationVertical() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global widget orientation as vertical.
setGlobalChoiceTypeToComboBox() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global widget type for choices to ComboBox.
setGlobalChoiceTypeToRadioButtons() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global widget type for choices to RadioButtons.
setGlobalCodeSet(Document) - Method in class com.jaxfront.core.dom.Document
Initialize the global Codest for this DOM document.
setGlobalComponentIndent(float) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global component indent as float.
setGlobalLabelIndent(float) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global label indent as float.
setGlobalLeftIndent(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global left indent for the type workspace and dialogs.
setGlobalNestedIndent(float) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global nested indent.
setGlobalRightIndent(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global right indent for the type workspace and dialogs.
setGlobalTopIndent(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global top indent for the type workspace and dialogs.
setGlobalTreeListEnding(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global tree entry label ending (e.g.
setGlobalVisibleRowCount(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global visible row count for tables.
setGridColor(Color) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Sets the debug grid's color.
setGroupRefName(String) - Method in class com.jaxfront.core.schema.impl.SchemaNodeImpl
 
setHAlignment(CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the horizontal alignment.
setHeaderEndColor(Color) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global end color for headers.
setHeaderStartColor(Color) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global start color for headers
setHeaderTextColor(Color) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global header text color
setHeaderTitle(String) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
Sets the title for the header.
setHelpPanelPosition(String) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
Sets the position of the helpPanel: BorderLayout.WEST BorderLayout.EAST BorderLayout.NORTH BorderLayout.SOUTH (default)
setHelpString(String) - Method in class com.jaxfront.swing.ui.tools.BubbleHelpSingleton
 
setHelpVisible(Boolean) - Method in class com.jaxfront.swing.ui.beans.JAXFrontEditorPluginBean
 
setHighLightMode(boolean) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
 
setHint(String, boolean, Color, boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setHistoryMode(boolean, Vector) - Method in class com.jaxfront.core.dom.Document
 
setHorizontalScrollBarPolicyToAlways() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the horizontal scrollbar policy to ALWAYS.
setHorizontalScrollBarPolicyToAsNeeded() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the horizontal scrollbar policy to AS NEEDED.
setHorizontalScrollBarPolicyToNever() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the horizontal scrollbar policy to NEVER.
setHorizontalScrollPolicy(int) - Method in class com.jaxfront.swing.ui.wrapper.JAXJComboBox
 
setHTMLController(String) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setHTMLServerLocation(String) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setHTTPURL(String) - Method in class com.jaxfront.swing.ui.beans.MouseLinkAdapter
Sets a new HTTP URL.
setIcon(Type, String) - Method in class com.jaxfront.core.ui.TreeModel
Changes the icon of the submitted type.
setIcon(ImageIcon) - Method in class com.jaxfront.core.ui.TreeNode
Sets an icon for this tree node.
setId(short[]) - Method in class com.jaxfront.core.type.AbstractType
Sets a unique ID within the current JAXFront documennt (DOM) expressing axis position.
setId(short[]) - Method in interface com.jaxfront.core.type.Type
Sets a unique ID within the current JAXFront documennt (DOM) expressing axis position.
setId(short[]) - Method in class com.jaxfront.core.type.VirtualType
Sets a unique ID within the current JAXFront documennt (DOM) expressing axis position.
setId(short[]) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setId(String) - Method in class com.jaxfront.core.xui.FormLayoutInfo
 
setId(String) - Method in class com.jaxfront.swing.ui.tools.JAXJSplitPanePanel
 
setIDOnly(boolean) - Method in class com.jaxfront.core.xpath.DocumentNavigator
 
setIgnoreNamespace(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setIgnoreXMLNamespaceDeclaration(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setImmutable(boolean) - Method in class com.jaxfront.core.dom.Document
 
setIncludedPDFXUI(String) - Method in class com.jaxfront.core.dom.FingerPrint
Sets the included pdf xui name.
setIndexingEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.DOMTree.Model
 
setInnerBottomSpaceBorder(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global bottom space (vertical indent) for borders.
setInsetHeight(int) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
 
setInstance(TypeVisualizerFactory) - Static method in class com.jaxfront.core.ui.TypeVisualizerFactory
Sets the single instance of a VisualizerFactory.
setInverseAction(AbstractAction) - Method in class com.jaxfront.core.rule.AbstractAction
Sets an inverse action.
setInverseAction(Action) - Method in class com.jaxfront.swing.ui.layout.TabActionIcon
 
setInverseActionImageShadowed(Image) - Method in class com.jaxfront.swing.ui.tools.BorderActionSet
 
setInverseBildchen(Image) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setInverseBrightness(int) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setIsAdd(boolean) - Method in class com.jaxfront.core.clipboard.CopyTypeWrapper
 
setIsAnalysingGlobalType(boolean) - Method in class com.jaxfront.core.schema.impl.TreeWalkingElementAnalyser
 
setIsAttribute(boolean) - Method in class com.jaxfront.core.type.SimpleType
 
setIsBinding(boolean) - Method in class com.jaxfront.core.dom.Document
 
setIsCheckBoxSelected(boolean) - Method in class com.jaxfront.core.ui.TreeNode
 
setIsChoice(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setIsDefaultRendering(boolean) - Method in class com.jaxfront.core.xui.ListInfo
Mark if this list will be displayed with default headers.
setIsInCompoundEdit(boolean) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
setIsInherited(boolean) - Method in class com.jaxfront.core.xui.XUIDefinition
 
setIsKeyContext(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setIsKeyContext(boolean) - Method in interface com.jaxfront.core.type.Type
Set true if this type is a key context!
setIsKeyContext(boolean) - Method in class com.jaxfront.core.type.VirtualType
 
setIsKeyContext(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setIsOptional(boolean) - Method in class com.jaxfront.core.xui.FormLayoutInfo
 
setIsRegEx(boolean) - Method in class com.jaxfront.swing.ui.tools.search.DefaultComparator
 
setIsRegEx(boolean) - Method in interface com.jaxfront.swing.ui.tools.search.SearchComparator
 
setIsRunningAsServer(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setIsSelectionOnly(boolean) - Method in class com.jaxfront.core.xui.ListInfo
 
setIsShowingOnlyMandatoryElements(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
 
setIsSimpleContent(boolean) - Method in class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl
Marks this schema type as a simple content text.
setIsSimpleContent(boolean) - Method in interface com.jaxfront.core.schema.SchemaType
Marks this schema type as a simple content text.
setIsTemporary(boolean) - Method in class com.jaxfront.core.dom.DOMChangeEvent
Makes this event temporary or not.
setIsTreeSelect(boolean) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
 
setIsUsingBackwardButton(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the backwardButton is used or not.
setIsUsingButtonBar(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the button bar is used or not.
setIsUsingChronErrorSequence(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the defined defaults in the schema should be using chronological error sequence
setIsUsingForwardButton(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the forwardButton is used or not.
setIsUsingNavigationKeys(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the navigation keys are used for tree navigation.
setIsUsingPlugins(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether plug-ins are used or not.
setIsUsingStatusBar(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the status bar is used or not.
setIsVisibleInOptionalTreeMode(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setIsXUIControlled(boolean) - Method in class com.jaxfront.core.xui.ListInfo
Mark if this list is controlled by a xui definition.
setItem(Object) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeComboBoxEditor
 
setItems(String[]) - Method in interface com.jaxfront.swing.ui.editor.FileLocationChooser
Sets the locations of the ressources.
setItems(String[]) - Method in class com.jaxfront.swing.ui.editor.FileNameChooser
Set the items to the combo box.
setItems(String[]) - Method in class com.jaxfront.swing.ui.editor.FileNameChooserModern
Set the items to the combo box.
setLabelColor(Color) - Method in class com.jaxfront.core.type.AbstractType
 
setLabelColor(Color) - Method in interface com.jaxfront.core.type.Type
 
setLabelColor(Color) - Method in class com.jaxfront.core.type.VirtualType
 
setLabelColor(Color) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the foreground color for the label.
setLabelColor(Color) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setLabelColor(Color) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the label color for the current type.
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.beans.AbstractBean
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.beans.AbstractComplexVisualizer
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
Sets a color for the label of this visualizer.
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
Sets a color for the label of this visualizer.
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Sets a color for the label of this visualizer.
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefRelationView
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.visualizers.TransparentVisualizer
 
setLabelColor(Color) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setLabelColumnWidth(float) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the column width for labels.
setLabelColumnWidth(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setLabelIndent(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setLabelText(String) - Method in class com.jaxfront.core.type.AbstractType
 
setLabelText(String) - Method in interface com.jaxfront.core.type.Type
 
setLabelText(String) - Method in class com.jaxfront.core.type.VirtualType
 
setLabelText(String) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the label for this view
setLabelText(String) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setLabelText(String) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the label text
setLabelText(String) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setLabelText(String) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
setLabelText(String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setLabelText(String) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefRelationView
 
setLabelVisible(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the label visible or invisible.
setLanguage(String) - Method in class com.jaxfront.core.dom.CodeTables
Sets the current language for the code table.
setLanguage(String) - Method in class com.jaxfront.core.dom.Document
Sets the language for this and all future DOM's so the defined language within a XUI definition will not be considered again.
setLanguage(String) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setLanguage(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the current language.
setLanguages(String[]) - Method in class com.jaxfront.core.util.JAXFrontProperties
Returns all supported languages.
setLast(boolean) - Method in class com.jaxfront.core.util.undo.CompoundEditWrapper
 
setLast(boolean) - Method in interface com.jaxfront.core.util.undo.JAXFrontUndoableEdit
 
setLast(boolean) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
setLastFile(LastFile) - Method in class com.jaxfront.core.util.JAXFrontProperties
Sets the last opened file.
setLastOpenedFolder(URL) - Method in class com.jaxfront.core.util.JAXFrontProperties
Set the last opened folder.
setLayoutOrientation(int) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Defines the way list cells are layed out.
setLeftToRight(boolean) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the form fill direction to left-to-right or right-to-left.
setLicenseLocaction(String) - Method in class com.jaxfront.core.util.JAXFrontProperties
Sets the location of the license key for JAXFront.
setLimit(int) - Method in class com.jaxfront.core.util.undo.UndoManagerWrapper
Set the maximum number of edits this UndoManager will hold.
setLineCommentIndicator(String) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVReader
Specify a string that is used to indicate that a line should be passed over without processing.
setLineCommentIndicator(String) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSReader
Specify a string that is used to indicate that a line should be passed over without processing.
setLines(int) - Method in class com.jaxfront.core.util.io.JTail
 
setLink(String) - Method in class com.jaxfront.swing.ui.editor.StatusBar
 
setLink(String) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
Sets an HTML link to the header.
setLinkedBorderTitle(String) - Method in class com.jaxfront.swing.ui.tools.FunctionalPanel
 
setList(List) - Method in class com.jaxfront.core.type.AbstractListType
 
setList(List) - Method in interface com.jaxfront.core.type.ListType
Sets the list entries.
setList(List) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setListCellEditor(ListCellEditor) - Method in class com.jaxfront.swing.ui.wrapper.JListMutable
 
setListData(Object[]) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Constructs a ListModel from an array of objects and then applies setModel to it.
setListData(Vector) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Constructs a ListModel from a Vector and then applies setModel to it.
setListRenderer(ListCellRenderer) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
setListType(ListType) - Method in interface com.jaxfront.swing.ui.visualizers.ListViewAction
 
setListTypeIncluded(boolean) - Method in class com.jaxfront.core.rule.MathEvaluator.MathCommunicator
 
setListTypeIncluded(boolean) - Method in class com.jaxfront.core.xpath.DocumentNavigator
 
setLoadAction(AbstractAction) - Method in class com.jaxfront.swing.ui.editor.ChooserTab
 
setLocale(Locale) - Method in class com.jaxfront.swing.ui.beans.JCalendar
Sets the locale property.
setLocale(Locale) - Method in class com.jaxfront.swing.ui.beans.JDayChooser
Sets the locale.
setLocale(Locale) - Method in class com.jaxfront.swing.ui.beans.JLocaleChooser
Sets the locale.
setLocale(Locale) - Method in class com.jaxfront.swing.ui.beans.JMonthChooser
Set the locale and initializes the new month names.
setLocation(int, int) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets the location of the dialog.
setLocation(Point) - Method in class com.jaxfront.swing.ui.tools.Dialog
 
setLogCheckBoxesEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.LogPanel
 
setLogFileUrl(String) - Method in class com.jaxfront.core.log.DummyLogRegistry
 
setLogFileUrl(String) - Method in class com.jaxfront.core.log.Log4JLogRegistry
 
setLogFileUrl(String) - Method in interface com.jaxfront.core.log.Logger
 
setLogFileUrl(String) - Method in class com.jaxfront.core.log.LogRegistry
 
setLogLevels(String[]) - Method in class com.jaxfront.core.log.DummyLogRegistry
 
setLogLevels(String[]) - Method in class com.jaxfront.core.log.Log4JLogRegistry
 
setLogLevels(String[]) - Method in interface com.jaxfront.core.log.Logger
 
setLogLevels(String[]) - Method in class com.jaxfront.core.log.LogRegistry
 
setLogLevels(List) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setLookAndFeel(String) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setMacros(MaskMacros) - Method in class com.jaxfront.swing.ui.tools.mask.JMaskField
 
setMask(String) - Method in class com.jaxfront.swing.helpers.LocalDateEditor
 
setMatchCase(boolean) - Method in class com.jaxfront.swing.ui.tools.search.DefaultComparator
 
setMatchCase(boolean) - Method in interface com.jaxfront.swing.ui.tools.search.SearchComparator
 
setMatchWord(boolean) - Method in class com.jaxfront.swing.ui.tools.search.DefaultComparator
 
setMatchWord(boolean) - Method in interface com.jaxfront.swing.ui.tools.search.SearchComparator
 
setMaxExclValue(double) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setMaximum(int) - Method in class com.jaxfront.swing.ui.beans.JSpinField
Sets the maximum value.
setMaxInclValue(double) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setMenuBar(JComponent) - Method in class com.jaxfront.swing.ui.editor.AbstractFrame
 
setMessage(Date, Priority, String, String, String) - Method in class com.jaxfront.swing.ui.editor.Console
Sets a new message to the console.
setMinExclValue(double) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setMinimum(int) - Method in class com.jaxfront.swing.ui.beans.JSpinField
Sets the minimum value.
setMinimumSize(Dimension) - Method in interface com.jaxfront.swing.ui.visualizers.ListTable
 
setMinInclValue(double) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setMinWorkspaceWidth(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the minimum workspace width that is used to calculate the constraints for the layout of labels and components.
setModal(boolean) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets the dialog modal or not.
setModel(TreeModel) - Method in class com.jaxfront.core.ui.TreeNode
Sets the tree model for this node
setModel(Type) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the model (type) for this visualizer.
setModel(Type) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setModel(Type) - Method in class com.jaxfront.swing.ui.beans.EmbeddedJAXFrontPlugin
 
setModel(Type) - Method in class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
setModel(Type) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
setModel(FlipOrientationTableModel) - Method in class com.jaxfront.swing.ui.tools.TableMap
Sets a table model.
setModel(FlipOrientationTableModel) - Method in class com.jaxfront.swing.ui.tools.TableSorter
 
setModel(Type) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setModel(Type) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefRelationView
 
setModel(ListModel) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the model that represents the contents or "value" of the list and clears the list selection after notifying PropertyChangeListeners.
setModel(Type) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeDurationView
 
setModel(Type) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeNumericSpinnerView
 
setModel(Type) - Method in class com.jaxfront.swing.ui.visualizers.TransparentVisualizer
 
setModel(ListModel) - Method in class com.jaxfront.swing.ui.wrapper.SimpleJList
 
setMonth(int) - Method in class com.jaxfront.swing.ui.beans.JDayChooser
Sets a specific month.
setMonth(int) - Method in class com.jaxfront.swing.ui.beans.JMonthChooser
Sets the month.
setMoveDownActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setMoveUpActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setMultiSelectOperation(boolean) - Method in class com.jaxfront.swing.ui.editor.NavigationTree
 
setMutableProperty(String, String) - Method in class com.jaxfront.core.util.JAXFrontProperties
Sets the value of a mutable property.
setName(String) - Method in class com.jaxfront.core.schema.impl.SchemaNodeImpl
 
setName(String) - Method in class com.jaxfront.core.type.VirtualType
 
setName(String) - Method in class com.jaxfront.core.xpath.DummyXPathRootType
 
setNamedItem(Node) - Method in class com.jaxfront.core.xpath.NamedNodeMap
 
setNamedItemNS(Node) - Method in class com.jaxfront.core.xpath.NamedNodeMap
 
setNamespaceAware(boolean) - Method in class com.jaxfront.core.xpath.schema.SchemaDocumentNavigator
 
setNamespaceMapping(Hashtable) - Method in class com.jaxfront.core.xpath.schema.SchemaDocumentNavigator
 
setNativeLookAndFeel(boolean) - Static method in class com.jaxfront.swing.ui.tools.mask.PLAF
 
setNeedRecursiveRepresentation(boolean) - Method in class com.jaxfront.core.type.AbstractCompositeType
Sets if recursive presentation is needed for this type.
setNestedCaptionIndent(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setNewLine(char) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVWriter
Defaults to the system dependent newline
setNewLine(char[]) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVWriter
Defaults to the system dependent newline
setNewLine(String) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVWriter
Defaults to the system dependent newline
setNewLine(char) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSWriter
Defaults to the system dependent newline
setNewLine(char[]) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSWriter
Defaults to the system dependent newline
setNewLine(String) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSWriter
Defaults to the system dependent newline
setNextFocusableComponent(Component, Component) - Method in class com.jaxfront.swing.ui.focus.ManualFocusPolicy
 
setNLS(NLS) - Method in class com.jaxfront.core.dom.Document
Sets the NLS properties to use.
setNLSTagDelimiter(char) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setNodeExpression(String) - Method in class com.jaxfront.core.xpath.XPNode
 
setNodeList(NodeList) - Method in class com.jaxfront.swing.ui.tools.DOMTree
 
setNodeList(List) - Method in class com.jaxfront.swing.ui.tools.DOMTree
 
setNodeName(String) - Method in class com.jaxfront.core.xpath.XPNode
 
setNoneChoosen(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setNormalizedSelectorXPath(String[]) - Method in class com.jaxfront.core.schema.SchemaKey
 
setOnlySerializable(boolean) - Method in class com.jaxfront.core.xpath.DocumentNavigator
 
setOptional(boolean) - Method in class com.jaxfront.swing.ui.tools.CollapsibleTitleBorder
Sets the border optional or not.
setOptional(boolean) - Method in class com.jaxfront.swing.ui.tools.FunctionalPanel
 
setOptionalBorderCollapsed(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the optional borders are initially collapsed or expanded.
setOptionalBoxChecked(boolean) - Method in class com.jaxfront.swing.ui.tools.CollapsibleTitleBorder
Sets the optional check box checked or not.
setOptionalFieldColor(Color) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the color for all unrequired components.
setOrder(int) - Method in class com.jaxfront.core.util.XPathComparator
 
setOrderRefCount(int) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setOrientation(int) - Method in class com.jaxfront.swing.ui.layout.ListLayout
 
setOrientation(int) - Method in class com.jaxfront.swing.ui.layout.PercentLayout
 
setOrientation(int) - Method in class com.jaxfront.swing.ui.layout.SplitterLayout
Sets the orientation property (int) value.
setOrigin(int, int) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the cursor's origin to the given column and row.
setOuterBottomSpaceBorder(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global bottom space (vertical indent) for borders.
setPage(String) - Method in class com.jaxfront.swing.ui.tools.SimpleHTMLBrowser
 
setPage(URL) - Method in class com.jaxfront.swing.ui.tools.SimpleHTMLBrowser
 
setPaintDiagonals(boolean) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Enables or disables to paint the panel's diagonals.
setPaintInBackground(boolean) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Specifies to paint in background or foreground.
setParent(Type) - Method in class com.jaxfront.core.type.AbstractType
Gets the parent type of the current type.
setParent(Type) - Method in interface com.jaxfront.core.type.Type
Gets the parent type of the current type.
setParent(Type) - Method in class com.jaxfront.core.type.VirtualType
Gets the parent type of the current type.
setParent(Type) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setPasteContentActionEnabled(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setPasteContentEnabled(boolean) - Method in class com.jaxfront.swing.ui.editor.AbstractPopUpMenu
 
setPasteMode(boolean) - Method in class com.jaxfront.core.dom.Document
 
setPattern(Pattern) - Method in class com.jaxfront.swing.ui.tools.RegexFormatter
Sets the pattern that will be used to determine if a value is legal.
setPDFCaptionFontSize(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setPDFCaptionIndent(int) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setPDFComponentFontSize(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setPDFLabelFontSize(float) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setPDFLabelIndent(int) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setPID(String) - Method in class com.jaxfront.core.dom.Document
 
setPID(String) - Method in class com.jaxfront.core.dom.FingerPrint
Sets the PID of this document.
setPopUpMenu(JPopupMenu) - Method in class com.jaxfront.swing.ui.wrapper.JAXJTabbedPane
 
setPopupMenuEnabled(boolean) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
 
setPreferredSize(Dimension) - Method in class com.jaxfront.swing.ui.beans.MultiLineLabel
 
setPrintable(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setPriority(int) - Method in interface com.jaxfront.core.rule.Rule
Sets the priority of this rule.
setPriority(int) - Method in class com.jaxfront.core.rule.RuleImpl
 
SetProperty - Class in com.jaxfront.core.jep
 
SetProperty() - Constructor for class com.jaxfront.core.jep.SetProperty
 
setProperty(Object, Object) - Method in class com.jaxfront.core.xui.AbstractXUIElement
 
setProperty(String, String) - Method in class com.jaxfront.core.xui.NLS
 
setProperty(Object, Object, Boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setPROPERTY_DOC_URL(String) - Static method in class com.jaxfront.core.util.JAXFrontProperties
 
setPrototypeCellValue(Object) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Computes the fixedCellWidth and fixedCellHeight properties by configuring the cellRenderer to index equals zero for the specified value and then computing the renderer component's preferred size.
setQuoteCharacters(char[]) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVReader
Specify an array of chars that will be treated as quotes, ie, will be ignored and everything between them is one field.
setQuoteCharacters(char[]) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSReader
Specify an array of chars that will be treated as quotes, ie, will be ignored and everything between them is one field.
setQuoteCharacters(char[]) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSWriter
Specify an array of chars that will be treated as quotes, ie, will be ignored and everything between them is one field.
setRaiser(Type) - Method in class com.jaxfront.core.error.AbstractError
Gets the source type on which the ValidationError occured.
setRecursionBuilt(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setRecursive(boolean) - Method in class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl
 
setRecursive(boolean) - Method in interface com.jaxfront.core.schema.SchemaType
 
setRenderable(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setRenderable(boolean) - Method in interface com.jaxfront.core.type.Type
Defines if the type should be included into the rendering process.
setRenderable(boolean) - Method in class com.jaxfront.core.type.VirtualType
 
setRenderable(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setRequired(boolean) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the view component to be required or not.
setRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractBean
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractComplexVisualizer
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.EmbeddedJAXFrontPlugin
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.FileDialog
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
Sets if this component requires user entry or not.
setRequired(boolean) - Method in class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
Sets if the visualizer requires a user input or not.
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
Sets if the visualizer requires a user input or not.
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Sets if the visualizer requires a user input or not.
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractPagingView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractSimpleTypeView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.ComplexGroupView
Sets if the visualizer requires a user input or not.
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.ImageVisualizer
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefRelationView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleGroupView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeBooleanView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeComboView
Sets required if the parameter is true
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeDateTimeView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeDurationView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeRadioView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeStringView
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.visualizers.TransparentVisualizer
 
setRequired(boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setRequiredMandatoryMarker(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
 
setResultBag(Set) - Method in class com.jaxfront.core.rule.MathEvaluator.MathCommunicator
 
setResultInfo(String[]) - Method in class com.jaxfront.core.util.ListEntry
 
setResultProcessor(SearchResultProcessor) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
setResultTabVisible(boolean) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
setRoot(String) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setRootComponent(Component) - Method in class com.jaxfront.swing.ui.tools.FunctionalGraphics
 
setRootComponent(Component) - Method in class com.jaxfront.swing.ui.tools.FunctionalTitleBorder
 
setRootDir(File) - Method in class com.jaxfront.core.util.io.FileSelector
 
setRootDir(String) - Method in class com.jaxfront.core.util.io.FileSelector
 
setRootName(String) - Method in class com.jaxfront.core.schema.impl.XMLSchemaImpl
Sets the root name for this schema.
setRootName(String) - Method in interface com.jaxfront.core.schema.XMLSchema
Sets the root name for this schema.
setRootName(String) - Method in class com.jaxfront.swing.ui.beans.JAXFrontEditorPluginBean
 
setRootType(Type) - Method in class com.jaxfront.swing.ui.tools.search.DefaultTypeSearcher
 
setRootVisible(boolean) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
Determines whether or not the root node from the TreeModel is visible.
setRow(int) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the cursor to the given row.
setRowGroups(int[][]) - Method in class com.jgoodies.forms.layout.FormLayout
Sets the row groups, where each row in such a group gets the same group wide height.
setRowSpan(int) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the cursor's row span.
setRuleEngineBlocked(boolean) - Method in class com.jaxfront.core.dom.Document
 
setRuleId(String) - Method in class com.jaxfront.core.rule.DefaultActionImpl
 
setRunning(boolean) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setRunningAsXUIEditor(boolean) - Method in class com.jaxfront.core.dom.Document
 
setRunningAsXUIEditor(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
Sets the property that JAXFront runs the XUIEditor
setSaveAction(Action) - Method in class com.jaxfront.swing.ui.editor.TypeWorkspace
 
setSchemaElement(SchemaNode) - Method in class com.jaxfront.core.type.AbstractType
Sets the meta information schema element.
setSchemaElement(SchemaNode) - Method in interface com.jaxfront.core.type.Type
Sets the meta information schema element.
setSchemaElement(SchemaNode) - Method in class com.jaxfront.core.type.VirtualType
Sets the meta information schema element.
setSchemaElement(SchemaNode) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setSchemaLocation(String) - Method in class com.jaxfront.core.dom.Document
 
setSchemaRequiredFieldColor(Color) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the color for all mandatory components.
setSchemaType(SchemaType) - Method in class com.jaxfront.core.schema.impl.SchemaNodeImpl
Sets the SchemaType.
setSchemaType(SchemaType) - Method in interface com.jaxfront.core.schema.SchemaNode
Sets the SchemaType.
setScreenSize(Dimension) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the screen size.
setSearchDirective(int) - Method in class com.jaxfront.swing.ui.tools.search.DefaultTypeSearcher
 
setSearcher(Search) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
setSelectedIndex(int) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Selects a single cell.
setSelectedIndices(int[]) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Selects a set of cells.
setSelectedItem(Object) - Method in class com.jaxfront.core.util.QueueListModel
Set the value of the selected item.
setSelectedItem(String) - Method in interface com.jaxfront.swing.ui.editor.FileLocationChooser
Select an item in the resource chooser.
setSelectedItem(String) - Method in class com.jaxfront.swing.ui.editor.FileNameChooser
 
setSelectedItem(String) - Method in class com.jaxfront.swing.ui.editor.FileNameChooserModern
 
setSelectedNode(TreeNode) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
 
setSelectedTab(Type) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
 
setSelectedTab(Type) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
 
setSelectedValue(Object, boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Selects the specified object from the list.
setSelectionBackground(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the background color for selected cells.
setSelectionEnabled(boolean) - Method in class com.jaxfront.swing.ui.wrapper.SimpleJList
 
setSelectionForeground(Color) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the foreground color for selected cells.
setSelectionInterval(int, int) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Selects the specified interval.
setSelectionMode(int) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Determines whether single-item or multiple-item selections are allowed.
setSelectionModel(ListSelectionModel) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the selectionModel for the list to a non-null ListSelectionModel implementation.
setSelectionValue(int, Object) - Method in class com.jaxfront.swing.ui.tools.search.SelectionTableModel
 
setSeperator(char) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVReader
Specify the field seperator character, defaults to a comma
setSeperator(char) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVWriter
Specify the character to use to seperate fields, defaults to a comma
setSeperator(char) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSReader
Specify the field seperator character, defaults to a comma
setSeperator(char) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSWriter
Specify the character to use to seperate fields, defaults to a comma
setSerializable(boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets if this type should be serialized in the resulting W3C DOM.
setSerializable(boolean, boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets if this type should be serialized in the resulting W3C DOM and if it should be checked for empty content.
setSerializable(boolean) - Method in interface com.jaxfront.core.type.Type
Sets if this type should be serialized in the resulting W3C DOM.
setSerializable(boolean, boolean) - Method in interface com.jaxfront.core.type.Type
Sets if this type should be serialized in the resulting W3C DOM which depends on the content of the type.
setSerializable(boolean) - Method in class com.jaxfront.core.type.VirtualType
Sets if this type should be serialized in the resulting W3C DOM.
setSerializable(boolean, boolean) - Method in class com.jaxfront.core.type.VirtualType
 
setSerializable(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setSerializable(boolean, boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setSerializable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Sets a flag that defines if the content of the current type will be serialized or not.
setSerializableAsCDATA(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets if the content value is serializable as CDATA section.
setSerializationModifier(SerializationModifier) - Method in class com.jaxfront.core.dom.Document
 
setSerializingAttributes(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the defined defaults in the schema should be serialized or not.
setSerializingDefaults(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the defined defaults in the schema should be serialized or not.
setSerializingEmptyContent(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Returns whether empty content should be serialized if all its type ancestors are mandatory (1:1 cardinality).
setShowAndSerializeFixedValues(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets wether the fixed values of the schema should be visible and serializable.
setShowAsLabel(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the codeSet name.
setShowAttributes(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the defined defaults in the schema should shown the default attributes
setShowHelpPanel(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the help panel will be displayed or not.
setShowingGlobalTree(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setShowingInstanceDataInTree(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setShowingOptionalBorderControl(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets wether the border control should be displayed for optional borders.
setShowingRulesTree(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setShowingTree(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets wether the tree should be visible or not.
setShowingTreeListContainer(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets wether the tree label of list types should be displayed with a list ending (e.g. item(s)).
setSignificant(boolean) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
setSingleChoiceAndSerialize(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets wether the optional choices loose their optionality if a selection has been made.
setSize(Dimension) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets the size of the dialog.
setSortable(Comparator) - Method in class com.jaxfront.core.ui.tableModel.FilterableTableModel.ColumnFilter
 
setSortIndexes(int[]) - Method in class com.jaxfront.core.type.AbstractListType
 
setSortIndexes(int[]) - Method in interface com.jaxfront.core.type.ListType
Set the sort indexes.
setSortIndexes(int[]) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setSortingStatus(int, int) - Method in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
setSortXUIDefinitions(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
Returns true if the instance data (coming from the xml document) of each element will be shown in the XML Schema Tree.
setSource(Type) - Method in class com.jaxfront.core.rule.AbstractAction
 
setSource(Type) - Method in class com.jaxfront.core.rule.AbstractCondition
Sets the holder of this condition.
setSource(Type) - Method in class com.jaxfront.core.rule.FormulaExpression
Sets the holder of this expression.
setSource(Type) - Method in class com.jaxfront.core.rule.GlobalRule
 
setSource(Type) - Method in interface com.jaxfront.core.rule.IAction
 
setSource(Type) - Method in class com.jaxfront.core.rule.ModelAction
 
setSource(Type) - Method in class com.jaxfront.core.rule.RuleImpl
 
setSourceType(Type) - Method in interface com.jaxfront.core.rule.Condition
Sets the source type (the holder) of the condition.
setSourceType(Type) - Method in class com.jaxfront.core.rule.DummyCondition
 
setSplitterParent(JAXJSplitPanePanel) - Method in class com.jaxfront.swing.ui.tools.JAXJSplitPanePanel
 
setSpring(JPanel) - Method in class com.jaxfront.swing.ui.tools.CollapsiblePanel
 
setStartColor(Color) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
 
setStateReleaseSchemaCache(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setStatus(int) - Method in class com.jaxfront.core.dom.Document
 
setStatusBar(JComponent, String) - Method in class com.jaxfront.swing.ui.editor.AbstractFrame
 
setStrategy(HeaderStrategy) - Method in class com.jaxfront.core.ui.tableModel.RowLeadedListModel
 
setString(String) - Method in class com.jaxfront.core.util.stringSearch.StringCutter
 
setSystemExitOnClose(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether the system will exit when the window is closed or not.
setTabIndex(int) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the tab index if this type is visualized as a tab.
setTabIndex(int) - Method in class com.jaxfront.swing.ui.layout.TabActionIcon
 
setTableHeader(JTableHeader) - Method in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
setTableLableComponent(JComponent) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
SettableLayoutFocusTraversalPolicy - Class in com.jaxfront.swing.ui.focus
 
SettableLayoutFocusTraversalPolicy() - Constructor for class com.jaxfront.swing.ui.focus.SettableLayoutFocusTraversalPolicy
 
SettableLayoutFocusTraversalPolicy(Comparator) - Constructor for class com.jaxfront.swing.ui.focus.SettableLayoutFocusTraversalPolicy
 
setTableModel(TableModel) - Method in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
setTabName(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
 
setTabName(String, String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
 
setTargetDOM(Document) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
 
setTargetMessageTable(JPanel) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
Sets a component for holding the message table.
setTargetMessageTable(Panel) - Method in class com.jaxfront.swing.ui.editor.AbstractEditorPanel
Sets a component for holding the message table.
setTargetType(Type, Type) - Method in class com.jaxfront.swing.ui.tools.JAXJSplitPanePanel
 
setTargetXPath(String) - Method in class com.jaxfront.core.rule.AbstractAction
 
setTemplate(Type) - Method in class com.jaxfront.core.type.AbstractType
 
setTemplate(Type) - Method in interface com.jaxfront.core.type.Type
 
setTemplate(Type) - Method in class com.jaxfront.core.type.VirtualType
 
setTemplate(Type) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setTempVisible(boolean, boolean) - Method in class com.jaxfront.core.type.VirtualType
 
setText(Element, String) - Static method in class com.jaxfront.core.dom.DOMHelper
Set a text to any W3C element node.
setText(String) - Method in class com.jaxfront.core.xui.TableCell
 
setText(String) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
 
setText(String) - Method in class com.jaxfront.swing.ui.editor.FileNameChooser
 
setText(String) - Method in class com.jaxfront.swing.ui.editor.FileNameChooserModern
 
setText(String) - Method in class com.jaxfront.swing.ui.editor.StatusBar
 
setText(String) - Method in class com.jaxfront.swing.ui.editor.TextDialog
 
setText(String) - Method in class com.jaxfront.swing.ui.rtf.RTFEditor
 
setText(String) - Method in class com.jaxfront.swing.ui.tools.FunctionalGraphics
 
setText(String) - Method in class com.jaxfront.swing.ui.tools.mask.JMaskField
Sets the text of this TextComponent to the specified text.
setText(String) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setText(String) - Method in class com.jaxfront.swing.ui.tools.SimpleHTMLBrowser
 
setTextAndMnemonic(JLabel, String) - Static method in class com.jgoodies.forms.factories.DefaultComponentFactory
Sets the text of the given label and optionally a mnemonic.
setTextBlinking(boolean) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setTextColor(Color) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
 
setTextHighlighting(int, int, int) - Method in class com.jaxfront.swing.ui.beans.JTextAreaListRenderer
 
setTextIndent(int) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
 
setTime(String) - Method in class com.jaxfront.swing.ui.beans.JTime
Sets the time for the textfields
setTime(String) - Method in class com.jaxfront.swing.ui.beans.JTimeOneField
Sets the time for the textfields
setTimeFormat(DateFormat) - Method in class com.jaxfront.core.xui.GlobalDefinition
 
setTitle(String) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets a title for the dialog.
setTitle(String) - Method in class com.jaxfront.swing.ui.tools.TitledBorder
Sets the title of the titled border.
setTitleAction(Action, int) - Method in class com.jaxfront.swing.ui.tools.FunctionalGraphics
 
setTitleAction(Action, int) - Method in class com.jaxfront.swing.ui.tools.FunctionalTitleBorder
 
setTitleColor(Color) - Method in class com.jaxfront.swing.ui.tools.TitledBorder
Sets the title-color of the titled border.
setTitleFont(Font) - Method in class com.jaxfront.swing.ui.tools.TitledBorder
Sets the title-font of the titled border.
setTitleJustification(int) - Method in class com.jaxfront.swing.ui.tools.TitledBorder
Sets the title-justification of the titled border.
setTitlePosition(int) - Method in class com.jaxfront.swing.ui.tools.TitledBorder
Sets the title-position of the titled border.
setToolBar(JComponent, String) - Method in class com.jaxfront.swing.ui.editor.AbstractFrame
 
setToolTip(JComponent, String) - Static method in class com.jaxfront.swing.ui.tools.GUITools
Sets the specified text to the specified component as tool tip.
setToolTipText(String) - Method in class com.jaxfront.swing.ui.beans.JCalendarPopUp
Sets a tool tip text to the textfield.
setToolTipText(String) - Method in class com.jaxfront.swing.ui.tools.BorderActionSet
 
setToolTipText(String) - Method in class com.jaxfront.swing.ui.tools.FunctionalGraphics
 
setToolTipText(String) - Method in class com.jaxfront.swing.ui.tools.FunctionalTitleBorder
 
setToolTipText(String) - Method in class com.jaxfront.swing.ui.tools.HeaderPanel
Sets a tool tip to the header.
setToolTipText(String) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
setToolTipText(String) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setTopSpaceBorder(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global top space (vertical indent) for borders.
setTopSpaceClassicSeparator(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global top space (vertical indent) for classic separators.
setTopSpaceComponent(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global top space (vertical indent) for editor components.
setTopSpaceHeader(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global top space (vertical indent) for headers.
setTopSpaceModernSeparator(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global top space (vertical indent) for modern separators.
setTopSpaceTabs(int) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the global top space (vertical indent) for tabs.
setTotalDigit(int) - Method in class com.jaxfront.swing.helpers.NumericDocument
 
setTreeEntry(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets if the current type has a tree entry.
setTreeEntry(boolean, String) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets if the current type has a tree entry.
setTreeIcon(String) - Method in class com.jaxfront.core.type.AbstractType
Set the tree icon for this type.
setTreeIcon(String) - Method in interface com.jaxfront.core.type.Type
Set the tree icon for this type.
setTreeIcon(String) - Method in class com.jaxfront.core.type.VirtualType
 
setTreeIcon(String) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setTreeIcon(String) - Method in class com.jaxfront.core.xui.StyleDefinition
Sets the tree icon for the treeEntry of the current type.
setTreeIcon(String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Sets an icon next to the tree node.
setTreeNodeStates(JTree, TreeNode, Vector, int) - Static method in class com.jaxfront.swing.ui.tools.TreeUtil
This method to restore the expanded treenode states stored in the expandedNodePaths Vector.
setTreeRoot(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the root node of the navigation tree.
setTreeSelection(String) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the desired node to be initially selected
setTrim(boolean) - Method in interface com.jaxfront.core.util.io.cvsexport.CSVReader
Trim whitespace around fields, defaults to false
setTrim(boolean) - Method in class com.jaxfront.core.util.io.cvsexport.SimpleCVSReader
Trim whitespace around fields, defaults to false
setType(Type) - Method in class com.jaxfront.core.schema.impl.SchemaComplexTypeImpl
Sets the analysed JAXFront type.
setType(Type) - Method in interface com.jaxfront.core.schema.SchemaType
Sets the analysed JAXFront type.
setType(Type) - Method in class com.jaxfront.core.ui.TreeNode
 
setType(Type) - Method in class com.jaxfront.core.xui.XUIDefinition
 
setUIDefinition(XUIDefinition) - Method in class com.jaxfront.core.type.AbstractType
Sets a XUI definition to this type.
setUIDefinition(XUIDefinition) - Method in interface com.jaxfront.core.type.Type
Sets a XUI definition to this type.
setUIDefinition(XUIDefinition) - Method in class com.jaxfront.core.type.VirtualType
Sets a XUI definition to this type.
setUIDefinition(XUIDefinition) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setUIFactoryClassName(String) - Method in class com.jaxfront.core.util.JAXFrontProperties
Sets the class name of the UIFactory class.
setUnassignedListModel(DefaultListModel) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setUnAssignedModelValues(Object[]) - Method in class com.jaxfront.swing.ui.beans.ListSelectionComponent
 
setUndecorated(boolean) - Method in class com.jaxfront.swing.ui.tools.Dialog
Removes the decoration of the dialog if true.
setUndoManager(JAXFrontUndoManager) - Method in class com.jaxfront.core.dom.Document
 
setUnitConverter(UnitConverter) - Static method in class com.jgoodies.forms.layout.Sizes
Sets a new UnitConverter that will be used to convert font-dependent sizes to pixel sizes.
setURLBase(String) - Method in class com.jaxfront.core.util.JAXFrontProperties
Sets the URLBase for JAXFront.
setUseActionTargetAsBase(boolean) - Method in class com.jaxfront.core.rule.AbstractAction
 
setUseEmbeddedNLS(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
Defines if the nls is embedded in the xui or not.
setUseOptionalCheckBox(boolean) - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets whether optional check boxes are used or not.
setUseOptionalCheckBox(boolean) - Method in class com.jaxfront.swing.ui.tools.CollapsibleTitleBorder
Sets the use the optional check box.
setUserInstanciated(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setUserInstanciated(boolean) - Method in interface com.jaxfront.core.type.Type
 
setUserInstanciated(boolean) - Method in class com.jaxfront.core.type.VirtualType
 
setUserInstanciated(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setUserModifiedSerializationCollapsed(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setUserObject(Object, Object) - Method in class com.jaxfront.core.rule.MathEvaluator.MathCommunicator
 
setUserObject(Object) - Method in class com.jaxfront.core.type.AbstractType
Sets any user object to this type.
setUserObject(Object) - Method in interface com.jaxfront.core.type.Type
Sets any user object to this type.
setUserObject(Object) - Method in class com.jaxfront.core.type.VirtualType
Sets any user object to this type.
setUserObject(Object) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setUserObject(Object) - Method in class com.jaxfront.core.xpath.XPNode
 
setUserProperties(Map) - Method in class com.jaxfront.core.util.JAXFrontProperties
Sets a new user property.
setUserProperty(String, String) - Method in class com.jaxfront.core.util.JAXFrontProperties
Sets a new user property.
setUserSerializable(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setUseValidation(boolean) - Method in class com.jaxfront.swing.ui.editor.ShowXMLDialog
 
setUsingDefaultRendering(boolean) - Method in class com.jaxfront.core.xui.ColumnInfo
 
setUsingGroupingDelimiters(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
Set true if jaxfront should use grouping delimiters to display numbers!
setUsingMDI(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setUsingXSDControllerLookup(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setUsingXUICache(boolean) - Method in class com.jaxfront.core.util.JAXFrontProperties
 
setVAlignment(CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
Sets the vertical alignment.
setValue(String) - Method in class com.jaxfront.core.jep.StringReplacerHelper
 
setValue(String, boolean) - Method in class com.jaxfront.core.type.SimpleType
 
setValue(Object, String, boolean) - Method in class com.jaxfront.core.type.SimpleType
 
setValue(Object, String, boolean, boolean) - Method in class com.jaxfront.core.type.SimpleType
 
setValue(Object, String, boolean, boolean, Stack) - Method in class com.jaxfront.core.type.SimpleType
 
setValue(String) - Method in class com.jaxfront.core.type.SimpleType
Sets a new value of this type.
setValue(String) - Method in class com.jaxfront.core.type.VirtualType
Sets a new value for this type.
setValue(Object) - Method in class com.jaxfront.core.util.DoubleKeyHashtable.Entry
 
setValue(String) - Method in class com.jaxfront.core.util.JAXFrontDateConverter.DateDefinition
 
setValue(int) - Method in class com.jaxfront.swing.ui.beans.JSpinField
Sets the value.
setValue(String) - Method in class com.jaxfront.swing.ui.tools.DOMTree.Model.XpathUserObject
 
setValue(String) - Method in class com.jaxfront.swing.ui.tools.TypeTree.Model.UIUserObject
 
setValue(String) - Method in class com.jaxfront.swing.ui.tools.UITree.Model.UIUserObject
 
setValueAt(Object, int, int) - Method in class com.jaxfront.core.ui.FlipOrientationTableModel
 
setValueAt(Object, int, int) - Method in class com.jaxfront.core.ui.tableModel.ListTypeTableModel
 
setValueAt(Object, int, int) - Method in class com.jaxfront.core.ui.tableModel.NumberedTableModel
 
setValueAt(Object, int, int) - Method in class com.jaxfront.core.ui.tableModel.RowLeadedListModel
 
setValueAt(Object, int, int) - Method in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
setValueAt(Object, int, int) - Method in class com.jaxfront.swing.ui.tools.search.SelectionTableModel
 
setValueAt(Object, int, int) - Method in class com.jaxfront.swing.ui.tools.TableMap
 
setValueAt(Object, int, int) - Method in class com.jaxfront.swing.ui.tools.TableSorter
 
setValueAt(Object, int, int) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeTableModel
Sets a value at the required table position.
setValueAt(Object, int, int) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListTableModel
 
setValueAt(Object, int) - Method in class com.jaxfront.swing.ui.wrapper.DefaultMutableListModel
 
setValueAt(Object, int) - Method in class com.jaxfront.swing.ui.wrapper.JListMutable
 
setValueAt(Object, int) - Method in interface com.jaxfront.swing.ui.wrapper.MutableListModel
 
setValueIsAdjusting(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the data model's isAdjusting property to true, so that a single event will be generated when all of the selection events have finished (for example, when the mouse is being dragged over the list in selection mode).
setValues(String[], String) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Sets the values for the current type.
setVariable(String, Object) - Method in class com.jaxfront.core.rule.MathEvaluator
This method set a simple variable to JEP!
setVariables(Hashtable) - Method in class com.jaxfront.core.rule.MathEvaluator
This method set variables to JEP!
setVerticalScrollBarPolicyToAlways() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the horizontal scrollbar policy to ALWAYS.
setVerticalScrollBarPolicyToAsNeeded() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the horizontal scrollbar policy to AS NEEDED.
setVerticalScrollBarPolicyToNever() - Method in class com.jaxfront.core.xui.GlobalDefinition
Sets the horizontal scrollbar policy to NEVER.
setViewContextType(Type) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setVisible(boolean) - Method in class com.jaxfront.core.type.AbstractType
 
setVisible(boolean) - Method in interface com.jaxfront.core.type.Type
Sets the visualizer of this type visible or invisible at runtime.
setVisible(boolean) - Method in class com.jaxfront.core.type.VirtualType
 
setVisible(boolean) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the view component visible or not visible.
setVisible(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setVisible(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractComplexVisualizer
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.beans.EmbeddedJAXFrontPlugin
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.tools.BorderActionSet
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.tools.Dialog
Sets the visibility of the dialog.
setVisible(boolean) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
setVisible(String, boolean) - Method in class com.jaxfront.swing.ui.tools.FunctionalGraphics
 
setVisible(String, boolean) - Method in class com.jaxfront.swing.ui.tools.FunctionalTitleBorder
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.tools.FunctionalTitleBorder
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
setVisible(boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
setVisibleAndSerializable(boolean, boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets the component visible or invisible at runtime and defines if the data will be serialized or not.
setVisibleAndSerializable(boolean, boolean) - Method in interface com.jaxfront.core.type.Type
Sets the component visible or invisible and defines if the data will be serialized or not.
setVisibleAndSerializable(boolean, boolean) - Method in class com.jaxfront.core.type.VirtualType
Sets the component visible or invisible and defines if the data will be serialized or not.
setVisibleAndSerializable(boolean, boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
setVisibleAndSerializable(boolean, boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Sets the visualizer visible or invisible and allows to define if the content should be serialized or not.
setVisibleAtRuntime(boolean) - Method in class com.jaxfront.core.xui.StyleDefinition
 
setVisibleRowCount(int) - Method in class com.jaxfront.swing.ui.visualizers.SimpleJList
Sets the preferred number of rows in the list that can be displayed without a scrollbar, as determined by the nearest JViewport ancestor, if any.
setVisualName(String) - Method in class com.jaxfront.swing.ui.tools.DOMTree.Model.XpathUserObject
 
setVisualName(String) - Method in class com.jaxfront.swing.ui.tools.TypeTree.Model.UIUserObject
 
setVisualName(String) - Method in class com.jaxfront.swing.ui.tools.UITree.Model.UIUserObject
 
setWindowColor(Color) - Method in class com.jaxfront.swing.ui.tools.BubbleHelpSingleton
 
setWorkspace(JComponent, String) - Method in class com.jaxfront.swing.ui.editor.AbstractFrame
 
setXmlLocation(String) - Method in class com.jaxfront.core.dom.FingerPrint
 
setXMLNamespaceMappings(Hashtable) - Method in class com.jaxfront.core.dom.Document
 
setXmlUrl(URL) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setXMLUrl(String) - Method in class com.jaxfront.swing.ui.beans.JAXFrontEditorPluginBean
 
setXmlURL(URL) - Method in interface com.jaxfront.swing.ui.editor.ResourceChooser
Sets the xml url.
setXmlURL(URL) - Method in class com.jaxfront.swing.ui.editor.TemplateFileChooser
 
setXOffset(int) - Method in class com.jaxfront.swing.ui.tools.SignView
 
setXPath(String) - Method in class com.jaxfront.swing.ui.tools.DOMTree.Model.XpathUserObject
 
setXPath(String) - Method in class com.jaxfront.swing.ui.tools.TypeTree.Model.UIUserObject
 
setXPath(String) - Method in class com.jaxfront.swing.ui.tools.UITree.Model.UIUserObject
 
setXPathCached(boolean) - Method in class com.jaxfront.core.dom.Document
 
setXSDJAXContent(String) - Method in class com.jaxfront.core.dom.FingerPrint
 
setXsdLocation(String) - Method in class com.jaxfront.core.dom.FingerPrint
 
setXsdUrl(URL) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setXSDUrl(String) - Method in class com.jaxfront.swing.ui.beans.JAXFrontEditorPluginBean
 
setXsdURL(URL) - Method in interface com.jaxfront.swing.ui.editor.ResourceChooser
Sets the xsd url.
setXsdURL(URL) - Method in class com.jaxfront.swing.ui.editor.TemplateFileChooser
 
setXUIDocument(Document) - Method in class com.jaxfront.core.dom.Document
 
setXUIJAXContent(String) - Method in class com.jaxfront.core.dom.FingerPrint
 
setXuiLocation(String) - Method in class com.jaxfront.core.dom.FingerPrint
 
setXUINamespaceMapping(Hashtable) - Method in class com.jaxfront.core.dom.FingerPrint
 
setXUINamespaceMappings(Hashtable) - Method in class com.jaxfront.core.dom.Document
 
setXUIType(Type) - Method in class com.jaxfront.core.xui.XUIDefinition
 
setXuiURL(URL) - Method in class com.jaxfront.core.dom.FingerPrint
 
setXuiUrl(URL) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
setXUIUrl(String) - Method in class com.jaxfront.swing.ui.beans.JAXFrontEditorPluginBean
 
setXuiURL(URL) - Method in interface com.jaxfront.swing.ui.editor.ResourceChooser
Sets the xui url.
setXuiURL(URL) - Method in class com.jaxfront.swing.ui.editor.TemplateFileChooser
 
setXUIXPath(String) - Method in class com.jaxfront.core.xui.XUIDefinition
 
setYear(int) - Method in class com.jaxfront.swing.ui.beans.JDayChooser
Sets a specific year.
setYear(int) - Method in class com.jaxfront.swing.ui.beans.JYearChooser
Sets the year.
setYOffest(int) - Method in class com.jaxfront.swing.ui.tools.SignView
 
sgmlEntity(char) - Static method in class com.jaxfront.core.util.io.files.Strings
Encodes a character by SGML rules It can be a hex representation
ShadowedWindow - Class in com.jaxfront.swing.ui.tools
 
ShadowedWindow(Window, BufferedImage) - Constructor for class com.jaxfront.swing.ui.tools.ShadowedWindow
 
ShadowPanel - Class in com.jaxfront.swing.ui.tools
This class represents a panel with a shadow.
ShadowPanel(int) - Constructor for class com.jaxfront.swing.ui.tools.ShadowPanel
Creates an instance of this class with the specified height.
ShadowPanel(Color, Color, int) - Constructor for class com.jaxfront.swing.ui.tools.ShadowPanel
Creates an instance of this class with the specified colors and height.
ShiftOr - Class in com.jaxfront.core.util.stringSearch
An implementation of the Shift-Or algorithm by Ricardo Baeza-Yates and Gaston Gonnet as outlined in "A New Approach to Text Searching" (appeared in Proceedings of the 12th International Conference on Research and Development in Datum Retrieval).
ShiftOr() - Constructor for class com.jaxfront.core.util.stringSearch.ShiftOr
Constructor for ShiftOr.
ShiftOrClasses - Class in com.jaxfront.core.util.stringSearch
An implementation of the Shift-Or algorithm that supports character classes.
ShiftOrClasses() - Constructor for class com.jaxfront.core.util.stringSearch.ShiftOrClasses
Constructor for ShiftOrClasses.
ShiftOrMismatches - Class in com.jaxfront.core.util.stringSearch
An implementation of the Shift-Or algorithm with mismatches.
ShiftOrMismatches() - Constructor for class com.jaxfront.core.util.stringSearch.ShiftOrMismatches
Constructor for ShiftOrMismatches.
ShiftOrWildcards - Class in com.jaxfront.core.util.stringSearch
An implementation of the Shift-Or algorithm with wildcards ("don't care" symbols).
ShiftOrWildcards() - Constructor for class com.jaxfront.core.util.stringSearch.ShiftOrWildcards
Constructor for ShiftOrWildcards.
ShortCaption - Class in com.jaxfront.core.jep
Returns the nls translated (if any) xpath of a type up to its upper most represented tree node parent.
ShortCaption() - Constructor for class com.jaxfront.core.jep.ShortCaption
 
ShortDocument - Class in com.jaxfront.swing.helpers
The ShortDocument is an implementation of the NumericDocument.
ShortDocument(boolean) - Constructor for class com.jaxfront.swing.helpers.ShortDocument
ShortDocument constructor.
shouldMarkError() - Method in class com.jaxfront.core.error.AbstractError
Returns true if error is of type INCOMPLETE or ERROR.
shouldMarkError() - Method in interface com.jaxfront.core.error.Error
 
shouldSelectCell(EventObject) - Method in class com.jaxfront.swing.ui.editor.CheckTreeCellEditor
 
shouldSelectCell(EventObject) - Method in class com.jaxfront.swing.ui.editor.NavigationTreeCellEditor
 
shouldSelectCell(EventObject) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeCellEditor
 
shouldSelectCell(EventObject) - Method in class com.jaxfront.swing.ui.wrapper.DefaultCellEditor
Forwards the message from the CellEditor to the delegate.
shouldSwitchHeadersOnMove() - Method in class com.jaxfront.core.ui.RowHeaderLabellingStrategy
Returns true if the column headers should be switched when columns are moved.
shouldSwitchHeadersOnMove() - Method in interface com.jaxfront.core.ui.tableModel.HeaderStrategy
Returns true if the column headers should be switched when columns are moved.
shouldSwitchHeadersOnMove() - Method in class com.jaxfront.core.ui.tableModel.RowLeadedListModel.ListTypeHeaderStrategy
 
shouldSwitchHeadersOnMove() - Method in class com.jaxfront.core.ui.tableModel.RowLeadedListModel.RowNumberStrategy
 
show() - Method in interface com.jaxfront.swing.ui.editor.ResourceChooser
 
show() - Method in class com.jaxfront.swing.ui.editor.TemplateFileChooser
 
show_plus - Variable in class com.jaxfront.core.util.StringFormat
 
show_space - Variable in class com.jaxfront.core.util.StringFormat
 
showAndSerializeFixedValues() - Method in class com.jaxfront.core.xui.GlobalDefinition
Returns true if the fixed values of the schema should be visible and serializable.
showAsLabel() - Method in class com.jaxfront.core.xui.StyleDefinition
 
showAsModal(Frame, Frame) - Static method in class com.jaxfront.swing.ui.tools.GUITools
 
showBannerPanel(JPanel) - Method in class com.jaxfront.swing.ui.editor.TypeWorkspace
 
showCentered() - Method in class com.jaxfront.swing.ui.wrapper.JAXJDialog
 
showCentered(Component) - Method in class com.jaxfront.swing.ui.wrapper.JAXJDialog
 
showCheckBox() - Method in class com.jaxfront.core.ui.TreeNode
 
showChoice(Type) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
Selects the given type as selected in the choice-combobox.
showChoice(Type) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
Selects the given type as selected in the choice-combobox.
showComponentDialog(Component, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showComponentDialog(Component, Component, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showConfirmDialog(String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showConfirmDialog(Component, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showConfirmDialog(Component, String, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showErrorDialog(String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showErrorDialog(Component, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showErrorDialog(Component, String, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showErrorDialog(Component, String, Throwable, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showErrorDialog(Component, Component, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showErrorMessage(String, String) - Static method in class com.jaxfront.swing.helpers.UserMessage
 
showFilterTab() - Method in class com.jaxfront.swing.ui.tools.search.Find
 
showFind() - Method in class com.jaxfront.swing.ui.editor.ShowXMLDialog
 
showFind() - Method in class com.jaxfront.swing.ui.editor.TextDialog
 
showFind(Search) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
showFind() - Method in class com.jaxfront.swing.ui.tools.search.Find
 
showFindTab() - Method in class com.jaxfront.swing.ui.tools.search.Find
 
showHelp(HelpEvent) - Method in class com.jaxfront.core.help.HelpEventMulticaster
 
showHelp(HelpEvent) - Method in interface com.jaxfront.core.help.HelpListener
 
showHelp(HelpEvent) - Method in class com.jaxfront.swing.ui.beans.JAXFrontEditorPluginBean
 
showHint(String, boolean, Color, boolean) - Method in class com.jaxfront.core.type.AbstractType
Shows an user defined hint message below the current component.
showHint(String, boolean, Color, boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Shows an user defined hint message below the current component.
showHint(String, boolean, Color, boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
showInfoMessage(String, String) - Static method in class com.jaxfront.swing.helpers.UserMessage
 
showInformationDialog(String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showInformationDialog(Component, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showInformationDialog(Component, String, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showLabel(boolean) - Method in class com.jaxfront.core.type.AbstractType
Sets the label visible or invisible.
showLabel(boolean) - Method in interface com.jaxfront.core.type.Type
Sets the label visible or invisible.
showLabel(boolean) - Method in class com.jaxfront.core.type.VirtualType
Sets the label visible or invisible.
showLabel(boolean) - Method in interface com.jaxfront.core.ui.Visualizer
Sets the label of this visualizer visible or not visible.
showLabel(boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractBean
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.beans.EditorPanelBean
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.beans.EmbeddedJAXFrontPlugin
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
Shows or hides the label of this visualizer.
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
Shows or hides the label of this visualizer.
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Shows or hides the label of this visualizer.
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.ContextView
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.FormulaVisualizerView
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.KeyRefRelationView
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeDurationView
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.visualizers.TransparentVisualizer
 
showLabel(boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
showLicenseDialog(JFrame) - Method in exception com.jaxfront.core.util.LicenseErrorException
 
showLicenseDialog() - Method in class com.jaxfront.swing.ui.editor.StatusBar
Show the license dialog.
showLicenseDialog(Frame) - Method in class com.jaxfront.swing.ui.editor.StatusBar
Shows the license dialog.
showLicenseDialog(Frame, boolean, boolean) - Method in class com.jaxfront.swing.ui.editor.StatusBar
Shows the license dialog.
showListDeletionDialog(Type, Type) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showMessage(String, String, boolean, boolean) - Method in class com.jaxfront.core.type.AbstractType
 
showMessage(String, String, boolean, boolean) - Method in interface com.jaxfront.core.type.Type
Dislplays a message for this type with the passed information.
showMessage(String, String, boolean, boolean) - Method in class com.jaxfront.core.type.VirtualType
 
showMessage(String, String, boolean, boolean) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
showMessage(String, String, boolean, boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractView
Shows an user defined message.
showModel(Type) - Method in interface com.jaxfront.core.ui.ListVisualizer
Shows the visualizer for the passed type within my list.
showModel(Type) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
showModel(Type) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Shows the view of the given model (type) in the table.
showModel(Type) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
showOpenDialog(Component) - Method in class com.jaxfront.core.util.io.FileSelector
 
showPrintDialog() - Method in class com.jaxfront.swing.ui.PrintableTextArea
 
showPrintDialog(String) - Method in class com.jaxfront.swing.ui.PrintableTextArea
 
showReplace(Search) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
showResultTab() - Method in class com.jaxfront.swing.ui.tools.search.Find
 
showRowColumn(boolean) - Method in class com.jaxfront.core.ui.tableModel.RowLeadedListModel
 
showRowHeaders() - Method in class com.jaxfront.core.ui.FlipOrientationTableModel
Accessor to the showRowHeaders field.
showSaveDialog(Component) - Method in class com.jaxfront.core.util.io.FileSelector
 
showSequenceNumbering() - Method in class com.jaxfront.core.xui.ListInfo
Returns true if the sequence numbers gets displayed.
ShowSourceCodeAction - Class in com.jaxfront.core.util
 
ShowSourceCodeAction() - Constructor for class com.jaxfront.core.util.ShowSourceCodeAction
 
showTab(Type, Object) - Method in interface com.jaxfront.core.ui.TabbableView
Shows/Selects the tab in which the given component is placed in.
showTab(Type, Object) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
Shows the required tab.
showTab(Type, Object) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
Shows the required tab.
showTab(Type, Object) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
showTab(Type, Object) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
showTreeInstanceData() - Method in class com.jaxfront.core.util.JAXFrontProperties
Returns true if the instance data (coming from the xml document) of each element will be shown in the XML Schema Tree.
showUpDownButtons(boolean) - Method in interface com.jaxfront.core.ui.ListVisualizer
Sets the visibility of the up/down buttons for a list view.
showUpDownButtons(boolean) - Method in class com.jaxfront.swing.ui.beans.AbstractListVisualizer
Sets the visibility of the up/down buttons for a list view.
showUpDownButtons() - Method in class com.jaxfront.swing.ui.beans.RowHeadedTable
Shows the up and down buttons of the table.
showUpDownButtons(boolean) - Method in class com.jaxfront.swing.ui.tools.FormLayoutBuilder
 
showUpDownButtons(boolean) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
Sets the visibility of the up/down buttons for a list view.
showUpDownButtons(boolean) - Method in class com.jaxfront.swing.ui.wrapper.RecursionWrapper
 
showWarningDialog(String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showWarningDialog(Component, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showWarningDialog(Component, String, String) - Static method in class com.jaxfront.swing.ui.tools.Dialog
 
showWarningMessage(String, String) - Static method in class com.jaxfront.swing.helpers.UserMessage
 
ShowXMLDialog - Class in com.jaxfront.swing.ui.editor
A simple Editor to edit and show an jaxfront document For example: ShowXMLDialog xmlDialog = new ShowXMLDialog(aDocument); xmlDialog.setVisible(true);
ShowXMLDialog(Document) - Constructor for class com.jaxfront.swing.ui.editor.ShowXMLDialog
Creates an ShowXMLDialog instance with the param dom
SignView - Class in com.jaxfront.swing.ui.tools
 
SignView(String) - Constructor for class com.jaxfront.swing.ui.tools.SignView
 
SignView(String, String) - Constructor for class com.jaxfront.swing.ui.tools.SignView
 
SignView(String, String, int) - Constructor for class com.jaxfront.swing.ui.tools.SignView
 
SignViewGroup - Class in com.jaxfront.swing.ui.tools
 
SignViewGroup() - Constructor for class com.jaxfront.swing.ui.tools.SignViewGroup
 
SIMPLE_CONTENT_TEXT - Static variable in class com.jaxfront.core.type.SimpleType
 
SimpleBrowserBean - Class in com.jaxfront.swing.ui.beans
 
SimpleBrowserBean() - Constructor for class com.jaxfront.swing.ui.beans.SimpleBrowserBean
SimpleTypeStringView constructor comment.
SimpleBrowserBean(SimpleType) - Constructor for class com.jaxfront.swing.ui.beans.SimpleBrowserBean
SimpleTypeStringView constructor comment.
SimpleChooserBean - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for color values.
SimpleChooserBean() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleChooserBean
 
SimpleChooserBean(Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleChooserBean
SimpleTypeColorView constructor.
SimpleChooserBean(Type, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleChooserBean
SimpleTypeColorView constructor.
SimpleChooserBean.ButtonListener - Class in com.jaxfront.swing.ui.visualizers
Inner class ButtonListener.
SimpleChooserBean.ButtonListener() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleChooserBean.ButtonListener
 
SimpleClipboardSelection - Class in com.jaxfront.core.clipboard
This nested class implements the Transferable and ClipboardOwner interfaces used in data transfer.
SimpleClipboardSelection(Object, DataFlavor) - Constructor for class com.jaxfront.core.clipboard.SimpleClipboardSelection
The constructor.
SimpleCVSReader - Class in com.jaxfront.core.util.io.cvsexport
Provides a means to read CSV files
SimpleCVSReader() - Constructor for class com.jaxfront.core.util.io.cvsexport.SimpleCVSReader
 
SimpleCVSWriter - Class in com.jaxfront.core.util.io.cvsexport
Provides primitive support for writing CSV files.
SimpleCVSWriter(Writer) - Constructor for class com.jaxfront.core.util.io.cvsexport.SimpleCVSWriter
Create a CSVWriter which prints output to a Writer.
SimpleDateFormat - Class in com.jaxfront.core.jep
 
SimpleDateFormat() - Constructor for class com.jaxfront.core.jep.SimpleDateFormat
Constructor.
SimpleGroup - Class in com.jaxfront.core.type
This class represents a SimpleGroup which is a JAXFront type.
SimpleGroup(SchemaNode, List) - Constructor for class com.jaxfront.core.type.SimpleGroup
SimpleGroup constructor.
SimpleGroup - Static variable in interface com.jaxfront.core.type.Type
 
SimpleGroupList - Class in com.jaxfront.core.type
This class represents a SimpleGroupList which is JAXFront type.
SimpleGroupList(SchemaNode, Type) - Constructor for class com.jaxfront.core.type.SimpleGroupList
SimpleGroupList constructor.
SimpleGroupList - Static variable in interface com.jaxfront.core.type.Type
 
SimpleGroupListView - Class in com.jaxfront.swing.ui.visualizers
This class represents a SimpleGroupListView which is derived from the class AbstractListTypeView.
SimpleGroupListView(Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleGroupListView
SimpleGroupListView constructor.
SimpleGroupListView(Type, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleGroupListView
SimpleGroupListView constructor.
SimpleGroupView - Class in com.jaxfront.swing.ui.visualizers
This class represents a SimpleGroupView which is derived from the class AbstractCompositeView.
SimpleGroupView(SimpleGroup) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleGroupView
SimpleGroupView constructor.
SimpleGroupView(SimpleGroup, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleGroupView
SimpleGroupView constructor.
SimpleHTMLBrowser - Class in com.jaxfront.swing.ui.tools
 
SimpleHTMLBrowser(URL, boolean) - Constructor for class com.jaxfront.swing.ui.tools.SimpleHTMLBrowser
 
SimpleHTMLBrowser(String, boolean) - Constructor for class com.jaxfront.swing.ui.tools.SimpleHTMLBrowser
 
SimpleHTMLBrowser(boolean) - Constructor for class com.jaxfront.swing.ui.tools.SimpleHTMLBrowser
 
SimpleHTMLBrowser() - Constructor for class com.jaxfront.swing.ui.tools.SimpleHTMLBrowser
 
SimpleJList - Class in com.jaxfront.swing.ui.visualizers
 
SimpleJList(ListModel) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleJList
Constructs a JList that displays the elements in the specified, non-null model.
SimpleJList(Object[]) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleJList
Constructs a JList that displays the elements in the specified array.
SimpleJList(Vector) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleJList
Constructs a JList that displays the elements in the specified Vector.
SimpleJList() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleJList
Constructs a JList with an empty model.
SimpleJList - Class in com.jaxfront.swing.ui.wrapper
 
SimpleJList(ListModel) - Constructor for class com.jaxfront.swing.ui.wrapper.SimpleJList
 
SimpleJList(ListModel, boolean) - Constructor for class com.jaxfront.swing.ui.wrapper.SimpleJList
 
SimpleJListCellRenderer - Interface in com.jaxfront.swing.ui.wrapper
 
SimpleListCellRenderer - Interface in com.jaxfront.swing.ui.visualizers
 
SimpleListCellRendererImpl - Class in com.jaxfront.swing.ui.visualizers
 
SimpleListCellRendererImpl() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleListCellRendererImpl
 
simplePrint(Graphics, PageFormat, int) - Method in class com.jaxfront.swing.ui.PrintableTextArea
 
simplePrint(Graphics, PageFormat, int) - Method in class com.jaxfront.swing.ui.SimplePrintableArea
 
SimplePrintableArea - Class in com.jaxfront.swing.ui
 
SimplePrintableArea(JComponent) - Constructor for class com.jaxfront.swing.ui.SimplePrintableArea
 
SimpleRuleImpl - Class in com.jaxfront.core.rule
The Rule class extends the xml schema definition for more interactive behaviour!
SimpleRuleImpl(long, Type) - Constructor for class com.jaxfront.core.rule.SimpleRuleImpl
A Rule needs sourceType to be checked against with and a type which specifies the event type.
SimpleRuleImpl(long, Type, String) - Constructor for class com.jaxfront.core.rule.SimpleRuleImpl
A Rule needs sourceType to be checked against with and a type which specifies the event type.
SimpleRuleImpl(long, Type, String, boolean) - Constructor for class com.jaxfront.core.rule.SimpleRuleImpl
A Rule needs sourceType to be checked against with and a type which specifies the event type.
SimpleRuleImpl(long, Type, String, String, boolean, boolean) - Constructor for class com.jaxfront.core.rule.SimpleRuleImpl
A Rule needs sourceType to be checked against with and a type which specifies the event type.
SimpleRuleImpl(String, long, Type, String, String, boolean, boolean) - Constructor for class com.jaxfront.core.rule.SimpleRuleImpl
 
SimpleType - Class in com.jaxfront.core.type
This class represents a SimpleType which is a always a leaf node of the under- lying XML Schema.
SimpleType(SchemaNode) - Constructor for class com.jaxfront.core.type.SimpleType
SimpleType constructor.
SimpleType - Static variable in interface com.jaxfront.core.type.Type
 
SimpleTypeBooleanView - Class in com.jaxfront.swing.ui.visualizers
This class represents a SimpleTypeBooleanView which is derived from the class AbstractSimpleTypeView.
SimpleTypeBooleanView(SimpleType) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeBooleanView
SimpleTypeBooleanView constructor.
SimpleTypeBooleanView(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeBooleanView
SimpleTypeBooleanView constructor.
SimpleTypeCellEditor - Class in com.jaxfront.swing.ui.visualizers
This class represents a SimpleTypeCellEditor which is derived from the class TableCellEditor.
SimpleTypeCellEditor() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeCellEditor
 
SimpleTypeColorView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for color values.
SimpleTypeColorView() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeColorView
 
SimpleTypeColorView(Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeColorView
SimpleTypeColorView constructor.
SimpleTypeColorView(Type, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeColorView
SimpleTypeColorView constructor.
SimpleTypeColorView.ButtonListener - Class in com.jaxfront.swing.ui.visualizers
Inner class ButtonListener.
SimpleTypeColorView.ButtonListener() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeColorView.ButtonListener
 
SimpleTypeColorView.ColorPanel - Class in com.jaxfront.swing.ui.visualizers
Inner class Color Panel.
SimpleTypeColorView.ColorPanel() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeColorView.ColorPanel
 
SimpleTypeColorView.ColorPanel(Dialog) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeColorView.ColorPanel
 
SimpleTypeColorView.ColorPanel(Frame) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeColorView.ColorPanel
 
SimpleTypeComboBoxEditor - Class in com.jaxfront.swing.ui.visualizers
This class represents a SimpleTypeComboBoxEditor which is derived from the class BasicComboBoxEditor.
SimpleTypeComboBoxEditor(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeComboBoxEditor
 
SimpleTypeComboBoxRenderer - Class in com.jaxfront.swing.ui.visualizers
This class represents a table cell renderer for SimpleTypeComboBoxes.
SimpleTypeComboBoxRenderer() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeComboBoxRenderer
 
SimpleTypeComboView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for choices defined in the XSD Schema specification.
SimpleTypeComboView() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeComboView
 
SimpleTypeComboView(Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeComboView
SimpleTypeComboView constructor.
SimpleTypeComboView(Type, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeComboView
SimpleTypeComboView constructor.
SimpleTypeDateTimeView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for a Date defined in the XSD Schema specification.
SimpleTypeDateTimeView(SimpleType) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeDateTimeView
SimpleTypeDateTimeView constructor.
SimpleTypeDateTimeView(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeDateTimeView
SimpleTypeDateTimeView constructor.
SimpleTypeDateView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for a Date defined in the XSD Schema specification.
SimpleTypeDateView(Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeDateView
SimpleTypeDateView constructor.
SimpleTypeDateView(Type, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeDateView
SimpleTypeDateView constructor.
SimpleTypeDurationView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for a Duration defined in the XSD Schema specification.
SimpleTypeDurationView(SimpleType) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeDurationView
SimpleTypeDurationView constructor.
SimpleTypeDurationView(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeDurationView
SimpleTypeDurationView constructor.
SimpleTypeList - Class in com.jaxfront.core.type
This class represents a SimpleTypeList which is JAXFront type.
SimpleTypeList(SchemaNode, Type) - Constructor for class com.jaxfront.core.type.SimpleTypeList
SimpleTypeList constructor.
SimpleTypeList - Static variable in interface com.jaxfront.core.type.Type
 
SimpleTypeListCellRenderer - Class in com.jaxfront.swing.ui.visualizers
This class represents a table cell renderer for SimpleTypesLists.
SimpleTypeListCellRenderer() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeListCellRenderer
SimpleTypeListCellRenderer constructor.
SimpleTypeListSelectionView - Class in com.jaxfront.swing.ui.visualizers
This class represents a list selection visualizer that contains two JLists and two edit buttons which are used to move the selected data between the two JLists.
SimpleTypeListSelectionView(Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
Default constructor.
SimpleTypeListSelectionView(Type, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView
Default constructor.
SimpleTypeListSelectionView.SimpleTypeListCellRenderer - Class in com.jaxfront.swing.ui.visualizers
 
SimpleTypeListSelectionView.SimpleTypeListCellRenderer() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeListSelectionView.SimpleTypeListCellRenderer
 
SimpleTypeListTableModel - Class in com.jaxfront.swing.ui.visualizers
This SimpleTypeListTableModel is the ListModel for the SimpleTypeListView
SimpleTypeListTableModel(AbstractListType) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeListTableModel
SimpleTypeListTableModel constructor.
SimpleTypeListView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for elements defined in the XSD Schema specification . as a sequence.
SimpleTypeListView(SimpleTypeList) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeListView
 
SimpleTypeListView(SimpleTypeList, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeListView
 
SimpleTypeNumericSpinnerView - Class in com.jaxfront.swing.ui.visualizers
 
SimpleTypeNumericSpinnerView() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeNumericSpinnerView
 
SimpleTypeNumericSpinnerView(Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeNumericSpinnerView
 
SimpleTypeNumericSpinnerView(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeNumericSpinnerView
 
SimpleTypeNumericView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for elements defined in the XSD Schema specification. as numeric.
SimpleTypeNumericView(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeNumericView
SimpleTypeIntegerView constructor.
SimpleTypeNumericView(SimpleType) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeNumericView
SimpleTypeIntegerView constructor.
SimpleTypeRadioView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for elements defined in the XSD Schema specification. with an enumeration.
SimpleTypeRadioView(SimpleType) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeRadioView
SimpleTypeRadioView constructor.
SimpleTypeRadioView(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeRadioView
SimpleTypeRadioView constructor.
SimpleTypeStringView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for elements defined in the XSD Schema specification. as String.
SimpleTypeStringView() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeStringView
 
SimpleTypeStringView(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeStringView
SimpleTypeStringView constructor.
SimpleTypeStringView(SimpleType) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeStringView
SimpleTypeStringView constructor.
SimpleTypeTableCellRenderer - Class in com.jaxfront.swing.ui.visualizers
This class represents a table cell renderer for Simple Types.
SimpleTypeTableCellRenderer() - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeTableCellRenderer
SimpleTypeTableCellRenderer constructor.
SimpleTypeTableListView - Class in com.jaxfront.swing.ui.visualizers
 
SimpleTypeTableListView(Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeTableListView
SimpleGroupListView constructor.
SimpleTypeTableListView(Type, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeTableListView
SimpleGroupListView constructor.
SimpleTypeTimeView - Class in com.jaxfront.swing.ui.visualizers
This is the default visualizer for a Date defined in the XSD Schema specification.
SimpleTypeTimeView(SimpleType, Type) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeTimeView
SimpleTypeTimeView constructor.
SimpleTypeTimeView(SimpleType) - Constructor for class com.jaxfront.swing.ui.visualizers.SimpleTypeTimeView
SimpleTypeTimeView constructor.
SimpleTypeVisualizer - Interface in com.jaxfront.core.ui
 
SINGLE_QUOTE - Static variable in interface com.jaxfront.core.util.io.cvsexport.CSVReader
 
SingleObjectIterator - Class in com.jaxfront.core.xpath
Simple utility class that wraps an iterator around one object.
SingleObjectIterator(Object) - Constructor for class com.jaxfront.core.xpath.SingleObjectIterator
 
size() - Method in class com.jaxfront.core.schema.impl.SchemaParticleList
 
size() - Method in class com.jaxfront.core.type.AbstractListType
 
size() - Method in class com.jaxfront.core.util.DoubleKeyHashtable
Returns the number of keys in this hashtable.
size() - Method in class com.jaxfront.core.util.DoubleKeyHashtableUnsynced
Returns the number of keys in this hashtable.
size() - Method in class com.jaxfront.core.util.EmptyUnmodifiableList
 
size() - Method in class com.jaxfront.core.util.Queue
 
size() - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
size() - Method in class com.jaxfront.core.xui.TableInfo
Convenience method for getting the number of line Infos stored
size() - Method in class com.jaxfront.swing.ui.rtf.StyledText
 
Size - Interface in com.jgoodies.forms.layout
An interface that describes sizes as used by the FormLayout: component measuring sizes, constant sizes with value and unit, and bounded sizes that provide lower and upper bounds for a size.
SizeOf - Class in com.jaxfront.core.util
 
SizeOf() - Constructor for class com.jaxfront.core.util.SizeOf
 
Sizes - Class in com.jgoodies.forms.layout
Consists only of static methods that create and convert sizes as required by the FormLayout.
skipDelimiters() - Method in class com.jaxfront.core.util.stringSearch.StringCutter
 
skippedEntity(String) - Method in class com.jaxfront.swing.ui.editor.XMLIndentHandler
Receive notification of a skipped entity.
sleep(int) - Static method in class com.alphase.Tools.aseTools
 
SoftObjectCache - Class in com.jaxfront.core.util.io.cache
 
SoftObjectCache() - Constructor for class com.jaxfront.core.util.io.cache.SoftObjectCache
 
sort(int) - Method in class com.jaxfront.core.type.AbstractListType
 
sort(List, Comparator) - Method in class com.jaxfront.core.util.sort.FastQSort
 
sort(List, Comparator, int) - Method in class com.jaxfront.core.util.sort.FastQSort
 
sort(List, int[], Comparator) - Method in class com.jaxfront.core.util.sort.FastQSort
 
sort(Vector, Sortable) - Static method in class com.jaxfront.core.util.TreeSort
Sorts elements of a vector according to the sort object.
sort(Vector, Sortable, String) - Static method in class com.jaxfront.core.util.TreeSort
Sorts elements of a vector according to the sort object.
sort(String[], String) - Static method in class com.jaxfront.core.util.TreeSort
Sorts elements of a string array.
sort(String[][], String, int, boolean) - Static method in class com.jaxfront.core.util.TreeSort
 
SORT_ASC - Static variable in class com.jaxfront.core.util.TreeSort
 
SORT_ASC - Static variable in class com.jaxfront.swing.ui.editor.NavigationTree
 
SORT_DES - Static variable in class com.jaxfront.swing.ui.editor.NavigationTree
 
SORT_DESC - Static variable in class com.jaxfront.core.util.TreeSort
 
Sortable - Interface in com.jaxfront.core.util
This interface defines the comparison of two objects.
SorterTableModel - Class in com.jaxfront.core.ui.tableModel
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
SorterTableModel() - Constructor for class com.jaxfront.core.ui.tableModel.SorterTableModel
 
SorterTableModel(TableModel) - Constructor for class com.jaxfront.core.ui.tableModel.SorterTableModel
 
SorterTableModel(TableModel, JTableHeader) - Constructor for class com.jaxfront.core.ui.tableModel.SorterTableModel
 
SortingHeader - Class in com.jaxfront.swing.ui.tools
This class represents a table header that allows sorting of the row data.
SortingHeader() - Constructor for class com.jaxfront.swing.ui.tools.SortingHeader
 
sortListElements(TreeNode, int) - Method in class com.jaxfront.swing.ui.editor.NavigationTree
 
sortListElements(ListType, int) - Method in class com.jaxfront.swing.ui.editor.NavigationTree
 
sortXUIDefinitions() - Method in class com.jaxfront.core.util.JAXFrontProperties
Returns true if the instance data (coming from the xml document) of each element will be shown in the XML Schema Tree.
space - Static variable in class com.jaxfront.core.util.StringUtils
 
SPINNER_FONT_PROPERTY - Static variable in class com.jaxfront.core.ui.FontParams
 
SplashScreen - Class in com.jaxfront.swing.ui.editor
This class represents a splash screen for the applications startup.
SplashScreen(String, boolean) - Constructor for class com.jaxfront.swing.ui.editor.SplashScreen
 
SplashScreen(String, boolean, Point, Point, String) - Constructor for class com.jaxfront.swing.ui.editor.SplashScreen
 
split(CharSequence, CharSequence) - Static method in class com.jaxfront.core.util.io.files.Strings
Perl operation split.
split(String, String) - Static method in class com.jaxfront.core.util.StringHelper
Split the given String into tokens.
splitDateModifier(String) - Method in class com.jaxfront.core.jep.DateTools
 
SplitPaneLayoutPluginOneTwo - Class in com.jaxfront.swing.ui.beans
 
SplitPaneLayoutPluginOneTwo(Type, Type, Type) - Constructor for class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
SplitPaneLayoutPluginOneTwo(Type, Type, Type, double, double) - Constructor for class com.jaxfront.swing.ui.beans.SplitPaneLayoutPluginOneTwo
 
splitPath(String) - Static method in class com.jaxfront.core.util.io.files.Files
Splits a path into directory name and file name
SplitterExample - Class in com.jaxfront.swing.ui.layout
 
SplitterExample() - Constructor for class com.jaxfront.swing.ui.layout.SplitterExample
 
SplitterLayout - Class in com.jaxfront.swing.ui.layout
SplitterLayout is a layout manager that will layout a container holding other components and SplitterBars.
SplitterLayout() - Constructor for class com.jaxfront.swing.ui.layout.SplitterLayout
Create a new SplitterLayout -- default orientation is VERTICAL
SplitterLayout(int) - Constructor for class com.jaxfront.swing.ui.layout.SplitterLayout
Create a new SplitterLayout
splitText(String) - Static method in class com.jaxfront.core.util.TextTools
 
splitTextMaxLength(String, int) - Static method in class com.jaxfront.core.util.TextTools
 
SPrintF - Class in com.jaxfront.core.jep
DecimalFormat is for formatting decimal numbers with usage of a patterns.
SPrintF() - Constructor for class com.jaxfront.core.jep.SPrintF
Constructor.
sprintf(Object[]) - Method in class com.jaxfront.core.util.PrintfFormat
Format an array of objects.
sprintf() - Method in class com.jaxfront.core.util.PrintfFormat
Format nothing.
sprintf(int) - Method in class com.jaxfront.core.util.PrintfFormat
Format an int.
sprintf(long) - Method in class com.jaxfront.core.util.PrintfFormat
Format an long.
sprintf(double) - Method in class com.jaxfront.core.util.PrintfFormat
Format a double.
sprintf(String) - Method in class com.jaxfront.core.util.PrintfFormat
Format a String.
sprintf(Object) - Method in class com.jaxfront.core.util.PrintfFormat
Format an Object.
SQL_DATE_TIME_PATTERN - Static variable in class com.jaxfront.core.util.TextTools
 
sqlCharLiterals - Static variable in class com.jaxfront.core.util.StringHelper
 
sqlDateTIMEFormat - Static variable in class com.jaxfront.core.util.TextTools
 
sqlLiterals - Static variable in class com.jaxfront.core.util.StringHelper
 
StackableTableModel - Interface in com.jaxfront.core.ui.tableModel
 
start() - Method in class com.jaxfront.core.util.io.JTail
 
start() - Static method in class com.jaxfront.core.util.StopWatch
 
start(String) - Static method in class com.jaxfront.core.util.StopWatch
 
startBlocking() - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
startCompoundEdit() - Method in class com.jaxfront.core.util.undo.JAXFrontUndoManager
 
startDocument() - Method in class com.jaxfront.swing.ui.editor.XMLIndentHandler
Receive notification of the beginning of a document.
startElement(String, String, String, Attributes) - Method in class com.jaxfront.core.xsdgen.DTDGenerator
Handle the start of an element.
startElement(String, String, String, Attributes) - Method in class com.jaxfront.swing.ui.editor.XMLIndentHandler
Receive notification of the beginning of an element.
startPrefixMapping(String, String) - Method in class com.jaxfront.swing.ui.editor.XMLIndentHandler
Begin the scope of a prefix-URI Namespace mapping.
startProcess(Component, String) - Method in class com.jaxfront.swing.ui.editor.StatusBar
 
StartsWith - Class in com.jaxfront.core.jep
The StartsWith function returns 1.0 if a String starts with a given String otherwise returns 0. 0 and 1.0 can be casted to a Boolean value!
StartsWith() - Constructor for class com.jaxfront.core.jep.StartsWith
Constructor.
startsWith(short[], short[]) - Method in class com.jaxfront.core.schema.impl.TreeWalkingElementAnalyser
 
startsWith(CharSequence, CharSequence) - Static method in class com.jaxfront.core.util.io.files.Strings
CharSequence version of startsWith
startsWithAny(String, String[]) - Static method in class com.jaxfront.core.util.StringHelper
Tests to see if the given string starts with any of the given terms.
startsWithAnyIgnoreCase(String, String[]) - Static method in class com.jaxfront.core.util.StringHelper
Tests to see if the given string starts with any of the given terms.
stateChanged(ChangeEvent) - Method in class com.jaxfront.swing.ui.beans.JYearChooser
 
stateChanged(ChangeEvent) - Method in class com.jaxfront.swing.ui.tools.search.Find
 
stateChanged(ChangeEvent) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeTabView
 
stateChanged(ChangeEvent) - Method in class com.jaxfront.swing.ui.visualizers.AbstractCompositeView
 
stateChanged(ChangeEvent) - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
stateChanged(ChangeEvent) - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeNumericSpinnerView
 
stateChanged(ChangeEvent) - Method in class com.jaxfront.swing.ui.visualizers.UIController
 
STATUS - Static variable in class com.jaxfront.core.ui.tableModel.SorterTableModel
 
StatusBar - Class in com.jaxfront.swing.ui.editor
StatusBar for the XUIEditor.
StatusBar(Frame) - Constructor for class com.jaxfront.swing.ui.editor.StatusBar
 
StatusBar(Frame, String) - Constructor for class com.jaxfront.swing.ui.editor.StatusBar
 
StatusBar(Frame, String, String) - Constructor for class com.jaxfront.swing.ui.editor.StatusBar
 
StatusBar(Frame, String, String, Color) - Constructor for class com.jaxfront.swing.ui.editor.StatusBar
 
StatusBar(Frame, String, String, Color, Color) - Constructor for class com.jaxfront.swing.ui.editor.StatusBar
 
StatusBar(Frame, ImageIcon, String, Color, Color) - Constructor for class com.jaxfront.swing.ui.editor.StatusBar
 
StatusBar(Frame, ImageIcon, String, Color, Color, boolean) - Constructor for class com.jaxfront.swing.ui.editor.StatusBar
 
stop() - Static method in class com.jaxfront.core.util.StopWatch
 
stop(String) - Static method in class com.jaxfront.core.util.StopWatch
 
stop() - Method in class com.jaxfront.swing.ui.beans.JCalendarDemo
Removes all components.
stopAllCellEditing() - Method in class com.jaxfront.swing.ui.editor.NavigationTree
 
stopBlocking() - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
stopCellEditing() - Method in interface com.jaxfront.core.ui.tableModel.JAXDataTable
 
stopCellEditing() - Method in class com.jaxfront.swing.ui.editor.CheckTreeCellEditor
 
stopCellEditing() - Method in class com.jaxfront.swing.ui.visualizers.AbstractListTypeView
 
stopCellEditing() - Method in class com.jaxfront.swing.ui.visualizers.SimpleTypeCellEditor
 
stopCellEditing() - Method in class com.jaxfront.swing.ui.wrapper.DefaultCellEditor
Forwards the message from the CellEditor to the delegate.
stopCellEditing() - Method in class com.jaxfront.swing.ui.wrapper.JAXJTable
 
stopCompoundEdit() - Method in class com.jaxfront.core.util.undo.JAXFrontUndoManager
 
StopWatch - Class in com.jaxfront.core.util
 
StopWatch() - Constructor for class com.jaxfront.core.util.StopWatch
 
store(OutputStream, String) - Method in class com.jaxfront.core.util.LanguageEnhancedProperties
Calls the store(OutputStream out, String header) method with the JAXFront.getDefaultFileEncoding!
store(Writer, String) - Method in class com.jaxfront.core.util.LanguageEnhancedProperties
Calls the store(Writer out, String header) method without any encodings!
store(OutputStream, String) - Method in class com.jaxfront.core.xui.NLS
Calls the store(OutputStream out, String header) method with the JAXFront.getDefaultFileEncoding!
store(Writer, String) - Method in class com.jaxfront.core.xui.NLS
 
store(Type) - Method in class com.jaxfront.core.xui.NLS
 
storeAsSortedNLS(File, String) - Method in class com.jaxfront.core.xui.NLS
 
storeEmbeddedNLS(Document, NLS) - Static method in class com.jaxfront.core.xui.NLS
 
STRING_LENGTH_GRAPHICS - Static variable in class com.jaxfront.core.util.TextTools
 
StringArraySorter - Class in com.jaxfront.core.util
This class compares to String.
StringArraySorter(int, boolean) - Constructor for class com.jaxfront.core.util.StringArraySorter
 
StringCast - Class in com.jaxfront.core.jep
StringCast try to cast the given parameter to an String datatype.
StringCast() - Constructor for class com.jaxfront.core.jep.StringCast
Constructor.
StringCutter - Class in com.jaxfront.core.util.stringSearch
 
StringCutter(String, String, String) - Constructor for class com.jaxfront.core.util.stringSearch.StringCutter
 
StringCutter(String, String, String, boolean) - Constructor for class com.jaxfront.core.util.stringSearch.StringCutter
 
StringCutter(String, String, boolean) - Constructor for class com.jaxfront.core.util.stringSearch.StringCutter
 
StringCutter(String, String) - Constructor for class com.jaxfront.core.util.stringSearch.StringCutter
 
StringCutter(String) - Constructor for class com.jaxfront.core.util.stringSearch.StringCutter
 
StringDocument - Class in com.jaxfront.swing.helpers
The class StringDocumentation is an implementation of the PlainDocument.
StringDocument(boolean, long) - Constructor for class com.jaxfront.swing.helpers.StringDocument
StringDocument constructor.
StringFormat - Class in com.jaxfront.core.util
 
StringFormat(String) - Constructor for class com.jaxfront.core.util.StringFormat
 
StringHelper - Class in com.jaxfront.core.util
 
StringHelper() - Constructor for class com.jaxfront.core.util.StringHelper
 
stringInex - Variable in class com.jaxfront.core.util.StringFormat
 
StringLength - Class in com.jaxfront.core.jep
The StringLength function returns the length of the given String If you want the length of a number you have to cast the parameter with the StringCast function to a string type.
StringLength() - Constructor for class com.jaxfront.core.jep.StringLength
Constructor.
StringReplacerHelper - Class in com.jaxfront.core.jep
 
StringReplacerHelper() - Constructor for class com.jaxfront.core.jep.StringReplacerHelper
 
StringReplacerHelper(String) - Constructor for class com.jaxfront.core.jep.StringReplacerHelper
 
Strings - Class in com.jaxfront.core.util.io.files
 
StringSearch - Class in com.jaxfront.core.util.stringSearch
The base class for String searching implementations.
StringSorter - Class in com.jaxfront.core.util
This class compares to String.
StringSorter() - Constructor for class com.jaxfront.core.util.StringSorter
 
StringTokenizer - Class in com.jaxfront.core.util
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String) - Constructor for class com.jaxfront.core.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class com.jaxfront.core.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean) - Constructor for class com.jaxfront.core.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean, boolean) - Constructor for class com.jaxfront.core.util.StringTokenizer
Constructs a string tokenizer for the specified string.
stringToValue(String) - Method in class com.jaxfront.swing.ui.tools.RegexFormatter
Parses text returning an arbitrary Object.
StringUtils - Class in com.jaxfront.core.util
Provides string utilities.
StringUtils() - Constructor for class com.jaxfront.core.util.StringUtils
 
stringVector(String, String) - Static method in class com.jaxfront.core.util.VectorHelper
This method takes a sepChars-separated string and converts it to a vector of fields. i.e., "gomod,jonabbey" -> a vector whose elements are "gomod" and "jonabbey".
STRUCTURE_CHANGE - Static variable in interface com.jaxfront.core.rule.Rule
Indicates if this rule is of type structure change.
STRUCTURE_CHANGE_ADD - Static variable in interface com.jaxfront.core.rule.Rule
Indicates if this rule is of type structure change (add).
STRUCTURE_CHANGE_REMOVE - Static variable in interface com.jaxfront.core.rule.Rule
Indicates if this rule is of type structure change (remove).
StyleDefinition - Class in com.jaxfront.core.xui
The StyleDefinition encapsulate all graphical layout definitions of a XUI component.
StyleDefinition(XUIDefinition, Type) - Constructor for class com.jaxfront.core.xui.StyleDefinition
Creates a StyleDefinition for the given XUIDefintion based on information provided by the xuiType
StyleDefinition(XUIDefinition, StyleDefinition) - Constructor for class com.jaxfront.core.xui.StyleDefinition
Creates a StyleDefinition for the given XUIDefintion based on an other StyleDefinition.
StyledText - Class in com.jaxfront.swing.ui.rtf
 
StyledText(JEditorComboStyledEditor, JTextPane) - Constructor for class com.jaxfront.swing.ui.rtf.StyledText
 
StyledTextSelection - Class in com.jaxfront.swing.ui.rtf
 
StyledTextSelection(StyledText) - Constructor for class com.jaxfront.swing.ui.rtf.StyledTextSelection
 
subList(int, int) - Method in class com.jaxfront.core.type.AbstractListType
 
subList(int, int) - Method in class com.jaxfront.core.util.EmptyUnmodifiableList
 
subList(int, int) - Method in class com.jaxfront.core.util.Queue
 
subList(int, int) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
substract(Date, Date, int) - Method in class com.jaxfront.core.jep.DateTools
 
SubString - Class in com.jaxfront.core.jep
The SubString function is a wrapper class for the String.substring() method
SubString() - Constructor for class com.jaxfront.core.jep.SubString
Constructor.
SubStringAfter - Class in com.jaxfront.core.jep
The SubStringAfter function returns a new string that is a substring of the given string.
SubStringAfter() - Constructor for class com.jaxfront.core.jep.SubStringAfter
Constructor.
substringAfter(String, String) - Static method in class com.jaxfront.core.util.TextTools
 
SubStringBefore - Class in com.jaxfront.core.jep
The SubStringBefore function returns a new string that is a substring of the given string.
SubStringBefore() - Constructor for class com.jaxfront.core.jep.SubStringBefore
Constructor.
SubVersion - Variable in class com.alphase.lic.License
 
SUFFIX_XML - Static variable in class com.jaxfront.swing.ui.editor.FileNameChooser
 
SUFFIX_XML - Static variable in class com.jaxfront.swing.ui.editor.FileNameChooserModern
 
SUFFIX_XSD - Static variable in class com.jaxfront.swing.ui.editor.FileNameChooser
 
SUFFIX_XSD - Static variable in class com.jaxfront.swing.ui.editor.FileNameChooserModern
 
SUFFIX_XUI - Static variable in class com.jaxfront.swing.ui.editor.FileNameChooser
 
SUFFIX_XUI - Static variable in class com.jaxfront.swing.ui.editor.FileNameChooserModern
 
Sum - Class in com.jaxfront.core.jep
The Sum function sum up all given parameters.
Sum() - Constructor for class com.jaxfront.core.jep.Sum
Constructor.
SuperTypeNode - Class in com.jaxfront.core.jep
Abstract class for providing node functions.
SuperTypeNode() - Constructor for class com.jaxfront.core.jep.SuperTypeNode
Constructor.
swap(int, int) - Method in class com.jaxfront.core.type.AbstractListType
Swaps the position of two given types in the list
swap(int, int) - Method in interface com.jaxfront.core.type.ListType
Swaps the position of two given types in the list
swap(int, int) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
swapAllNLSWithPartitialKey(String, String) - Method in class com.jaxfront.core.xui.NLS
 
swapFormula(int, int) - Method in class com.jaxfront.core.ui.FlipOrientationTableModel
Swaps the formula from one type to another.
swapFormula(int, int) - Method in class com.jaxfront.core.ui.tableModel.ListTypeTableModel
Swaps the formula from one type to another.
swapFormula(int, int) - Method in class com.jaxfront.core.xui.ColumnInfo
 
swapNode(Type, Type) - Method in class com.jaxfront.core.ui.TreeModel
Swaps the sourceType with the targetType.
swapOrientation() - Method in class com.jaxfront.swing.ui.layout.JSplitterBar
 
swapOrientation(Container) - Method in class com.jaxfront.swing.ui.layout.SplitterLayout
 
SwingRendererImages - Interface in com.jaxfront.swing.images
 
Switch - Class in com.jaxfront.core.jep
 
Switch() - Constructor for class com.jaxfront.core.jep.Switch
 
SWT_SHELL - Static variable in interface com.jaxfront.core.xui.XUITypes
 
synchronize(File, File, String) - Static method in class com.jaxfront.core.util.io.files.Files
synchronizes two directories, left/what and right/what
synchronize(File, File) - Static method in class com.jaxfront.core.util.io.files.Files
synchronizes two directories
systemExitOnClose() - Method in class com.jaxfront.core.dom.Document
Returns whether the system will exit when the window is closed or not.
systemExitOnClose() - Method in class com.jaxfront.core.util.JAXFrontProperties
Returns if the system will exit after the main window has been closed.
systemExitOnClose() - Method in class com.jaxfront.core.xui.GlobalDefinition
Returns whether the system will exit when the window is closed or not.
SystemImages - Interface in com.jaxfront.core.images
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _