JAPI 0.9.0
Yet another Java API
API Documentation

net.sf.japi.swing
Interface ActionProvider


public interface ActionProvider

Interface for classes that provide actions.

Author:
Christian Hujer

Method Summary
 Action getAction(String key)
          Get an action that matches a specific key or null if no such action was found.
 

Method Detail

getAction

@Nullable
Action getAction(String key)
Get an action that matches a specific key or null if no such action was found.

Parameters:
key - Key to find
Returns:
Action for key or null

JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright