Uses of Interface
com.ibm.carma.model.Filterable

Packages that use Filterable
com.ibm.carma.model   
com.ibm.carma.model.util   
com.ibm.carma.ui.view   
com.ibm.carma.ui.wizard   
 

Uses of Filterable in com.ibm.carma.model
 

Subinterfaces of Filterable in com.ibm.carma.model
 interface CARMAContainer
          A representation of the model object 'CARMA Container'.
 interface RepositoryInstance
          A representation of the model object 'Repository Instance'.
 interface RepositoryManager
          A representation of the model object 'Repository Manager'.
 interface ResourceContainer
          A representation of the model object 'Resource Container'.
 

Uses of Filterable in com.ibm.carma.model.util
 

Methods in com.ibm.carma.model.util with parameters of type Filterable
 java.lang.Object ModelSwitch.caseFilterable(Filterable object)
          Returns the result of interpretting the object as an instance of 'Filterable'.
 

Uses of Filterable in com.ibm.carma.ui.view
 

Methods in com.ibm.carma.ui.view with parameters of type Filterable
 java.lang.String CarmaLabelProvider.getFilterableText(Filterable element, java.lang.String filterName)
          Returns the display text for the given filterable element and filtername
 

Uses of Filterable in com.ibm.carma.ui.wizard
 

Methods in com.ibm.carma.ui.wizard with parameters of type Filterable
 void ViewDefinitionWizard.init(Filterable viewable, java.lang.String displayView)
          Initializes the wizard to create a view on the given Filterable object.