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

Quick Search    Search Deep

PointOfView
Class DimensionClient  view DimensionClient download DimensionClient.java

java.lang.Object
  extended byPointOfView.DimensionClient
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DateDimensionClient, DomainNameDimensionClient, GeoIP_DimensionClient, KeyWordDimensionClient, PageRankDimensionClient

public abstract class DimensionClient
extends java.lang.Object
implements java.io.Serializable


Field Summary
private static java.lang.String PROP_SAMPLE_PROPERTY
           
private  java.beans.PropertyChangeSupport propertySupport
           
private  java.lang.String sampleProperty
           
 
Constructor Summary
DimensionClient()
          Creates new DimensionClient
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
abstract  DimensionGUI getDimensionGUI()
           
abstract  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

propertySupport

private java.beans.PropertyChangeSupport propertySupport
Constructor Detail

DimensionClient

public DimensionClient()
Creates new DimensionClient

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)

getDimensionGUI

public abstract DimensionGUI getDimensionGUI()

getDimensionSubset

public abstract DimensionSubset getDimensionSubset()