net.xoetrope.swing.actions
Class XSwingActionFactory

java.lang.Object
  extended by net.xoetrope.swing.actions.XSwingActionFactory
All Implemented Interfaces:
XActionFactory

public class XSwingActionFactory
extends java.lang.Object
implements XActionFactory

A factory for creating swing actions

Copyright (c) Xoetrope Ltd., 2002-2006. See license.txt for licensing details


Constructor Summary
XSwingActionFactory()
          Creates a new instance of XSwingActionFactory
 
Method Summary
 XAction getAction(XmlElement actionElement)
          Creates a new XAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSwingActionFactory

public XSwingActionFactory()
Creates a new instance of XSwingActionFactory

Method Detail

getAction

public XAction getAction(XmlElement actionElement)
Creates a new XAction

Specified by:
getAction in interface XActionFactory
Parameters:
actionElement - the XML element describing the action
Returns:
the new action