Uses of Class
com.jaxfront.core.type.SimpleGroup

Packages that use SimpleGroup
com.jaxfront.core.type   
com.jaxfront.core.ui   
com.jaxfront.swing.ui.visualizers   
 

Uses of SimpleGroup in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return SimpleGroup
static SimpleGroup TypeHelper.getSimpleGroupParent(Type type)
          Returns the simple group parent of the passing type if any.
 

Uses of SimpleGroup in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui with parameters of type SimpleGroup
abstract  Visualizer TypeVisualizerFactory.createView(SimpleGroup type, Type context)
          Creates a visualizer for a SimpleGroup.
 

Uses of SimpleGroup in com.jaxfront.swing.ui.visualizers
 

Methods in com.jaxfront.swing.ui.visualizers with parameters of type SimpleGroup
 Visualizer JavaSwingFactory.createView(SimpleGroup type, Type context)
           
 void SimpleGroupListView.selectModel(SimpleGroup model)
          Selects the given model in the table.
 

Constructors in com.jaxfront.swing.ui.visualizers with parameters of type SimpleGroup
PagingView(SimpleGroup model, Type context)
           
SimpleGroupView(SimpleGroup simpleGroup)
          SimpleGroupView constructor.
SimpleGroupView(SimpleGroup simpleGroup, Type context)
          SimpleGroupView constructor.