|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp.NewProject
public class NewProject
Field Summary |
---|
Fields inherited from interface de.grogra.pf.ui.Command |
---|
DISPOSE |
Constructor Summary | |
---|---|
NewProject()
|
Method Summary | |
---|---|
protected void |
configure(Workbench wb,
java.lang.Object arg)
|
java.lang.String |
getCommandName()
Returns a name which can be used in the graphical user interface to represent this command. |
protected java.lang.String |
getProjectName()
|
void |
run(java.lang.Object arg,
Context context)
Performs the actions of this command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewProject()
Method Detail |
---|
protected void configure(Workbench wb, java.lang.Object arg)
public java.lang.String getCommandName()
Command
getCommandName
in interface Command
protected java.lang.String getProjectName()
public void run(java.lang.Object arg, Context context)
Command
JobManager
after the command has been submitted
to the job manager by one of execute
, runAt
,
or runLater
-methods. The arguments info
and context
are the arguments which have been provided
as arguments to the JobManager
-methods.
run
in interface Command
arg
- an argumentcontext
- a context
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |