|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.et.gui.ActionFactory
public class ActionFactory
A meta factory class to create action factories such as file action factory, edit action factory, and tool action factory.
FileActionFactory,
ToolActionFactory| Field Summary | |
|---|---|
private Mainable |
et
The main program which this action factory is for. |
private static FileActionFactory |
fileActionFactory
The file action factory. |
private static ToolActionFactory |
toolActionFactory
The tool action factory. |
| Constructor Summary | |
|---|---|
ActionFactory(Mainable et)
Creates a new action factory for the given tool et. |
|
| Method Summary | |
|---|---|
FileActionFactory |
fileActionFactory()
Returns the file action factory. |
ToolActionFactory |
toolActionFactory()
Returns the tool action factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Mainable et
private static FileActionFactory fileActionFactory
private static ToolActionFactory toolActionFactory
| Constructor Detail |
|---|
public ActionFactory(Mainable et)
et.
| Method Detail |
|---|
public FileActionFactory fileActionFactory()
assignable fileActionFactory; ensures \result == fileActionFactory;
public ToolActionFactory toolActionFactory()
assignable toolActionFactory; ensures \result == toolActionFactory;
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||