Uses of Class
anl.aida.client.gui.BubbleDialog.SourceItem

Packages that use BubbleDialog.SourceItem
anl.aida.client.gui   
 

Uses of BubbleDialog.SourceItem in anl.aida.client.gui
 

Fields in anl.aida.client.gui declared as BubbleDialog.SourceItem
private  BubbleDialog.SourceItem BubbleConfigBean.xItem
           
private  BubbleDialog.SourceItem BubbleConfigBean.yItem
           
private  BubbleDialog.SourceItem BubbleConfigBean.zItem
           
 

Methods in anl.aida.client.gui that return BubbleDialog.SourceItem
 BubbleDialog.SourceItem BubbleConfigBean.getXItem()
           
 BubbleDialog.SourceItem BubbleConfigBean.getYItem()
           
 BubbleDialog.SourceItem BubbleConfigBean.getZItem()
           
 

Methods in anl.aida.client.gui with parameters of type BubbleDialog.SourceItem
 void BubbleConfigBean.setXItem(BubbleDialog.SourceItem item)
           
 void BubbleConfigBean.setYItem(BubbleDialog.SourceItem item)
           
 void BubbleConfigBean.setZItem(BubbleDialog.SourceItem item)