com.itmill.toolkit.terminal
Interface Terminal

All Known Implementing Classes:
WebBrowser

public interface Terminal

Interface for different terminal types.

Since:
3.0
Version:
5.3.0
Author:
IT Mill Ltd.

Nested Class Summary
static interface Terminal.ErrorEvent
          Terminal error event.
static interface Terminal.ErrorListener
          Terminal error listener interface.
 
Method Summary
 String getDefaultTheme()
          Gets the name of the default theme.
 int getScreenHeight()
          Gets the height of the terminal window in pixels.
 int getScreenWidth()
          Gets the width of the terminal window in pixels.
 

Method Detail

getDefaultTheme

String getDefaultTheme()
Gets the name of the default theme.

Returns:
the Name of the terminal window.

getScreenWidth

int getScreenWidth()
Gets the width of the terminal window in pixels.

Returns:
the Width of the terminal window.

getScreenHeight

int getScreenHeight()
Gets the height of the terminal window in pixels.

Returns:
the Height of the terminal window.


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.