A B C D E F G H I J M N O P R S T U V W X

A

ADDS - Static variable in class net.sourceforge.xwing.dom.ChangeInfo
 
AbstractSourceSink - class net.sourceforge.xwing.AbstractSourceSink.
A partial implementation of SourceSink that takes care of managing the list of listeners.
AbstractSourceSink() - Constructor for class net.sourceforge.xwing.AbstractSourceSink
 
AggregatingListModel - class net.sourceforge.xwing.AggregatingListModel.
A ListModel that acts as an aggregation of other ListModel instances.
AggregatingListModel() - Constructor for class net.sourceforge.xwing.AggregatingListModel
Make a new AggregatingListModel.
AppendTag - class net.sourceforge.xwing.jelly.tags.dom.AppendTag.
 
AppendTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.AppendTag
 
add(String, Object) - Method in class net.sourceforge.xwing.prefs.Prefs
 
add(String, Object, Class) - Method in class net.sourceforge.xwing.prefs.Prefs
 
addAttribute(String, Expression) - Method in class org.apache.commons.jelly.impl.TagScript
Add an initialization attribute for the tag.
addChangeListener(ChangeListener) - Method in class net.sourceforge.xwing.AbstractSourceSink
 
addChangeListener(ChangeListener) - Method in interface net.sourceforge.xwing.SourceSink
Add the specified listener to the list of interested change listeners.
addChangeListener(ChangeListener) - Method in class net.sourceforge.xwing.dom.NodeTextSourceSink
 
addChild(int, XTreeNode) - Method in class net.sourceforge.xwing.dom.XTreeNode
 
addChild(XTreeTemplate) - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
addChild(Component, Object) - Method in class org.apache.commons.jelly.tags.swing.GbcTag
Adds a child component to this parent
addContentChange(XTreeNode, int[], Object[]) - Method in class net.sourceforge.xwing.dom.ChangeInfo
 
addElement(Object) - Method in class net.sourceforge.xwing.AggregatingListModel
Adds a single element to the end of our list of models.
addListDataListener(ListDataListener) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
addListDataListener(ListDataListener) - Method in class net.sourceforge.xwing.swing.XComboBoxModel
 
addListModel(ListModel) - Method in class net.sourceforge.xwing.AggregatingListModel
Appends the given ListModel onto the end of our list of models.
addListModel(int, ListModel) - Method in class net.sourceforge.xwing.AggregatingListModel
Inserts the given ListModel into our list of models.
addTreeModelListener(TreeModelListener) - Method in class net.sourceforge.xwing.dom.XTreeModel
 
applyLocation(LocationAware) - Method in class org.apache.commons.jelly.impl.TagScript
 
attributes - Variable in class org.apache.commons.jelly.impl.TagScript
The attribute expressions that are created

B

BeanComponentTag - class net.sourceforge.xwing.jelly.tags.xwing.BeanComponentTag.
 
BeanComponentTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.BeanComponentTag
 
BooleanToTextAdapter - class net.sourceforge.xwing.BooleanToTextAdapter.
A SourceSink that converts Boolean values that are set and retrieved via its get() and set() methods and text values in an underlying SourceSink.
BooleanToTextAdapter(SourceSink, String, String) - Constructor for class net.sourceforge.xwing.BooleanToTextAdapter
Create a new BooleanToTextAdapter.

C

COMPLEX - Static variable in class net.sourceforge.xwing.dom.ChangeInfo
 
COMPLEX_CHANGE - Static variable in class net.sourceforge.xwing.util.SequenceUtils
The new sequence and the old sequence differ by some change that is more complex than a single insert or remove.
CachingSourceSink - class net.sourceforge.xwing.CachingSourceSink.
A SourceSink that caches values retrieved from an underlying SourceSink.
CachingSourceSink(SourceSink) - Constructor for class net.sourceforge.xwing.CachingSourceSink
Create a new CachingSourceSink.
CallTag - class net.sourceforge.xwing.jelly.tags.util.CallTag.
 
CallTag() - Constructor for class net.sourceforge.xwing.jelly.tags.util.CallTag
 
ChangeInfo - class net.sourceforge.xwing.dom.ChangeInfo.
 
ChangeInfo(XTreeNode, XTreeNode, int) - Constructor for class net.sourceforge.xwing.dom.ChangeInfo
 
ChangeInfo(XTreeNode, XTreeNode, int, int[], Object[]) - Constructor for class net.sourceforge.xwing.dom.ChangeInfo
 
ChangeListenerTag - class net.sourceforge.xwing.jelly.tags.xwing.ChangeListenerTag.
 
ChangeListenerTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.ChangeListenerTag
 
CheckBoxTag - class net.sourceforge.xwing.jelly.tags.xwing.CheckBoxTag.
 
CheckBoxTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.CheckBoxTag
 
CloneTag - class net.sourceforge.xwing.jelly.tags.dom.CloneTag.
 
CloneTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.CloneTag
 
ColScriptTag - class net.sourceforge.xwing.jelly.tags.xwing.ColScriptTag.
 
ColScriptTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.ColScriptTag
 
ColTag - class net.sourceforge.xwing.jelly.tags.xwing.ColTag.
 
ColTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
ComboBoxTag - class net.sourceforge.xwing.jelly.tags.xwing.ComboBoxTag.
 
ComboBoxTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.ComboBoxTag
 
classLoader - Variable in class org.apache.commons.jelly.JellyContext
The class loader to use for instantiating application objects.
clear() - Method in class net.sourceforge.xwing.AggregatingListModel
Remove all our contents.
clearTag() - Method in class org.apache.commons.jelly.impl.TagScript
Flushes the current cached tag so that it will be created, lazily, next invocation
compile() - Method in class net.sourceforge.xwing.jelly.tags.util.FunctionScript
 
compile() - Method in class org.apache.commons.jelly.impl.TagScript
Compiles the tags body
compileScript(String) - Method in class org.apache.commons.jelly.JellyContext
Attempts to parse the script from the given uri using the JellyContext.getResource(java.lang.String) method then returns the compiled script.
compileScript(URL) - Method in class org.apache.commons.jelly.JellyContext
Attempts to parse the script from the given URL using the JellyContext.getResource(java.lang.String) method then returns the compiled script.
configureTag(Tag) - Method in class org.apache.commons.jelly.impl.TagScript
Compiles a newly created tag if required, sets its parent and body.
convert(Object, Class) - Static method in class net.sourceforge.xwing.prefs.Prefs
 
convertToClass(Object) - Method in class org.apache.commons.jelly.tags.swing.GbcTag
A class may be specified otherwise the Factory will be used.
convertType(Object, Class) - Method in class org.apache.commons.jelly.impl.TagScript
Converts the given value to the required type.
create(Object) - Method in interface net.sourceforge.xwing.SourceSinkFactory
Create a SourceSink.
createBorder() - Method in class net.sourceforge.xwing.jelly.tags.xwing.EmptyBorderTag
 
createChildContext() - Method in class net.sourceforge.xwing.jelly.XwingContext
 
createChildContext() - Method in class org.apache.commons.jelly.JellyContext
Factory method to create a new child of this context
createJellyException(String) - Method in class org.apache.commons.jelly.impl.TagScript
Creates a new Jelly exception, adorning it with location information
createJellyException(String, Exception) - Method in class org.apache.commons.jelly.impl.TagScript
Creates a new Jelly exception, adorning it with location information
createRelativeURL(URL, String) - Method in class org.apache.commons.jelly.JellyContext
 
createTag() - Method in class org.apache.commons.jelly.impl.TagScript
Factory method to create a new Tag instance.
createXMLParser() - Method in class org.apache.commons.jelly.JellyContext
Factory method to allow JellyContext implementations to overload how an XMLParser is created - such as to overload what the default ExpressionFactory should be.

D

DELETES - Static variable in class net.sourceforge.xwing.dom.ChangeInfo
 
DefaultValueSourceSink - class net.sourceforge.xwing.DefaultValueSourceSink.
A SourceSink that channels a value from some other SourceSink.
DefaultValueSourceSink(SourceSink, SourceSink) - Constructor for class net.sourceforge.xwing.DefaultValueSourceSink
Create a new DefaultValueSourceSink.
DialogTag - class net.sourceforge.xwing.jelly.tags.xwing.DialogTag.
We have our own DialogTag so that we can take advantage of the ComponentTag facilities for setting unusual properties like location.
DialogTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.DialogTag
 
DiffingListModel - class net.sourceforge.xwing.DiffingListModel.
A ListModel that accepts wholesale updates to its contents in the form of new Lists but reports as changes only the differences.
DiffingListModel() - Constructor for class net.sourceforge.xwing.DiffingListModel
Create a new empty DiffingListModel.
DiffingListModel(List) - Constructor for class net.sourceforge.xwing.DiffingListModel
Create a new DiffingListModel from the supplied initial value.
DomTagLibrary - class net.sourceforge.xwing.jelly.tags.dom.DomTagLibrary.
 
DomTagLibrary() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.DomTagLibrary
 
DomUtils - class net.sourceforge.xwing.dom.DomUtils.
Blah blah blah
describeChanges(XTreeNode, Object) - Method in class net.sourceforge.xwing.dom.XTreeNode
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.AppendTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.CloneTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.ElementTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.EventListenerTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.ForEachTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.IfTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.ImportTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.InsertTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.OutTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.ParseTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.RemoveTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.ReplaceTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetAttributeTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefsTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.util.CallTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.util.ExitTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.util.ExtensionFilterTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.util.FileTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.util.FuncTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.util.GcTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.util.ResultTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.BeanComponentTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ChangeListenerTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.RowTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableDoubleClickListenerTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableSelectionListenerTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableTag
 
