Uses of Interface
com.jbbres.lib.actions.elements.Category

Packages that use Category
com.jbbres.lib.actions.elements Provides the public model (interfaces and classes) that developers can use to create their own actions and variables. 
com.jbbres.lib.actions.tools.categories Contains default categories instances for Action(s) elements. 
com.jbbres.lib.actions.tools.elements Provides the public classes that developers can use to create their own actions and variables. 
com.jbbres.lib.actions.tools.elements.variables Provides classes associated to an action that gets the value of the specified variable and, when applicable, allows to modify it. 
 

Uses of Category in com.jbbres.lib.actions.elements
 

Methods in com.jbbres.lib.actions.elements that return Category
 Category[] ElementDescription.getCategories()
          Returns the categories associated to the element.
 

Methods in com.jbbres.lib.actions.elements with parameters of type Category
 boolean Category.SearchField.match(Category[] categories, com.jbbres.lib.search.SearchOperator condition, Category[] searchedValues)
           
 boolean Category.SearchField.match(Category[] categories, com.jbbres.lib.search.SearchOperator condition, Category[] searchedValues)
           
 

Uses of Category in com.jbbres.lib.actions.tools.categories
 

Classes in com.jbbres.lib.actions.tools.categories that implement Category
 class CalendarCategory
          This category refers to calendar related elements.
 class ContactsCategory
          This category refers to contacts related elements.
 class DeveloperCategory
          This category refers to developments related elements.
 class DocumentsCategory
          This category refers to documents related elements.
 class EmailCategory
          This category refers to email related elements.
 class FilesCategory
          This category refers to files and folders related elements.
 class ImagesCategory
          This category refers to images related elements.
 class InternetCategory
          This category refers to Internet related elements.
 class JavaCategory
          This category refers to Java related elements.
 class MusicCategory
          This category refers to music related elements.
 class OtherCategory
          This category refers to miscellaneous elements.
 class SimpleCategory
          Provides a basic implementations for the Category interface.
 class TextCategory
          This category refers to text related elements.
 class VideosCategory
          This category refers to videos related elements.
 

Methods in com.jbbres.lib.actions.tools.categories with parameters of type Category
 int SimpleCategory.compareTo(Category c)
           
 

Uses of Category in com.jbbres.lib.actions.tools.elements
 

Methods in com.jbbres.lib.actions.tools.elements that return Category
 Category[] SimpleElementDescription.getCategories()
           
 Category[] ResourceBundleElementDescription.getCategories()
           
 

Methods in com.jbbres.lib.actions.tools.elements with parameters of type Category
 void SimpleElementDescription.addToCategory(Category c)
          Adds the element into the given category.
 void SimpleElementDescription.removeCategory(Category c)
          Removes the element into from the given category.
 

Uses of Category in com.jbbres.lib.actions.tools.elements.variables
 

Methods in com.jbbres.lib.actions.tools.elements.variables that return Category
 Category[] VariableActionDescription.getCategories()
           
 



To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.