| org.millstone.base.terminal.Terminal
All known Subclasses: org.millstone.base.Application, org.millstone.webadapter.WebBrowser,
Terminal | public interface Terminal (Code) | | Interface for different terminal types.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
Inner Class :public interface ErrorEvent | |
Inner Class :public interface ErrorListener | |
getDefaultTheme | public String getDefaultTheme()(Code) | | Get name of the default theme
Name of the terminal window |
getScreenHeight | public int getScreenHeight()(Code) | | Get height of the terminal window in pixels
Height of the terminal window |
getScreenWidth | public int getScreenWidth()(Code) | | Get width of the terminal window in pixels
Width of the terminal window |
|
|