Uses of Interface
net.sourceforge.hivegui.command.ActionFactory

Packages that use ActionFactory
net.sourceforge.hivegui.command This package defines a light "framework" implementing the command pattern. 
 

Uses of ActionFactory in net.sourceforge.hivegui.command
 

Classes in net.sourceforge.hivegui.command that implement ActionFactory
 class ActionFactoryImpl
           
 

Constructors in net.sourceforge.hivegui.command with parameters of type ActionFactory
ActionObjectProvider(ObjectBuilder builder, ActionFactory factory)