Class System


  extended by Object
      extended by Component
          extended by System

public class System
extends Component

This class contains protected system actions that may only be used by privileged widget. A privileged widget is such a widget that has been uploaded (compiled) by a privileged user. Privileged widgets can access certain properties of the client platform and they can be conscious of other widgets on the dashboard.

All users are able to use privileged widgets such as the "System widget".

See Also:
Widget

Method Summary
 String getProperty(String name)
          Returns a system property with given name.
 
Methods inherited from class Component
add, appendText, clear, find, first, get, getAction, getData, getElement, getFlags, getImage, getLocation, getParent, getShell, getSize, getStyle, getText, getViewPort, hasLinefeed, indexOf, insert, isFocusable, isShown, isVisible, isWrapping, last, operator_get, operator_set, remove, remove, repaint, set, setAction, setData, setElement, setFlags, setImage, setLocation, setPreferredHeight, setPreferredSize, setPreferredWidth, setStyle, setText, size
 
Methods inherited from class Object
toString, equals, hashCode
 
Methods inherited from
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperty

public String getProperty(String name)
Returns a system property with given name. This method will call both java.lang.System.getProperty() and javax.microedition.midlet.MIDLet.getAppProperty(). param name Name of property