ActionProvider.java :  » Workflow-Engines » osbl-1_0 » org » osbl » client » action » Java Open Source

Java Open Source » Workflow Engines » osbl 1_0 
osbl 1_0 » org » osbl » client » action » ActionProvider.java
package org.osbl.client.action;

import javax.swing.Action;

/**
 * @author hengels
 * @version $Revision$
 */
public interface ActionProvider
{
    Action getAction(String name);
    Action configure(Action action);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.