anl.aida.client.gui
Class BubbleConfigBean

java.lang.Object
  extended by anl.aida.client.gui.BubbleConfigBean

public class BubbleConfigBean
extends java.lang.Object

Bean for bubble plot configuration properties.


Nested Class Summary
static class BubbleConfigBean.AxisType
           
 
Field Summary
private  boolean canceled
           
private  int entityCount
           
protected  com.jgoodies.binding.beans.ExtendedPropertyChangeSupport pcs
           
private  java.lang.String title
           
private  BubbleConfigBean.AxisType xAxisType
           
private  BubbleDialog.SourceItem xItem
           
private  java.lang.String xLabel
           
private  BubbleConfigBean.AxisType yAxisType
           
private  BubbleDialog.SourceItem yItem
           
private  java.lang.String yLabel
           
private  BubbleDialog.SourceItem zItem
           
private  java.lang.String zLabel
           
 
Constructor Summary
BubbleConfigBean()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener x)
           
 int getEntityCount()
           
 java.lang.String getTitle()
           
 BubbleConfigBean.AxisType getXAxisType()
           
 BubbleDialog.SourceItem getXItem()
           
 java.lang.String getXLabel()
           
 BubbleConfigBean.AxisType getYAxisType()
           
 BubbleDialog.SourceItem getYItem()
           
 java.lang.String getYLabel()
           
 BubbleDialog.SourceItem getZItem()
           
 java.lang.String getZLabel()
           
 boolean isCanceled()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener x)
           
 void setCanceled(boolean canceled)
           
 void setEntityCount(int entityCount)
           
 void setTitle(java.lang.String title)
           
 void setXAxisType(BubbleConfigBean.AxisType axisType)
           
 void setXItem(BubbleDialog.SourceItem item)
           
 void setXLabel(java.lang.String label)
           
 void setYAxisType(BubbleConfigBean.AxisType axisType)
           
 void setYItem(BubbleDialog.SourceItem item)
           
 void setYLabel(java.lang.String label)
           
 void setZItem(BubbleDialog.SourceItem item)
           
 void setZLabel(java.lang.String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xLabel

private java.lang.String xLabel

yLabel

private java.lang.String yLabel

zLabel

private java.lang.String zLabel

title

private java.lang.String title

xItem

private BubbleDialog.SourceItem xItem

yItem

private BubbleDialog.SourceItem yItem

zItem

private BubbleDialog.SourceItem zItem

xAxisType

private BubbleConfigBean.AxisType xAxisType

yAxisType

private BubbleConfigBean.AxisType yAxisType

canceled

private boolean canceled

entityCount

private int entityCount

pcs

protected com.jgoodies.binding.beans.ExtendedPropertyChangeSupport pcs
Constructor Detail

BubbleConfigBean

public BubbleConfigBean()
Method Detail

getEntityCount

public int getEntityCount()
Returns:
the entityCount

setEntityCount

public void setEntityCount(int entityCount)
Parameters:
entityCount - the entityCount to set

isCanceled

public boolean isCanceled()
Returns:
the canceled

setCanceled

public void setCanceled(boolean canceled)
Parameters:
canceled - the canceled to set

getTitle

public java.lang.String getTitle()
Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - the title to set

getXLabel

public java.lang.String getXLabel()
Returns:
the xLabel

setXLabel

public void setXLabel(java.lang.String label)
Parameters:
label - the xLabel to set

getYLabel

public java.lang.String getYLabel()
Returns:
the yLabel

setYLabel

public void setYLabel(java.lang.String label)
Parameters:
label - the yLabel to set

getZLabel

public java.lang.String getZLabel()
Returns:
the zLabel

setZLabel

public void setZLabel(java.lang.String label)
Parameters:
label - the zLabel to set

getXItem

public BubbleDialog.SourceItem getXItem()
Returns:
the xItem

setXItem

public void setXItem(BubbleDialog.SourceItem item)
Parameters:
item - the xItem to set

getYItem

public BubbleDialog.SourceItem getYItem()
Returns:
the yItem

setYItem

public void setYItem(BubbleDialog.SourceItem item)
Parameters:
item - the yItem to set

getZItem

public BubbleDialog.SourceItem getZItem()
Returns:
the zItem

setZItem

public void setZItem(BubbleDialog.SourceItem item)
Parameters:
item - the zItem to set

getXAxisType

public BubbleConfigBean.AxisType getXAxisType()
Returns:
the xAxisType

setXAxisType

public void setXAxisType(BubbleConfigBean.AxisType axisType)
Parameters:
axisType - the xAxisType to set

getYAxisType

public BubbleConfigBean.AxisType getYAxisType()
Returns:
the yAxisType

setYAxisType

public void setYAxisType(BubbleConfigBean.AxisType axisType)
Parameters:
axisType - the yAxisType to set

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener x)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener x)