Uses of Interface
com.tensegrity.palowebviewer.modules.widgets.client.dispose.IDisposable

Packages that use IDisposable
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.ui.client.cubetable   
com.tensegrity.palowebviewer.modules.ui.client.dimensions   
com.tensegrity.palowebviewer.modules.ui.client.tree   
com.tensegrity.palowebviewer.modules.widgets.client.combobox   
com.tensegrity.palowebviewer.modules.widgets.client.tree   
 

Uses of IDisposable in com.tensegrity.palowebviewer.modules.ui.client
 

Classes in com.tensegrity.palowebviewer.modules.ui.client that implement IDisposable
 class SubsetSelectionPopup
           
 

Uses of IDisposable in com.tensegrity.palowebviewer.modules.ui.client.cubetable
 

Subinterfaces of IDisposable in com.tensegrity.palowebviewer.modules.ui.client.cubetable
 interface ICubeTableModel
           
 

Classes in com.tensegrity.palowebviewer.modules.ui.client.cubetable that implement IDisposable
 class CubeHeaderModel
           
 class CubeTableModel
           
 

Uses of IDisposable in com.tensegrity.palowebviewer.modules.ui.client.dimensions
 

Classes in com.tensegrity.palowebviewer.modules.ui.client.dimensions that implement IDisposable
 class SubsetComboboxModel
           
 

Uses of IDisposable in com.tensegrity.palowebviewer.modules.ui.client.tree
 

Classes in com.tensegrity.palowebviewer.modules.ui.client.tree that implement IDisposable
 class DatabaseBrowserTreeModel
           
 

Uses of IDisposable in com.tensegrity.palowebviewer.modules.widgets.client.combobox
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client.combobox that implement IDisposable
 class SelectionListWidget
          Widget that represents dropdown list when someone tries to choose item in a combobox.
 

Uses of IDisposable in com.tensegrity.palowebviewer.modules.widgets.client.tree
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client.tree that implement IDisposable
 class FilterTreeModel
          Kind of ProxyTreeModel that can filter out some nodes from the base ITreeModel.
 class ProxyTreeModel
          Base class for ITreeModel proxy.
 class SubTreeModel
          A kind of ProxyTreeModel that gives acces to only some subtree of the base model.