com.jbbres.lib.actions.tools.elements
Class SimpleActionDescription

java.lang.Object
  extended by com.jbbres.lib.actions.tools.elements.SimpleElementDescription<Action>
      extended by com.jbbres.lib.actions.tools.elements.SimpleActionDescription
All Implemented Interfaces:
ActionDescription, ElementDescription<Action>, com.jbbres.lib.search.Searchable, java.lang.Comparable<ElementDescription<?>>

public class SimpleActionDescription
extends SimpleElementDescription<Action>
implements ActionDescription

Provides information regarding the action, such as its name, a short description, its version number etc.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres

Field Summary
 
Fields inherited from interface com.jbbres.lib.actions.elements.ActionDescription
DEFAULT_INPUT_PROVIDER, DESCRIPTION_INPUT, DESCRIPTION_OUTPUT, WARNING_CANCEL_BUTTON, WARNING_CONTINUE_BUTTON, WARNING_MESSAGE, WARNING_SUGGESTED_ACTION
 
Fields inherited from interface com.jbbres.lib.actions.elements.ElementDescription
CATEGORY_SEPARATOR, DESCRIPTION_CATEGORIES, DESCRIPTION_COMPANY_NAME, DESCRIPTION_COMPANY_SUPPORT, DESCRIPTION_COMPANY_WEBSITE, DESCRIPTION_COPYRIGHT, DESCRIPTION_ICON, DESCRIPTION_SUMMARY, DESCRIPTION_TITLE, DESCRIPTION_VERSION, TYPE
 
Constructor Summary
SimpleActionDescription()
          Instantiates a new action description.
SimpleActionDescription(java.lang.String title)
          Instantiates a new action description.
SimpleActionDescription(java.lang.String title, javax.swing.ImageIcon icon)
          Instantiates a new action description.
 
Method Summary
 
Methods inherited from class com.jbbres.lib.actions.tools.elements.SimpleElementDescription
addElementDescriptionChangeListener, addToCategory, compareTo, fireElementDescriptionChanges, getCategories, getDescription, getIcon, getSearchableValue, newElementInstance, removeCategory, removeElementDescriptionChangeListener, setDescription, setIcon
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jbbres.lib.actions.elements.ElementDescription
addElementDescriptionChangeListener, getCategories, getDescription, getIcon, newElementInstance, removeElementDescriptionChangeListener
 
Methods inherited from interface com.jbbres.lib.search.Searchable
getSearchableValue
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

SimpleActionDescription

public SimpleActionDescription()
Instantiates a new action description.


SimpleActionDescription

public SimpleActionDescription(java.lang.String title)
Instantiates a new action description.

Parameters:
title - - the action title

SimpleActionDescription

public SimpleActionDescription(java.lang.String title,
                               javax.swing.ImageIcon icon)
Instantiates a new action description.

Parameters:
title - - the action title
icon - - the action icon


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.