Uses of Package
com.tensegrity.palowebviewer.modules.widgets.client

Packages that use com.tensegrity.palowebviewer.modules.widgets.client
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.ui.client.favoriteviews   
com.tensegrity.palowebviewer.modules.widgets.client   
com.tensegrity.palowebviewer.modules.widgets.client.combobox   
com.tensegrity.palowebviewer.modules.widgets.client.treecombobox   
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client used by com.tensegrity.palowebviewer.modules.ui.client
DefaultLableFactory
          Default lable factory that generates label text based on Object.toString() method or "null" if the given object is null.
IActionFactory
          IActionFactory generates action for given object.
ILabelFactory
          ILablelFactory generates displayed label for given objec.
ITreeViewItem
          ITreeViewItem describes an item in TreeView.
IWidgetFactory
          Generates Widges to display given object.
LabelWidgetFactory
          Kind of IWidgetFactory that generates simple Label for given object.
TreeView
          Widget that displays tree accordingly to given ITreeModel.
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client used by com.tensegrity.palowebviewer.modules.ui.client.favoriteviews
IActionFactory
          IActionFactory generates action for given object.
IWidgetFactory
          Generates Widges to display given object.
LabelWidgetFactory
          Kind of IWidgetFactory that generates simple Label for given object.
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client used by com.tensegrity.palowebviewer.modules.widgets.client
IActionFactory
          IActionFactory generates action for given object.
ILabelFactory
          ILablelFactory generates displayed label for given objec.
ITreeViewItem
          ITreeViewItem describes an item in TreeView.
IWidgetFactory
          Generates Widges to display given object.
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client used by com.tensegrity.palowebviewer.modules.widgets.client.combobox
IWidgetFactory
          Generates Widges to display given object.
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client used by com.tensegrity.palowebviewer.modules.widgets.client.treecombobox
IActionFactory
          IActionFactory generates action for given object.
ILabelFactory
          ILablelFactory generates displayed label for given objec.
IWidgetFactory
          Generates Widges to display given object.
TreeView
          Widget that displays tree accordingly to given ITreeModel.