Uses of Class
org.scrashmeow.ojb.console.config.repository.WidgetParam

Packages that use WidgetParam
org.scrashmeow.ojb.console.config.repository Provides the object/xml classes for the application's repository metadata configuration (code-generated). 
 

Uses of WidgetParam in org.scrashmeow.ojb.console.config.repository
 

Methods in org.scrashmeow.ojb.console.config.repository that return WidgetParam
static WidgetParam WidgetParam.unmarshal(java.io.Reader reader)
          Method unmarshal
 WidgetParam WidgetDescriptor.getWidgetParam(int index)
          Method getWidgetParam
 WidgetParam[] WidgetDescriptor.getWidgetParam()
          Method getWidgetParam
 

Methods in org.scrashmeow.ojb.console.config.repository with parameters of type WidgetParam
 void WidgetDescriptor.addWidgetParam(WidgetParam vWidgetParam)
          Method addWidgetParam
 void WidgetDescriptor.addWidgetParam(int index, WidgetParam vWidgetParam)
          Method addWidgetParam
 boolean WidgetDescriptor.removeWidgetParam(WidgetParam vWidgetParam)
          Method removeWidgetParam
 void WidgetDescriptor.setWidgetParam(int index, WidgetParam vWidgetParam)
          Method setWidgetParam
 void WidgetDescriptor.setWidgetParam(WidgetParam[] widgetParamArray)
          Method setWidgetParam
 



Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.