net.xoetrope.xui.events
Interface XActionable

All Known Implementing Classes:
XMenu, XMenu, XMenu, XMenu, XMenuItem, XMenuItem, XMenuItem, XMenuItem, XToolItem

public interface XActionable

An interface for setting and action object, for example this is used by the Swing XMenuItem to set an Action object.

Copyright (c) Xoetrope Ltd., 2002-2006

License: see license.txt

$Revision: 2.15 $


Method Summary
 void setAction(java.lang.Object instance)
          Set an action object
 

Method Detail

setAction

void setAction(java.lang.Object instance)
Set an action object

Parameters:
action - the action object