Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

PointOfView
Class DocumentSelector  view DocumentSelector download DocumentSelector.java

java.lang.Object
  extended byPointOfView.DocumentSelector
All Implemented Interfaces:
java.io.Serializable

public class DocumentSelector
extends java.lang.Object
implements java.io.Serializable

Get queries from its client, retrieve the result from its data source and sends the results back to the client


Field Summary
private static java.lang.String PROP_SAMPLE_PROPERTY
           
private  java.beans.PropertyChangeSupport propertySupport
           
private  java.lang.String sampleProperty
           
 
Constructor Summary
DocumentSelector()
          Creates new DocumentSelector
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 java.lang.String getSampleProperty()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void setSampleProperty(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_SAMPLE_PROPERTY

private static final java.lang.String PROP_SAMPLE_PROPERTY
See Also:
Constant Field Values

sampleProperty

private java.lang.String sampleProperty

propertySupport

private java.beans.PropertyChangeSupport propertySupport
Constructor Detail

DocumentSelector

public DocumentSelector()
Creates new DocumentSelector

Method Detail

getSampleProperty

public java.lang.String getSampleProperty()

setSampleProperty

public void setSampleProperty(java.lang.String value)

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)