|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.design.designer.ArooaDesigner
public class ArooaDesigner
Field Summary | |
---|---|
boolean |
stop
|
Constructor Summary | |
---|---|
ArooaDesigner()
Constructor. |
Method Summary | |
---|---|
ArooaType |
getArooaType()
|
File |
getDir()
|
ArooaElement |
getDocumentElement()
Get the root element. |
File |
getFile()
Get the config file name. |
JFrame |
getFrame()
|
DesignFactory |
getRootFactory()
|
void |
load(File file)
|
void |
run()
|
void |
setArooaSession(ArooaSession session)
|
void |
setArooaType(ArooaType component)
|
void |
setDir(File dir)
Set the default directory. |
void |
setDocumentElement(ArooaElement documentElement)
Set the root element when a designer is restricted to a single root element. |
void |
setFile(File configFile)
Set the config file name. |
void |
setRootFactory(DesignFactory designFactory)
|
void |
stop()
Stop the monitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public volatile boolean stop
Constructor Detail |
---|
public ArooaDesigner()
Method Detail |
---|
public void setArooaSession(ArooaSession session)
setArooaSession
in interface ArooaSessionAware
public void setFile(File configFile)
configFile
- The config file name.public File getFile()
public void setDir(File dir)
dir
- A directory.public File getDir()
public void load(File file) throws FileNotFoundException
FileNotFoundException
public void run()
run
in interface Runnable
public void stop()
public JFrame getFrame()
public DesignFactory getRootFactory()
public void setRootFactory(DesignFactory designFactory)
public ArooaElement getDocumentElement()
public void setDocumentElement(ArooaElement documentElement)
documentElement
- public ArooaType getArooaType()
public void setArooaType(ArooaType component)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |