Uses of Class
org.hecl.Properties

Packages that use Properties
org.hecl.java   
org.hecl.midp20.lcdui   
 

Uses of Properties in org.hecl.java
 

Subclasses of Properties in org.hecl.java
 class MethodProps
          The MethodProps class is utilized during the instantiation of classes, where it's possible to do things like: foo -new $bar -text "blah" -color red, where the keys are transformed into methods like setText and setColor, and run with the provided values.
 

Uses of Properties in org.hecl.midp20.lcdui
 

Methods in org.hecl.midp20.lcdui that return Properties
static Properties WidgetInfo.defaultProps(java.lang.Class c)
           
 

Methods in org.hecl.midp20.lcdui with parameters of type Properties
 java.lang.Object OptionCmd.setInstanceProperties(Interp ip, java.lang.Object target, Properties p)