Uses of Class
org.eclipse.tigerstripe.workbench.model.deprecated_.IModelComponent.EVisibility

Packages that use IModelComponent.EVisibility
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IModelComponent.EVisibility in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IModelComponent.EVisibility
static IModelComponent.EVisibility IModelComponent.EVisibility.at(int index)
           
 IModelComponent.EVisibility IModelComponent.getVisibility()
          Returns an integer value indicating the visibility of this component.
static IModelComponent.EVisibility IModelComponent.EVisibility.parse(java.lang.String label)
           
static IModelComponent.EVisibility IModelComponent.EVisibility.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IModelComponent.EVisibility[] IModelComponent.EVisibility.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IModelComponent.EVisibility
static int IModelComponent.EVisibility.indexOf(IModelComponent.EVisibility visibility)
           
 void IModelComponent.setVisibility(IModelComponent.EVisibility visibility)
          Sets the visibility of this component.