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

Quick Search    Search Deep

PointOfView
Class KeyWordDimensionClient  view KeyWordDimensionClient download KeyWordDimensionClient.java

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

public class KeyWordDimensionClient
extends DimensionClient
implements java.io.Serializable


Field Summary
private static java.lang.String PROP_SAMPLE_PROPERTY
           
private  java.beans.PropertyChangeSupport propertySupport
           
private  java.lang.String sampleProperty
           
private  KeyWordDimensionGUI theKeyWordDimensionGUI
           
private  KeyWordQuery theWordSubset
           
 
Constructor Summary
KeyWordDimensionClient()
          Creates new KeyWordDimensionClient
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 DimensionGUI getDimensionGUI()
           
 DimensionSubset getDimensionSubset()
           
 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

theKeyWordDimensionGUI

private KeyWordDimensionGUI theKeyWordDimensionGUI

theWordSubset

private KeyWordQuery theWordSubset

propertySupport

private java.beans.PropertyChangeSupport propertySupport
Constructor Detail

KeyWordDimensionClient

public KeyWordDimensionClient()
Creates new KeyWordDimensionClient

Method Detail

getSampleProperty

public java.lang.String getSampleProperty()
Overrides:
getSampleProperty in class DimensionClient

setSampleProperty

public void setSampleProperty(java.lang.String value)
Overrides:
setSampleProperty in class DimensionClient

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Overrides:
addPropertyChangeListener in class DimensionClient

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Overrides:
removePropertyChangeListener in class DimensionClient

getDimensionSubset

public DimensionSubset getDimensionSubset()
Specified by:
getDimensionSubset in class DimensionClient

getDimensionGUI

public DimensionGUI getDimensionGUI()
Specified by:
getDimensionGUI in class DimensionClient