|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp.NewProject de.grogra.ext.openalea.ServerProject
public class ServerProject
Field Summary |
---|
Fields inherited from interface de.grogra.pf.ui.Command |
---|
DISPOSE |
Constructor Summary | |
---|---|
ServerProject()
|
Method Summary | |
---|---|
protected void |
configure(Workbench wb,
java.lang.Object arg)
|
int |
getPort(Context ctx,
int defaultPort)
|
void |
run(java.lang.Object arg,
Context ctx)
Performs the actions of this command. |
Methods inherited from class de.grogra.imp.NewProject |
---|
getCommandName, getProjectName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerProject()
Method Detail |
---|
protected void configure(Workbench wb, java.lang.Object arg)
configure
in class NewProject
public int getPort(Context ctx, int defaultPort)
public void run(java.lang.Object arg, Context ctx)
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
run
in class NewProject
arg
- an argumentctx
- a context
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |