com.l2fprod.common.application.core
Interface ActionManager

All Known Implementing Classes:
DefaultAppContext

public interface ActionManager

ActionManager.


Method Summary
 void add(javax.swing.Action action)
           
 javax.swing.Action get(java.lang.String actionId)
           
 void remove(javax.swing.Action action)
           
 

Method Detail

add

void add(javax.swing.Action action)

remove

void remove(javax.swing.Action action)

get

javax.swing.Action get(java.lang.String actionId)