Uses of Class
macaw.system.UserInterfaceFactory

Packages that use UserInterfaceFactory
macaw.presentationLayer This is the main package that produces the GUI application forms for Macaw. 
macaw.system Contains classes that are used prolificly throughout the code base. 
macaw.util Contains classes which may be useful in other software projects. 
 

Uses of UserInterfaceFactory in macaw.presentationLayer
 

Fields in macaw.presentationLayer declared as UserInterfaceFactory
protected  UserInterfaceFactory VariableEditor.userInterfaceFactory
           
protected  UserInterfaceFactory MacawStateEditor.userInterfaceFactory
           
 

Uses of UserInterfaceFactory in macaw.system
 

Methods in macaw.system that return UserInterfaceFactory
 UserInterfaceFactory SessionProperties.getUserInterfaceFactory()
           
 

Uses of UserInterfaceFactory in macaw.util
 

Constructors in macaw.util with parameters of type UserInterfaceFactory
DisplayableList(UserInterfaceFactory userInterfaceFactory)
           
DisplayableList(UserInterfaceFactory userInterfaceFactory, java.util.ArrayList<Displayable> displayableItems)
           
OKClosePanel(UserInterfaceFactory userInterfaceFactory, java.awt.event.ActionListener actionListener)