public class ArooaDesigner extends Object implements ArooaSessionAware, Runnable
| Modifier and Type | Field and Description |
|---|---|
boolean |
stop |
| Constructor and Description |
|---|
ArooaDesigner()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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)
Accept the current Arooa 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.
|
public void setArooaSession(ArooaSession session)
ArooaSessionAwaresetArooaSession in interface ArooaSessionAwaresession - The Arooa Session. Never null.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)
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)
Copyright © 2023. All rights reserved.