doTag(XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeSelectionListenerTag
 

E

ElementTag - class net.sourceforge.xwing.jelly.tags.dom.ElementTag.
 
ElementTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.ElementTag
 
EmptyBorderTag - class net.sourceforge.xwing.jelly.tags.xwing.EmptyBorderTag.
 
EmptyBorderTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.EmptyBorderTag
 
EventListenerTag - class net.sourceforge.xwing.jelly.tags.dom.EventListenerTag.
 
EventListenerTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.EventListenerTag
 
ExitTag - class net.sourceforge.xwing.jelly.tags.util.ExitTag.
 
ExitTag() - Constructor for class net.sourceforge.xwing.jelly.tags.util.ExitTag
 
ExtensionFilterTag - class net.sourceforge.xwing.jelly.tags.util.ExtensionFilterTag.
 
ExtensionFilterTag() - Constructor for class net.sourceforge.xwing.jelly.tags.util.ExtensionFilterTag
 
endNamespacePrefixes(XMLOutput) - Method in class org.apache.commons.jelly.impl.TagScript
End the new namespace prefixes mapped for the current element
equals(Object) - Method in class net.sourceforge.xwing.swing.XTableColumn
 

F

FileTag - class net.sourceforge.xwing.jelly.tags.util.FileTag.
 
FileTag() - Constructor for class net.sourceforge.xwing.jelly.tags.util.FileTag
 
FilteringListModel - class net.sourceforge.xwing.FilteringListModel.
A base class for ListModel implementations that filter the values retrieved from some underlying ListModel.
FilteringListModel(ListModel) - Constructor for class net.sourceforge.xwing.FilteringListModel
Create a new FilteringListModel.
FilteringSourceSink - class net.sourceforge.xwing.FilteringSourceSink.
A SourceSink that gets and sets its values via another underlying SourceSink.
FilteringSourceSink(SourceSink) - Constructor for class net.sourceforge.xwing.FilteringSourceSink
Create a new FilteringSourceSink
ForEachTag - class net.sourceforge.xwing.jelly.tags.dom.ForEachTag.
 
ForEachTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.ForEachTag
 
FuncTag - class net.sourceforge.xwing.jelly.tags.util.FuncTag.
 
FuncTag() - Constructor for class net.sourceforge.xwing.jelly.tags.util.FuncTag
 
FunctionContext - class net.sourceforge.xwing.jelly.tags.util.FunctionContext.
 
FunctionContext() - Constructor for class net.sourceforge.xwing.jelly.tags.util.FunctionContext
 
FunctionContext(URL) - Constructor for class net.sourceforge.xwing.jelly.tags.util.FunctionContext
 
FunctionContext(URL, URL) - Constructor for class net.sourceforge.xwing.jelly.tags.util.FunctionContext
 
FunctionContext(JellyContext) - Constructor for class net.sourceforge.xwing.jelly.tags.util.FunctionContext
 
FunctionContext(JellyContext, URL) - Constructor for class net.sourceforge.xwing.jelly.tags.util.FunctionContext
 
FunctionContext(JellyContext, URL, URL) - Constructor for class net.sourceforge.xwing.jelly.tags.util.FunctionContext
 
FunctionScript - class net.sourceforge.xwing.jelly.tags.util.FunctionScript.
 
FunctionScript(Script, String[]) - Constructor for class net.sourceforge.xwing.jelly.tags.util.FunctionScript
 
fillDataDown() - Method in class net.sourceforge.xwing.swing.XTable
 
finalize() - Method in class net.sourceforge.xwing.dom.NodeListener
 
finalize() - Method in class net.sourceforge.xwing.dom.XTreeModel
 
findAncestorWithClass(Tag, Class, Tag) - Static method in class org.apache.commons.jelly.tags.swing.GbcTag
 
findDifference(Collection, Collection) - Static method in class net.sourceforge.xwing.util.SequenceUtils
Report on the difference betwen two Collections.
findDifference(Object[], Object[]) - Static method in class net.sourceforge.xwing.util.SequenceUtils
Report on the difference betwen two Arrays.
findDynamicTag(JellyContext, StaticTag) - Method in class org.apache.commons.jelly.impl.StaticTagScript
Attempts to find a dynamically created tag that has been created since this script was compiled
findVariable(String) - Method in class org.apache.commons.jelly.JellyContext
Finds the variable value of the given name in this context or in any other parent context.
fireStateChanged() - Method in class net.sourceforge.xwing.AbstractSourceSink
Calls the stateChanged method of all registered listeners.

G

GbcTag - class org.apache.commons.jelly.tags.swing.GbcTag.
This class represents a GridBagConstraints constraints as passed in the second argument of Container#add(Component,Object).
GbcTag() - Constructor for class org.apache.commons.jelly.tags.swing.GbcTag
 
GcTag - class net.sourceforge.xwing.jelly.tags.util.GcTag.
 
GcTag() - Constructor for class net.sourceforge.xwing.jelly.tags.util.GcTag
 
get() - Method in class net.sourceforge.xwing.CachingSourceSink
 
get() - Method in class net.sourceforge.xwing.DefaultValueSourceSink
 
get() - Method in class net.sourceforge.xwing.FilteringSourceSink
Retrieve the value from the underlying SourceSink after passing it through the readFilter method.
get() - Method in class net.sourceforge.xwing.MapSourceSink
Retrieve the value from the map using the key specified when we were constructed.
get() - Method in class net.sourceforge.xwing.NullSourceSink
Return null.
get() - Method in class net.sourceforge.xwing.SimpleSourceSink
Return our stored value.
get() - Method in interface net.sourceforge.xwing.SourceSink
Retrieve some value.
get() - Method in class net.sourceforge.xwing.WeakSourceSink
 
get() - Method in class net.sourceforge.xwing.dom.NodeSourceSink
 
get() - Method in class net.sourceforge.xwing.dom.NodeTextSourceSink
 
get() - Method in class net.sourceforge.xwing.prefs.PrefSourceSink
 
get(String) - Method in class net.sourceforge.xwing.prefs.Prefs
 
getChangeRoot() - Method in class net.sourceforge.xwing.dom.ChangeInfo
 
getChangeType() - Method in class net.sourceforge.xwing.util.SequenceUtils.ChangeInfo
The type of change, either NO_CHANGE, INTERVAL_ADDED, INTERVAL_REMOVED, or COMPLEX_CHANGE.
getChild(Object, int) - Method in class net.sourceforge.xwing.dom.XTreeModel
 
getChildAt(int) - Method in class net.sourceforge.xwing.dom.XTreeNode
 
getChildCount(Object) - Method in class net.sourceforge.xwing.dom.XTreeModel
 
getChildCount() - Method in class net.sourceforge.xwing.dom.XTreeNode
 
getChildIndices() - Method in class net.sourceforge.xwing.dom.ChangeInfo
 
getChildren() - Method in class net.sourceforge.xwing.dom.ChangeInfo
 
getChildren() - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
getChoices() - Method in class net.sourceforge.xwing.swing.XTableColumn
What set of predefined values may cells be set to?
getClassLoader() - Method in class org.apache.commons.jelly.JellyContext
Return the class loader to be used for instantiating application objects when required.
getColumn(int) - Method in class net.sourceforge.xwing.swing.XTableModel
 
getColumnClass() - Method in class net.sourceforge.xwing.swing.XTableColumn
What class do this column's cell values belong to?
getColumnClass(int) - Method in class net.sourceforge.xwing.swing.XTableModel
 
getColumnCount() - Method in class net.sourceforge.xwing.swing.XTableModel
 
getColumnName(int) - Method in class net.sourceforge.xwing.swing.XTableModel
 
getColumnNumber() - Method in class org.apache.commons.jelly.impl.TagScript
 
getConstraints() - Method in class org.apache.commons.jelly.tags.swing.GbcTag
 
getContentChanges() - Method in class net.sourceforge.xwing.dom.ChangeInfo
 
getCurrentURL() - Method in class org.apache.commons.jelly.JellyContext
 
getDefault(String) - Method in class net.sourceforge.xwing.prefs.Prefs
 
getElementAt(int) - Method in class net.sourceforge.xwing.AggregatingListModel
 
getElementAt(int) - Method in class net.sourceforge.xwing.DiffingListModel
 
getElementAt(int) - Method in class net.sourceforge.xwing.FilteringListModel
 
getElementAt(int) - Method in class net.sourceforge.xwing.dom.NodeListModel
 
getElementAt(int) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
getElementAt(int) - Method in class net.sourceforge.xwing.swing.XComboBoxModel
 
getElementName() - Method in class org.apache.commons.jelly.impl.TagScript
 
getFileName() - Method in class org.apache.commons.jelly.impl.TagScript
 
getFirstIndex() - Method in class net.sourceforge.xwing.util.SequenceUtils.ChangeInfo
For changes of type INTERVAL_ADDED, the index in the new sequence of the first added element.
getId() - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
getIndex(XTreeNode) - Method in class net.sourceforge.xwing.dom.XTreeNode
 
getIndexOfChild(Object, Object) - Method in class net.sourceforge.xwing.dom.XTreeModel
 
getJellyContextURL(URL) - Method in class org.apache.commons.jelly.JellyContext
Strips off the name of a script to create a new context URL
getLabel() - Method in class net.sourceforge.xwing.swing.XTableColumn
Returns the label that should be used for this column.
getLastIndex() - Method in class net.sourceforge.xwing.util.SequenceUtils.ChangeInfo
For changes of type INTERVAL_ADDED, the index in the new sequence of the last added element.
getLineNumber() - Method in class org.apache.commons.jelly.impl.TagScript
 
getLocalName() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the local, non namespaced XML name of this tag
getMappedPropertyType() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Gets the Class object for the property values.
getMappedReadMethod() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Gets the method that should be used to read one of the property value.
getMappedWriteMethod() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Gets the method that should be used to write one of the property value.
getMinimumSize() - Method in class net.sourceforge.xwing.swing.XTextArea
 
getName() - Method in class net.sourceforge.xwing.dom.XTreeNode
 
getName() - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
getNamePath() - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
getNamespaceContext() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the namespace context of this tag.
getNewChangeRoot() - Method in class net.sourceforge.xwing.dom.ChangeInfo
 
getNode() - Method in class net.sourceforge.xwing.dom.NodeListener
 
getNode() - Method in class net.sourceforge.xwing.dom.XTreeNode
 
getParent() - Method in class net.sourceforge.xwing.dom.XTreeNode
 
getParent() - Method in class org.apache.commons.jelly.JellyContext
 
getParent() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the parent.
getPath() - Method in class net.sourceforge.xwing.dom.XTreeNode
 
getPath() - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
getPreferences() - Method in class net.sourceforge.xwing.prefs.Prefs
 
getPrefs() - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefsTag
 
getResource(String) - Method in class net.sourceforge.xwing.jelly.XwingContext
 
getResource(String) - Method in class org.apache.commons.jelly.JellyContext
Returns a URL for the given resource from the specified path.
getResourceAsStream(String) - Method in class org.apache.commons.jelly.JellyContext
Attempts to open an InputStream to the given resource at the specified path.
getResult() - Method in class net.sourceforge.xwing.jelly.tags.util.FunctionContext
 
getRoot() - Method in class net.sourceforge.xwing.dom.XTreeModel
 
getRootURL() - Method in class org.apache.commons.jelly.JellyContext
 
getRowContext(int) - Method in class net.sourceforge.xwing.swing.XTableModel
 
getRowCount() - Method in class net.sourceforge.xwing.swing.XTableModel
 
getSaxAttributes() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the SAX attributes of this tag
getScope(String) - Method in class org.apache.commons.jelly.JellyContext
 
getSelectedItem() - Method in class net.sourceforge.xwing.swing.XComboBoxModel
 
getSelectedRowNodes() - Method in class net.sourceforge.xwing.swing.XTable
 
getSize() - Method in class net.sourceforge.xwing.AggregatingListModel
 
getSize() - Method in class net.sourceforge.xwing.DiffingListModel
 
getSize() - Method in class net.sourceforge.xwing.FilteringListModel
 
getSize() - Method in class net.sourceforge.xwing.dom.NodeListModel
 
getSize() - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
getSize() - Method in class net.sourceforge.xwing.swing.XComboBoxModel
 
getSourceSink() - Method in class net.sourceforge.xwing.jelly.tags.xwing.CheckBoxTag
 
getSourceSink() - Method in interface net.sourceforge.xwing.jelly.tags.xwing.SourceSinkTag
 
getStatus() - Method in class net.sourceforge.xwing.dom.ChangeInfo
 
getStatus() - Method in class net.sourceforge.xwing.jelly.tags.util.ExitTag
 
getTable() - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableTag
 
getTag() - Method in class org.apache.commons.jelly.impl.TagScript
 
getTagBody() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the tagBody.
getTagFactory() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the Factory of Tag instances.
getTagLibrary(String) - Method in class org.apache.commons.jelly.JellyContext
 
getTemplate() - Method in class net.sourceforge.xwing.dom.XTreeNode
 
getTemplate() - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeTag
 
getText(Node) - Static method in class net.sourceforge.xwing.dom.NodeTextUtils
Retrieves the text of the given node.
getTree() - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeTag
 
getUseContextClassLoader() - Method in class org.apache.commons.jelly.JellyContext
Return the boolean as to whether the context classloader should be used.
getValue(Object) - Method in class net.sourceforge.xwing.swing.XTableColumn
An XTableModel has one context object per row.
getValueAt(int, int) - Method in class net.sourceforge.xwing.swing.XTableModel
 
getValueClass() - Method in interface net.sourceforge.xwing.SourceSinkFactory
What class will the created SourceSink understand as its value?
getVariable(String) - Method in class org.apache.commons.jelly.JellyContext
 
getVariable(String, String) - Method in class org.apache.commons.jelly.JellyContext
 
getVariableNames() - Method in class org.apache.commons.jelly.JellyContext
 
getVariables() - Method in class org.apache.commons.jelly.JellyContext
 
getXMLParser() - Method in class org.apache.commons.jelly.JellyContext
 
getXmlDocument() - Method in class net.sourceforge.xwing.jelly.tags.dom.ParseTag
 

H

handleEvent(Event) - Method in class net.sourceforge.xwing.dom.WeakEventListener
 
handleException(JellyTagException) - Method in class org.apache.commons.jelly.impl.TagScript
A helper method to handle this Jelly exception.
handleException(JellyException) - Method in class org.apache.commons.jelly.impl.TagScript
A helper method to handle this Jelly exception.
handleException(Exception) - Method in class org.apache.commons.jelly.impl.TagScript
A helper method to handle this non-Jelly exception.
handleException(Error) - Method in class org.apache.commons.jelly.impl.TagScript
A helper method to handle this non-Jelly exception.
hashCode() - Method in class net.sourceforge.xwing.swing.XTableColumn
 

I

INTERVAL_ADDED - Static variable in class net.sourceforge.xwing.util.SequenceUtils
The new sequence differs from the old sequence by having a set of values inserted into it at a single point.
INTERVAL_REMOVED - Static variable in class net.sourceforge.xwing.util.SequenceUtils
The new sequence differs from the old sequence by having a set of values removed from it at a single point.
IfTag - class net.sourceforge.xwing.jelly.tags.dom.IfTag.
 
IfTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.IfTag
 
ImportTag - class net.sourceforge.xwing.jelly.tags.dom.ImportTag.
 
ImportTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.ImportTag
 
InsertTag - class net.sourceforge.xwing.jelly.tags.dom.InsertTag.
 
InsertTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.InsertTag
 
invokeScript(XMLOutput, TreeSelectionEvent, Script) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeSelectionListenerTag
 
isCacheTags() - Method in class org.apache.commons.jelly.JellyContext
Returns whether caching of Tag instances, per thread, is enabled.
isCellEditable(int, int) - Method in class net.sourceforge.xwing.swing.XTableModel
 
isConstrainedToChoices() - Method in class net.sourceforge.xwing.swing.XTableColumn
May cells be set to values values other than those returned by getChoices?
isEditable() - Method in class net.sourceforge.xwing.swing.XTableColumn
Are the cell values in this column editable?
isExport() - Method in class org.apache.commons.jelly.JellyContext
 
isExportLibraries() - Method in class org.apache.commons.jelly.JellyContext
Returns whether we export tag libraries to our parents context
isInherit() - Method in class org.apache.commons.jelly.JellyContext
 
isLeaf(Object) - Method in class net.sourceforge.xwing.dom.XTreeModel
 
isLeaf() - Method in class net.sourceforge.xwing.dom.XTreeNode
 
isSelected() - Method in class net.sourceforge.xwing.swing.XCheckBoxModel
 
isTagLibraryRegistered(String) - Method in class org.apache.commons.jelly.JellyContext
 
isUsingDefault() - Method in class net.sourceforge.xwing.DefaultValueSourceSink
Is this SourceSink currently using its default value?
isVirtual() - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 

J

JellyContext - class org.apache.commons.jelly.JellyContext.
JellyContext represents the Jelly context.
JellyContext() - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(URL) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(URL, URL) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(JellyContext) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(JellyContext, URL) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(JellyContext, URL, URL) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyScriptRunner - class net.sourceforge.xwing.jelly.JellyScriptRunner.
 

M

MapSourceSink - class net.sourceforge.xwing.MapSourceSink.
A SourceSink whose value is retrieved from and written to a Map using a specified key.
MapSourceSink(Map, Object) - Constructor for class net.sourceforge.xwing.MapSourceSink
Create a new MapSourceSink.
MappedPropertyDescriptor - class org.apache.commons.beanutils.MappedPropertyDescriptor.
A MappedPropertyDescriptor describes one mapped property.
MappedPropertyDescriptor(String, Class) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
Constructs a MappedPropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods, with the addition of a String parameter (the key).
MappedPropertyDescriptor(String, Class, String, String) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and method names for reading and writing the property.
MappedPropertyDescriptor(String, Method, Method) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and Method objects for reading and writing the property.
main(String[]) - Static method in class net.sourceforge.xwing.jelly.JellyScriptRunner
 
merge(ChangeInfo) - Method in class net.sourceforge.xwing.dom.ChangeInfo
 
moveSelectedRowsDown() - Method in class net.sourceforge.xwing.swing.XTable
 
moveSelectedRowsUp() - Method in class net.sourceforge.xwing.swing.XTable
 

N

NO_CHANGE - Static variable in class net.sourceforge.xwing.util.SequenceUtils
The two sequences are the same.
NodeListModel - class net.sourceforge.xwing.dom.NodeListModel.
Represents a read-only connection to a list of Nodes that is interested in the text content of each node.
NodeListModel(Node, DOMXPath) - Constructor for class net.sourceforge.xwing.dom.NodeListModel
 
NodeListener - class net.sourceforge.xwing.dom.NodeListener.
 
NodeListener() - Constructor for class net.sourceforge.xwing.dom.NodeListener
 
NodeListener(Node) - Constructor for class net.sourceforge.xwing.dom.NodeListener
 
NodeListener(String) - Constructor for class net.sourceforge.xwing.dom.NodeListener
 
NodeListener(Node, String) - Constructor for class net.sourceforge.xwing.dom.NodeListener
 
NodeSetTag - class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag.
 
NodeSetTag(String, String) - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
NodeSourceSink - class net.sourceforge.xwing.dom.NodeSourceSink.
 
NodeSourceSink() - Constructor for class net.sourceforge.xwing.dom.NodeSourceSink
 
NodeSourceSink(Node) - Constructor for class net.sourceforge.xwing.dom.NodeSourceSink
 
NodeSourceSink(DOMXPath) - Constructor for class net.sourceforge.xwing.dom.NodeSourceSink
 
NodeSourceSink(Node, DOMXPath) - Constructor for class net.sourceforge.xwing.dom.NodeSourceSink
 
NodeTag - class net.sourceforge.xwing.jelly.tags.xwing.NodeTag.
 
NodeTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.NodeTag
 
NodeTextListModel - class net.sourceforge.xwing.dom.NodeTextListModel.
 
NodeTextListModel(ListModel) - Constructor for class net.sourceforge.xwing.dom.NodeTextListModel
 
NodeTextSourceSink - class net.sourceforge.xwing.dom.NodeTextSourceSink.
 
NodeTextSourceSink(NodeSourceSink) - Constructor for class net.sourceforge.xwing.dom.NodeTextSourceSink
 
NodeTextSourceSink(Node) - Constructor for class net.sourceforge.xwing.dom.NodeTextSourceSink
 
NodeTextUtils - class net.sourceforge.xwing.dom.NodeTextUtils.
 
NullSourceSink - class net.sourceforge.xwing.NullSourceSink.
A SourceSink whose value is always null.
NullSourceSink() - Constructor for class net.sourceforge.xwing.NullSourceSink
 
net.sourceforge.xwing - package net.sourceforge.xwing
 
net.sourceforge.xwing.dom - package net.sourceforge.xwing.dom
 
net.sourceforge.xwing.jelly - package net.sourceforge.xwing.jelly
 
net.sourceforge.xwing.jelly.tags.dom - package net.sourceforge.xwing.jelly.tags.dom
 
net.sourceforge.xwing.jelly.tags.prefs - package net.sourceforge.xwing.jelly.tags.prefs
 
net.sourceforge.xwing.jelly.tags.util - package net.sourceforge.xwing.jelly.tags.util
 
net.sourceforge.xwing.jelly.tags.xwing - package net.sourceforge.xwing.jelly.tags.xwing
 
net.sourceforge.xwing.prefs - package net.sourceforge.xwing.prefs
 
net.sourceforge.xwing.swing - package net.sourceforge.xwing.swing
 
net.sourceforge.xwing.util - package net.sourceforge.xwing.util
 
newDocument() - Static method in class net.sourceforge.xwing.dom.DomUtils
 
newInstance(Class, Map, XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.CheckBoxTag
 
newInstance(Class, Map, XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ComboBoxTag
 
newInstance(Class, Map, XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.DialogTag
 
newInstance(Class, Map, XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TextAreaTag
 
newInstance(Class, Map, XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TextFieldTag
 
newInstance(Class) - Static method in class org.apache.commons.jelly.impl.TagScript
 
newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.GbcTag
A class may be specified otherwise the Factory will be used.
newJellyContext(Map) - Method in class org.apache.commons.jelly.JellyContext
A factory method to create a new child context of the current context.
newJellyContext() - Method in class org.apache.commons.jelly.JellyContext
A factory method to create a new child context of the current context.
nodeChanged(Event) - Method in class net.sourceforge.xwing.dom.NodeListener
 

O

OutTag - class net.sourceforge.xwing.jelly.tags.dom.OutTag.
 
OutTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.OutTag
 
org.apache.commons.beanutils - package org.apache.commons.beanutils
 
org.apache.commons.jelly - package org.apache.commons.jelly
 
org.apache.commons.jelly.impl - package org.apache.commons.jelly.impl
 
org.apache.commons.jelly.tags.swing - package org.apache.commons.jelly.tags.swing
 

P

ParseTag - class net.sourceforge.xwing.jelly.tags.dom.ParseTag.
 
ParseTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.ParseTag
 
PrefSourceSink - class net.sourceforge.xwing.prefs.PrefSourceSink.
 
PrefSourceSink(Preferences, String, Object) - Constructor for class net.sourceforge.xwing.prefs.PrefSourceSink
 
PrefSourceSink(Prefs, String) - Constructor for class net.sourceforge.xwing.prefs.PrefSourceSink
 
PrefTag - class net.sourceforge.xwing.jelly.tags.prefs.PrefTag.
 
PrefTag() - Constructor for class net.sourceforge.xwing.jelly.tags.prefs.PrefTag
 
Prefs - class net.sourceforge.xwing.prefs.Prefs.
 
Prefs(Class, boolean) - Constructor for class net.sourceforge.xwing.prefs.Prefs
 
Prefs(String, boolean) - Constructor for class net.sourceforge.xwing.prefs.Prefs
 
Prefs(Preferences) - Constructor for class net.sourceforge.xwing.prefs.Prefs
 
PrefsTag - class net.sourceforge.xwing.jelly.tags.prefs.PrefsTag.
 
PrefsTag() - Constructor for class net.sourceforge.xwing.jelly.tags.prefs.PrefsTag
 
PrefsTagLibrary - class net.sourceforge.xwing.jelly.tags.prefs.PrefsTagLibrary.
 
PrefsTagLibrary() - Constructor for class net.sourceforge.xwing.jelly.tags.prefs.PrefsTagLibrary
 
parse(File) - Static method in class net.sourceforge.xwing.dom.DomUtils
 
parse(InputStream) - Static method in class net.sourceforge.xwing.dom.DomUtils
 
parse(String) - Static method in class net.sourceforge.xwing.dom.DomUtils
 
parse(Object) - Method in class net.sourceforge.xwing.jelly.tags.dom.ParseTag
 
parseBody() - Method in class net.sourceforge.xwing.jelly.tags.dom.ParseTag
 
parseText(String) - Static method in class net.sourceforge.xwing.dom.DomUtils
 
parseText(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.ParseTag
 
preferenceChange(PreferenceChangeEvent) - Method in class net.sourceforge.xwing.prefs.PrefSourceSink
 
processBean(String, Object) - Method in class net.sourceforge.xwing.jelly.tags.xwing.DialogTag
 
processBean(String, Object) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeTag
 
processBean(String, Object) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableTag
 
processBean(String, Object) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeTag
 

R

RemoveTag - class net.sourceforge.xwing.jelly.tags.dom.RemoveTag.
 
RemoveTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.RemoveTag
 
ReplaceTag - class net.sourceforge.xwing.jelly.tags.dom.ReplaceTag.
 
ReplaceTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.ReplaceTag
 
ResultTag - class net.sourceforge.xwing.jelly.tags.util.ResultTag.
 
ResultTag() - Constructor for class net.sourceforge.xwing.jelly.tags.util.ResultTag
 
RowScriptTag - class net.sourceforge.xwing.jelly.tags.xwing.RowScriptTag.
 
RowScriptTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.RowScriptTag
 
RowTag - class net.sourceforge.xwing.jelly.tags.xwing.RowTag.
 
RowTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.RowTag
 
readFilter(Object) - Method in class net.sourceforge.xwing.BooleanToTextAdapter
 
readFilter(Object) - Method in class net.sourceforge.xwing.FilteringListModel
Overridden by all derived classes to provide specific filtering behavior.
readFilter(Object) - Method in class net.sourceforge.xwing.FilteringSourceSink
Transform a value on its way out from the underlying SourceSink.
readFilter(Object) - Method in class net.sourceforge.xwing.dom.NodeTextListModel
 
refreshFromModel() - Method in class net.sourceforge.xwing.swing.XTextArea
 
refreshFromModel() - Method in class net.sourceforge.xwing.swing.XTextField
 
registerTagLibrary(String, TagLibrary) - Method in class org.apache.commons.jelly.JellyContext
Registers the given tag library against the given namespace URI.
registerTagLibrary(String, String) - Method in class org.apache.commons.jelly.JellyContext
Registers the given tag library class name against the given namespace URI.
removeChangeListener(ChangeListener) - Method in class net.sourceforge.xwing.AbstractSourceSink
 
removeChangeListener(ChangeListener) - Method in interface net.sourceforge.xwing.SourceSink
Remove the specified listener from the list of interested change listeners.
removeChangeListener(ChangeListener) - Method in class net.sourceforge.xwing.dom.NodeTextSourceSink
 
removeChild(int) - Method in class net.sourceforge.xwing.dom.XTreeNode
 
removeListDataListener(ListDataListener) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
removeListDataListener(ListDataListener) - Method in class net.sourceforge.xwing.swing.XComboBoxModel
 
removeTreeModelListener(TreeModelListener) - Method in class net.sourceforge.xwing.dom.XTreeModel
 
removeVariable(String) - Method in class org.apache.commons.jelly.JellyContext
Removes the given variable
removeVariable(String, String) - Method in class org.apache.commons.jelly.JellyContext
Removes the given variable in the specified scope.
replaceChild(XTreeNode, XTreeNode) - Method in class net.sourceforge.xwing.dom.XTreeNode
 
restoreDefault() - Method in class net.sourceforge.xwing.DefaultValueSourceSink
Cause this SourceSink to revert to its default value.
run(String) - Static method in class net.sourceforge.xwing.jelly.JellyScriptRunner
 
run(URL) - Static method in class net.sourceforge.xwing.jelly.JellyScriptRunner
 
run(URL, OutputStream) - Static method in class net.sourceforge.xwing.jelly.JellyScriptRunner
 
run(String, OutputStream) - Static method in class net.sourceforge.xwing.jelly.JellyScriptRunner
 
run(JellyContext, XMLOutput) - Method in class net.sourceforge.xwing.jelly.tags.util.FunctionScript
 
run(JellyContext, XMLOutput) - Method in class org.apache.commons.jelly.impl.StaticTagScript
 
run(JellyContext, XMLOutput) - Method in class org.apache.commons.jelly.impl.TagScript
Evaluates the body of a tag
runScript() - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
runScript(File, XMLOutput) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given File then compiles it and runs it.
runScript(URL, XMLOutput) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given URL then compiles it and runs it.
runScript(String, XMLOutput) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given uri using the JellyContext.getResource() API then compiles it and runs it.
runScript(String, XMLOutput, boolean, boolean) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given uri using the JellyContext.getResource() API then compiles it and runs it.
runScript(File, XMLOutput, boolean, boolean) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given file then compiles it and runs it.
runScript(URL, XMLOutput, boolean, boolean) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given URL then compiles it and runs it.

S

SAME - Static variable in class net.sourceforge.xwing.dom.ChangeInfo
 
SequenceUtils - class net.sourceforge.xwing.util.SequenceUtils.
A utility class that reports simple difference information between two sequences.
SequenceUtils.ChangeInfo - class net.sourceforge.xwing.util.SequenceUtils.ChangeInfo.
A class that encapsulates the information about the change from an old sequence to a new sequence.
SetAttributeTag - class net.sourceforge.xwing.jelly.tags.dom.SetAttributeTag.
 
SetAttributeTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.SetAttributeTag
 
SetTag - class net.sourceforge.xwing.jelly.tags.dom.SetTag.
 
SetTag() - Constructor for class net.sourceforge.xwing.jelly.tags.dom.SetTag
 
SimpleSourceSink - class net.sourceforge.xwing.SimpleSourceSink.
A SourceSink that internally stores any arbitrary Object as its value.
SimpleSourceSink() - Constructor for class net.sourceforge.xwing.SimpleSourceSink
Create a new SimpleSourceSink with a null value.
SimpleSourceSink(Object) - Constructor for class net.sourceforge.xwing.SimpleSourceSink
Create a new SimpleSourceSink with the specified value.
SourceSink - interface net.sourceforge.xwing.SourceSink.
A proxy for some value that can be read and written, and to which interested listeners may subscribe to receive change notification.
SourceSinkFactory - interface net.sourceforge.xwing.SourceSinkFactory.
An interface for classes that create a SourceSink.
SourceSinkTag - interface net.sourceforge.xwing.jelly.tags.xwing.SourceSinkTag.
 
StaticTagScript - class org.apache.commons.jelly.impl.StaticTagScript.
StaticTagScript is a script that evaluates a StaticTag, a piece of static XML though its attributes or element content may contain dynamic expressions.
StaticTagScript() - Constructor for class org.apache.commons.jelly.impl.StaticTagScript
 
StaticTagScript(TagFactory) - Constructor for class org.apache.commons.jelly.impl.StaticTagScript
 
set(Object) - Method in class net.sourceforge.xwing.CachingSourceSink
 
set(Object) - Method in class net.sourceforge.xwing.DefaultValueSourceSink
 
set(Object) - Method in class net.sourceforge.xwing.FilteringSourceSink
Set the value in the underlying SourceSink after passing it through the writeFilter method.
set(Object) - Method in class net.sourceforge.xwing.MapSourceSink
Store the value into the map using the key specified when we were constructed.
set(Object) - Method in class net.sourceforge.xwing.NullSourceSink
Do nothing.
set(Object) - Method in class net.sourceforge.xwing.SimpleSourceSink
Set our stored value and fire a ChangeEvent to all listeners.
set(Object) - Method in interface net.sourceforge.xwing.SourceSink
Store some value.
set(Object) - Method in class net.sourceforge.xwing.WeakSourceSink
 
set(Object) - Method in class net.sourceforge.xwing.dom.NodeSourceSink
 
set(Object) - Method in class net.sourceforge.xwing.dom.NodeTextSourceSink
 
set(Object) - Method in class net.sourceforge.xwing.prefs.PrefSourceSink
 
set(String, Object) - Method in class net.sourceforge.xwing.prefs.Prefs
 
setActive(boolean) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.swing.GbcTag
 
setBefore(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.InsertTag
 
setBottom(int) - Method in class net.sourceforge.xwing.jelly.tags.xwing.EmptyBorderTag
 
setCacheTags(boolean) - Method in class org.apache.commons.jelly.JellyContext
Sets whether caching of Tag instances, per thread, is enabled.
setCellClassname(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setChoices(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setChoices(ListModel) - Method in class net.sourceforge.xwing.swing.XTableColumn
 
setChoicesNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setChoicesPath(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.JellyContext
Set the class loader to be used for instantiating application objects when required.
setClassName(String) - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefsTag
 
setColumnNumber(int) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the column number of the tag
setComboEditable(boolean) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setConstrainedToChoices(boolean) - Method in class net.sourceforge.xwing.swing.XTableColumn
 
setCurrentURL(URL) - Method in class org.apache.commons.jelly.JellyContext
Sets the current URL context of the current script that is executing.
setDefault(Object) - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefTag
 
setDescription(String) - Method in class net.sourceforge.xwing.jelly.tags.util.ExtensionFilterTag
 
setDocNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.ElementTag
 
setEditable(boolean) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setEditable(boolean) - Method in class net.sourceforge.xwing.swing.XTableColumn
 
setElement(Element) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetAttributeTag
 
setElementName(String) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the element name which caused the problem
setEventVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.EventListenerTag
 
setEventVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ChangeListenerTag
 
setEventVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableDoubleClickListenerTag
 
setEventVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableSelectionListenerTag
 
setExport(boolean) - Method in class org.apache.commons.jelly.JellyContext
Sets whether we should export variable definitions to our parent context
setExportLibraries(boolean) - Method in class org.apache.commons.jelly.JellyContext
Sets whether we export tag libraries to our parents context
setExtension(String) - Method in class net.sourceforge.xwing.jelly.tags.util.FileTag
 
setExtensions(String) - Method in class net.sourceforge.xwing.jelly.tags.util.ExtensionFilterTag
 
setFile(File) - Method in class net.sourceforge.xwing.jelly.tags.util.FileTag
 
setFileName(String) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the Jelly file which caused the problem
setId(String) - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
setInherit(boolean) - Method in class org.apache.commons.jelly.JellyContext
Sets whether we should inherit variables from our parent context
setKey(String) - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefTag
 
setLabel(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setLabel(String) - Method in class net.sourceforge.xwing.swing.XTableColumn
 
setLabelNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setLabelNodeVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setLabelSS(SourceSink) - Method in class net.sourceforge.xwing.swing.XTableColumn
 
setLabelSelect(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setLeft(int) - Method in class net.sourceforge.xwing.jelly.tags.xwing.EmptyBorderTag
 
setLineNumber(int) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the line number of the tag
setList(List) - Method in class net.sourceforge.xwing.DiffingListModel
Set our contents to the supplied value.
setLocalName(String) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the local, non namespaced name of this tag.
setLocator(Locator) - Method in class org.apache.commons.jelly.impl.TagScript
Configures this TagScript from the SAX Locator, setting the column and line numbers
setMappedReadMethod(Method) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Sets the method that should be used to read one of the property value.
setMappedWriteMethod(Method) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Sets the method that should be used to write the property value.
setName(String) - Method in class net.sourceforge.xwing.dom.XTreeNode
 
setName(String) - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
setName(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.AppendTag
 
setName(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.CloneTag
 
setName(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.ElementTag
 
setName(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.InsertTag
 
setName(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetAttributeTag
 
setNamePath(String) - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
setNewNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.ReplaceTag
 
setNode(Node) - Method in class net.sourceforge.xwing.dom.NodeListModel
 
setNode(Node) - Method in class net.sourceforge.xwing.dom.NodeListener
 
setNode(Node) - Method in class net.sourceforge.xwing.dom.XTreeModel
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.AppendTag
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.CloneTag
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.EventListenerTag
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.ImportTag
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.InsertTag
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.RemoveTag
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.ReplaceTag
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
setNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.xwing.RowTag
 
setNode(Node) - Method in class net.sourceforge.xwing.swing.XTextArea
 
setNode(Node) - Method in class net.sourceforge.xwing.swing.XTextField
 
setNodeVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
setParent(XTreeTemplate) - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
setParent(JellyContext) - Method in class org.apache.commons.jelly.JellyContext
Change the parent context to the one provided
setParent(TagScript) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the parent.
setParentNode(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.AppendTag
 
setPath(String) - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
setPath(String) - Method in class net.sourceforge.xwing.jelly.tags.util.FileTag
 
setRef(String) - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
setRequired(String) - Method in class net.sourceforge.xwing.jelly.tags.util.FuncTag
 
setResult(Object) - Method in class net.sourceforge.xwing.jelly.tags.util.FunctionContext
 
setRight(int) - Method in class net.sourceforge.xwing.jelly.tags.xwing.EmptyBorderTag
 
setRootTemplate(XTreeTemplate) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeTag
 
setRootURL(URL) - Method in class org.apache.commons.jelly.JellyContext
Sets the current root context URL from which all absolute resource URIs will be relative to.
setRowVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setSaxAttributes(Attributes) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the SAX attributes of this tag
setScript(Script) - Method in class net.sourceforge.xwing.jelly.tags.util.FuncTag
 
setScript(Script) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableDoubleClickListenerTag
 
setScript(Script) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableSelectionListenerTag
 
setSelect(DOMXPath) - Method in class net.sourceforge.xwing.dom.NodeListModel
 
setSelect(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.ForEachTag
 
setSelect(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetTag
 
setSelect(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.RowTag
 
setSelected(boolean) - Method in class net.sourceforge.xwing.swing.XCheckBoxModel
 
setSelectedItem(Object) - Method in class net.sourceforge.xwing.swing.XComboBoxModel
 
setSelectedValue(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setSourceSink(SourceSink) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ChangeListenerTag
 
setSourceSink(SourceSink) - Method in class net.sourceforge.xwing.swing.XTextField
 
setStatus(String) - Method in class net.sourceforge.xwing.jelly.tags.util.ExitTag
 
setSystem(boolean) - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefsTag
 
setTable(JTable) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableDoubleClickListenerTag
 
setTable(JTable) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TableSelectionListenerTag
 
setTag(Tag) - Method in class org.apache.commons.jelly.impl.TagScript
Allows the script to set the tag instance to be used, such as in a StaticTagScript when a StaticTag is switched with a DynamicTag
setTagBody(Script) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the tagBody.
setTagFactory(TagFactory) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the Factory of Tag instances.
setTagNamespacesMap(Map) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the optional namespaces prefix -> URI map of the namespaces attached to this Tag
setTarget(Node) - Method in class net.sourceforge.xwing.jelly.tags.dom.ImportTag
 
setTemplate(XTreeTemplate) - Method in class net.sourceforge.xwing.dom.XTreeModel
 
setTest(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.IfTag
 
setText(Node, String) - Static method in class net.sourceforge.xwing.dom.NodeTextUtils
Sets the text of the given node.The exact behavior depends on the type of node passed in.
setText(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.AppendTag
 
setText(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.InsertTag
 
setText(String) - Method in class net.sourceforge.xwing.swing.XTextArea
 
setText(String) - Method in class net.sourceforge.xwing.swing.XTextField
 
setTop(int) - Method in class net.sourceforge.xwing.jelly.tags.xwing.EmptyBorderTag
 
setTreeNodeVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeSelectionListenerTag
 
setType(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.EventListenerTag
 
setType(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetTag
 
setType(String) - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefTag
 
setUnselectedValue(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.JellyContext
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes.
setValue(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetAttributeTag
 
setValue(Object) - Method in class net.sourceforge.xwing.jelly.tags.util.ResultTag
 
setValueAt(Object, int, int) - Method in class net.sourceforge.xwing.swing.XTableModel
 
setValueChanged(Script) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeSelectionListenerTag
 
setValueSelect(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ColTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.AppendTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.CloneTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.ElementTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.EventListenerTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.ForEachTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.ImportTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.InsertTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.prefs.PrefsTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.util.ExtensionFilterTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.util.FileTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.util.FuncTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.ChangeListenerTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.NodeSetTag
 
setVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeSelectionListenerTag
 
setVariable(String, Object) - Method in class org.apache.commons.jelly.JellyContext
Sets the value of the given variable name
setVariable(String, String, Object) - Method in class org.apache.commons.jelly.JellyContext
Sets the value of the given variable name in the given variable scope
setVariables(Map) - Method in class org.apache.commons.jelly.JellyContext
Sets the Map of variables to use
setVirtual(boolean) - Method in class net.sourceforge.xwing.dom.XTreeTemplate
 
setXmlContext(Object) - Method in class net.sourceforge.xwing.jelly.tags.dom.ForEachTag
 
setXmlContext(Object) - Method in class net.sourceforge.xwing.jelly.tags.dom.IfTag
 
setXmlContext(Object) - Method in class net.sourceforge.xwing.jelly.tags.dom.SetTag
 
setXmlNodeVar(String) - Method in class net.sourceforge.xwing.jelly.tags.xwing.TreeSelectionListenerTag
 
startNamespacePrefixes(XMLOutput) - Method in class org.apache.commons.jelly.impl.TagScript
Output the new namespace prefixes used for this element

T

TableDoubleClickListenerTag - class net.sourceforge.xwing.jelly.tags.xwing.TableDoubleClickListenerTag.
 
TableDoubleClickListenerTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.TableDoubleClickListenerTag
 
TableSelectionListenerTag - class net.sourceforge.xwing.jelly.tags.xwing.TableSelectionListenerTag.
 
TableSelectionListenerTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.TableSelectionListenerTag
 
TableTag - class net.sourceforge.xwing.jelly.tags.xwing.TableTag.
 
TableTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.TableTag
 
TagScript - class org.apache.commons.jelly.impl.TagScript.
TagScript is a Script that evaluates a custom tag.
TagScript() - Constructor for class org.apache.commons.jelly.impl.TagScript
 
TagScript(TagFactory) - Constructor for class org.apache.commons.jelly.impl.TagScript
 
TextAreaTag - class net.sourceforge.xwing.jelly.tags.xwing.TextAreaTag.
 
TextAreaTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.TextAreaTag
 
TextFieldTag - class net.sourceforge.xwing.jelly.tags.xwing.TextFieldTag.
 
TextFieldTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.TextFieldTag
 
TreeSelectionListenerTag - class net.sourceforge.xwing.jelly.tags.xwing.TreeSelectionListenerTag.
 
TreeSelectionListenerTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.TreeSelectionListenerTag
 
TreeTag - class net.sourceforge.xwing.jelly.tags.xwing.TreeTag.
 
TreeTag() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.TreeTag
 
tableChanged(TableModelEvent) - Method in class net.sourceforge.xwing.swing.XTable
 
toString() - Method in class net.sourceforge.xwing.dom.XTreeNode
 
toString() - Method in class org.apache.commons.jelly.impl.TagScript
 

U

UtilTagLibrary - class net.sourceforge.xwing.jelly.tags.util.UtilTagLibrary.
 
UtilTagLibrary() - Constructor for class net.sourceforge.xwing.jelly.tags.util.UtilTagLibrary
 
useContextClassLoader - Variable in class org.apache.commons.jelly.JellyContext
Do we want to use the Context ClassLoader when loading classes for instantiating new objects? Default is false.

V

valueForPathChanged(TreePath, Object) - Method in class net.sourceforge.xwing.dom.XTreeModel
 

W

WeakEventListener - class net.sourceforge.xwing.dom.WeakEventListener.
 
WeakEventListener(EventListener) - Constructor for class net.sourceforge.xwing.dom.WeakEventListener
 
WeakSourceSink - class net.sourceforge.xwing.WeakSourceSink.
A SourceSink that acts as a proxy to another SourceSink.
WeakSourceSink(SourceSink) - Constructor for class net.sourceforge.xwing.WeakSourceSink
Create a new WeakSourceSink.
writeFilter(Object) - Method in class net.sourceforge.xwing.BooleanToTextAdapter
 
writeFilter(Object) - Method in class net.sourceforge.xwing.FilteringSourceSink
Transform a value on its way into the underlying SourceSink.
writeModel() - Method in class net.sourceforge.xwing.swing.XTextArea
 
writeModel() - Method in class net.sourceforge.xwing.swing.XTextField
 

X

XCheckBoxModel - class net.sourceforge.xwing.swing.XCheckBoxModel.
 
XCheckBoxModel(SourceSink) - Constructor for class net.sourceforge.xwing.swing.XCheckBoxModel
 
XComboBoxModel - class net.sourceforge.xwing.swing.XComboBoxModel.
 
XComboBoxModel(SourceSink, ListModel) - Constructor for class net.sourceforge.xwing.swing.XComboBoxModel
 
XTable - class net.sourceforge.xwing.swing.XTable.
 
XTable() - Constructor for class net.sourceforge.xwing.swing.XTable
 
XTableColumn - class net.sourceforge.xwing.swing.XTableColumn.
 
XTableColumn(String, SourceSinkFactory, boolean, ListModel, boolean) - Constructor for class net.sourceforge.xwing.swing.XTableColumn
 
XTableColumn(SourceSink, SourceSinkFactory, boolean, ListModel, boolean) - Constructor for class net.sourceforge.xwing.swing.XTableColumn
 
XTableModel - class net.sourceforge.xwing.swing.XTableModel.
 
XTableModel(ListModel, ListModel) - Constructor for class net.sourceforge.xwing.swing.XTableModel
 
XTextArea - class net.sourceforge.xwing.swing.XTextArea.
 
XTextArea(Node) - Constructor for class net.sourceforge.xwing.swing.XTextArea
 
XTextArea(Node, boolean) - Constructor for class net.sourceforge.xwing.swing.XTextArea
 
XTextField - class net.sourceforge.xwing.swing.XTextField.
 
XTextField(Node) - Constructor for class net.sourceforge.xwing.swing.XTextField
 
XTextField(Node, boolean) - Constructor for class net.sourceforge.xwing.swing.XTextField
 
XTreeModel - class net.sourceforge.xwing.dom.XTreeModel.
 
XTreeModel() - Constructor for class net.sourceforge.xwing.dom.XTreeModel
 
XTreeModel(XTreeTemplate, Node) - Constructor for class net.sourceforge.xwing.dom.XTreeModel
 
XTreeNode - class net.sourceforge.xwing.dom.XTreeNode.
 
XTreeNode(XTreeTemplate, Node) - Constructor for class net.sourceforge.xwing.dom.XTreeNode
 
XTreeTemplate - class net.sourceforge.xwing.dom.XTreeTemplate.
 
XTreeTemplate() - Constructor for class net.sourceforge.xwing.dom.XTreeTemplate
 
XwingContext - class net.sourceforge.xwing.jelly.XwingContext.
 
XwingContext() - Constructor for class net.sourceforge.xwing.jelly.XwingContext
 
XwingContext(URL) - Constructor for class net.sourceforge.xwing.jelly.XwingContext
 
XwingContext(URL, URL) - Constructor for class net.sourceforge.xwing.jelly.XwingContext
 
XwingContext(JellyContext) - Constructor for class net.sourceforge.xwing.jelly.XwingContext
 
XwingContext(JellyContext, URL) - Constructor for class net.sourceforge.xwing.jelly.XwingContext
 
XwingContext(JellyContext, URL, URL) - Constructor for class net.sourceforge.xwing.jelly.XwingContext
 
XwingTagLibrary - class net.sourceforge.xwing.jelly.tags.xwing.XwingTagLibrary.
 
XwingTagLibrary() - Constructor for class net.sourceforge.xwing.jelly.tags.xwing.XwingTagLibrary
 

A B C D E F G H I J M N O P R S T U V W X

Copyright © 2003 The Xwing Project. All Rights Reserved.