Method Summary |
|
public synchronized void | addPropertyChangeListener(String propertyName, PropertyChangeListener listener) |
abstract public void | asyncExec(Runnable asyncCommandWorker) Method asyncExec. |
abstract public boolean | confirm(IFormComponent form, String confirmMessage) Method confirm. |
abstract public IIcon | getBrokenIcon() Returns the icon to display when the icon asked
by the user is not available in the
IIconRepository . |
abstract public Object | getDisplay() Method getDisplay. |
abstract public IIcon | getIcon(String iconName) Method getIcon. |
abstract public IForm | getMainWindow() |
public String | getMonospaceFontName() |
abstract public IFormParser | getNewParser() Method getNewParser. |
public void | handleError(IFormComponent parent, Throwable t) |
abstract public void | handleError(IFormComponent parent, String s) |
abstract public void | init() |
abstract public IColor | newColor(int r, int g, int b) |
abstract public IInternalFrame | newInternalFrame(IForm f) Method newAliaInternalFrame. |
abstract public ISplashScreen | newSplashScreen(String iconName, int i) Method newSplashScreen. |
abstract public ITopLevelFrame | newTopLevelFrame(IForm f) Method newAliaTopLevelFrame. |
public synchronized void | removePropertyChangeListener(String propertyName, PropertyChangeListener listener) |
abstract public void | setMainWindow(IForm mainWindow) |
public void | setMonospaceFontName(String font) |
abstract public String | showDirectoryDialog() |
abstract public String | showFileDialog(int mode) |
abstract public String | showFontDialog() |
abstract public void | start(IApplication app) Method start. |
public FormWorker | startWork(IWorker worker) |
abstract public void | stop() |
abstract public void | syncExec(Runnable syncCommandWorker) Method asyncExec. |