Uses of Class
com.pvx.ooadide.preferences.UserPrefElement

Packages that use UserPrefElement
com.pvx.ooadide.preferences   
com.pvx.ooadide.properties.userdefined   
 

Uses of UserPrefElement in com.pvx.ooadide.preferences
 

Constructors in com.pvx.ooadide.preferences with parameters of type UserPrefElement
UserDefinedSortedField(java.lang.String initKey, UserPrefElement initUserElemnt)
           
 

Uses of UserPrefElement in com.pvx.ooadide.properties.userdefined
 

Methods in com.pvx.ooadide.properties.userdefined that return UserPrefElement
 UserPrefElement UserDefinedPropField.getUserElemnt()
           
 

Methods in com.pvx.ooadide.properties.userdefined with parameters of type UserPrefElement
 void UserDefinedPropField.setUserElemnt(UserPrefElement userElemnt)
           
 

Constructors in com.pvx.ooadide.properties.userdefined with parameters of type UserPrefElement
UserDefinedPropField(UserPrefElement inituserElemnt, org.eclipse.swt.widgets.Widget initwidget)