Uses of Interface
com.arsdigita.bebop.ComponentSelectionModel

Packages that use ComponentSelectionModel
com.arsdigita.bebop A set of server-side user interface components for web applications. 
 

Uses of ComponentSelectionModel in com.arsdigita.bebop
 

Classes in com.arsdigita.bebop that implement ComponentSelectionModel
 class MapComponentSelectionModel
          A simple implementation of a ComponentSelectionModel.
 

Methods in com.arsdigita.bebop that return ComponentSelectionModel
 ComponentSelectionModel SplitWizard.getSelectionModel()
          Gets the selection model for this wizard.
 

Methods in com.arsdigita.bebop with parameters of type ComponentSelectionModel
 void SplitWizard.setSelectionModel(ComponentSelectionModel model)
          Sets the selection model for this wizard.
 

Constructors in com.arsdigita.bebop with parameters of type ComponentSelectionModel
SplitWizard(Component header, ComponentSelectionModel model, Component defaultPane)
          Constructs a new, empty SplitWizard without a selector.
SplitWizard(ComponentSelectionModel model, Component defaultPane)
          Construct a new, empty SplitWizard without a selector.
SplitWizard(ComponentSelectionModel model)
          Constructs a new, empty SplitWizard.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC