Uses of Interface
net.sourceforge.xwing.SourceSink

Packages that use SourceSink
net.sourceforge.xwing   
net.sourceforge.xwing.dom   
net.sourceforge.xwing.jelly.tags.xwing   
net.sourceforge.xwing.prefs   
net.sourceforge.xwing.swing   
 

Uses of SourceSink in net.sourceforge.xwing
 

Classes in net.sourceforge.xwing that implement SourceSink
 class AbstractSourceSink
          A partial implementation of SourceSink that takes care of managing the list of listeners.
 class 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.
 class CachingSourceSink
          A SourceSink that caches values retrieved from an underlying SourceSink.
 class DefaultValueSourceSink
          A SourceSink that channels a value from some other SourceSink.
 class FilteringSourceSink
          A SourceSink that gets and sets its values via another underlying SourceSink.
 class MapSourceSink
          A SourceSink whose value is retrieved from and written to a Map using a specified key.
 class NullSourceSink
          A SourceSink whose value is always null.
 class SimpleSourceSink
          A SourceSink that internally stores any arbitrary Object as its value.
 class WeakSourceSink
          A SourceSink that acts as a proxy to another SourceSink.
 

Methods in net.sourceforge.xwing that return SourceSink
 SourceSink SourceSinkFactory.create(Object value)
          Create a SourceSink.
 

Constructors in net.sourceforge.xwing with parameters of type SourceSink
BooleanToTextAdapter(SourceSink srcSink, String trueText, String falseText)
          Create a new BooleanToTextAdapter.
CachingSourceSink(SourceSink srcSink)
          Create a new CachingSourceSink.
DefaultValueSourceSink(SourceSink valueSS, SourceSink defaultSS)
          Create a new DefaultValueSourceSink.
FilteringSourceSink(SourceSink srcSink)
          Create a new FilteringSourceSink
WeakSourceSink(SourceSink ss)
          Create a new WeakSourceSink.
 

Uses of SourceSink in net.sourceforge.xwing.dom
 

Classes in net.sourceforge.xwing.dom that implement SourceSink
 class NodeSourceSink
           
 class NodeTextSourceSink
           
 

Uses of SourceSink in net.sourceforge.xwing.jelly.tags.xwing
 

Methods in net.sourceforge.xwing.jelly.tags.xwing that return SourceSink
 SourceSink CheckBoxTag.getSourceSink()
           
 SourceSink SourceSinkTag.getSourceSink()
           
 

Methods in net.sourceforge.xwing.jelly.tags.xwing with parameters of type SourceSink
 void ChangeListenerTag.setSourceSink(SourceSink sourceSink)
           
 

Uses of SourceSink in net.sourceforge.xwing.prefs
 

Classes in net.sourceforge.xwing.prefs that implement SourceSink
 class PrefSourceSink
           
 

Uses of SourceSink in net.sourceforge.xwing.swing
 

Methods in net.sourceforge.xwing.swing that return SourceSink
 SourceSink XTableColumn.getValue(Object context)
          An XTableModel has one context object per row.
 

Methods in net.sourceforge.xwing.swing with parameters of type SourceSink
 void XTableColumn.setLabelSS(SourceSink labelSS)
           
 void XTextField.setSourceSink(SourceSink ss)
           
 

Constructors in net.sourceforge.xwing.swing with parameters of type SourceSink
XCheckBoxModel(SourceSink conn)
           
XComboBoxModel(SourceSink selection, ListModel choices)
           
XTableColumn(SourceSink labelSS, SourceSinkFactory valueFactory, boolean isEditable, ListModel choices, boolean isConstrainedToChoices)
           
 



Copyright © 2003 The Xwing Project. All Rights Reserved.