Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 249 Number of classfiles: 503

Problems: 1141 (Errors: 0 Warnings: 1141 )

Source File: org/eclipse/jst/jsf/facesconfig/ui/EditorPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

24 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.Alerts;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

25 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

3. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

42 : private Logger log;

4. WARNING: DiscouragedReference

Discouraged access: The type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

46 : private static Alerts alerts;

5. WARNING: DiscouragedReference

Discouraged access: The constructor Alerts(AbstractUIPlugin, ResourceBundle) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

68 : alerts = new Alerts(this, resourceBundle);

6. WARNING: DiscouragedReference

Discouraged access: The type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

68 : alerts = new Alerts(this, resourceBundle);

7. WARNING: DiscouragedReference

Discouraged access: The constructor Logger(Bundle, ResourceBundle) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

72 : log = new Logger(this.getBundle(), resourceBundle);

8. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

72 : log = new Logger(this.getBundle(), resourceBundle);

9. WARNING: DiscouragedReference

Discouraged access: The method error(String, String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

78 : log.error("log.msg", "Problems starting plug-in Faces Config Editor.", ee);

10. WARNING: DiscouragedReference

Discouraged access: The type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

107 : public static Alerts getAlerts() {

11. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

116 : public static Logger getLogger(Class theClass) {

12. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

124 : public Logger getRootLogger() {

13. WARNING: DiscouragedReference

Discouraged access: The method error(String, String, String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

221 : log.error("log.msg", "log.EditorPlugin.image.error", name, ee);

14. WARNING: DiscouragedReference

Discouraged access: The method error(String, String, String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorPlugin.java :

249 : log.error("log.msg", "log.EditorPlugin.image.error", path, ee);

Source File: org/eclipse/jst/jsf/facesconfig/ui/FacesConfigActionBarContributor.java
1. WARNING: DiscouragedReference

Discouraged access: The type SourcePageActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.0.401.v200807240448.jar

FacesConfigActionBarContributor.java :

27 : import org.eclipse.wst.xml.ui.internal.tabletree.SourcePageActionContributor;

2. WARNING: DiscouragedReference

Discouraged access: The type SourcePageActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.0.401.v200807240448.jar

FacesConfigActionBarContributor.java :

40 : private SourcePageActionContributor sourceActionContributor = null;

3. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type ActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.1.v200808141919.jar

FacesConfigActionBarContributor.java :

101 : getSourceActionContributor().dispose();

4. WARNING: DiscouragedReference

Discouraged access: The method init(IActionBars, IWorkbenchPage) from the type ActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.1.1.v200808141919.jar

FacesConfigActionBarContributor.java :

118 : getSourceActionContributor().init(bars, page);

5. WARNING: DiscouragedReference

Discouraged access: The type SourcePageActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.0.401.v200807240448.jar

FacesConfigActionBarContributor.java :

146 : private SourcePageActionContributor getSourceActionContributor() {

6. WARNING: DiscouragedReference

Discouraged access: The constructor SourcePageActionContributor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.0.401.v200807240448.jar

FacesConfigActionBarContributor.java :

148 : sourceActionContributor = new SourcePageActionContributor();

7. WARNING: DiscouragedReference

Discouraged access: The type SourcePageActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.0.401.v200807240448.jar

FacesConfigActionBarContributor.java :

148 : sourceActionContributor = new SourcePageActionContributor();

Source File: org/eclipse/jst/jsf/facesconfig/ui/FacesConfigEditor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FacesConfigEditor.java :

108 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

FacesConfigEditor.java :

203 : @SuppressWarnings("hiding") //$NON-NLS-1$

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

FacesConfigEditor.java :

206 : @SuppressWarnings("hiding") //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FacesConfigEditor.java :

1060 : if (doc instanceof IStructuredDocument) {

Source File: org/eclipse/jst/jsf/facesconfig/ui/MultiPageEditorOutlinePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MultiPageEditorOutlinePage.java :

29 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MultiPageEditorOutlinePage.java :

61 : private static final Logger log = EditorPlugin

3. WARNING: DiscouragedReference

Discouraged access: The method error(String) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MultiPageEditorOutlinePage.java :

440 : log.error(e.getMessage());

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditAttributeDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

18 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

4. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

40 : private StringDialogField attributeNameField;

5. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

42 : private ClassButtonDialogField attributeClassField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

44 : private StringDialogField defaultValueField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

46 : private StringDialogField suggestedValueField;

8. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

134 : attributeNameField = new StringDialogField();

9. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

134 : attributeNameField = new StringDialogField();

10. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

136 : attributeNameField .setLabelText(EditorMessages.AttributeSection_Dialog_AttributeName);

11. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

139 : attributeClassField = new ClassButtonDialogField(getProject());

12. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

139 : attributeClassField = new ClassButtonDialogField(getProject());

13. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

141 : attributeClassField .setLabelText(EditorMessages.AttributeSection_Dialog_AttributeClass);//$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The method setAutoOpenResource(boolean) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

144 : attributeClassField.setAutoOpenResource(false);

15. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

146 : defaultValueField = new StringDialogField();

16. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

146 : defaultValueField = new StringDialogField();

17. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

147 : defaultValueField .setLabelText(EditorMessages.AttributeSection_Dialog_DefaultValue);

18. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

150 : suggestedValueField = new StringDialogField();

19. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

150 : suggestedValueField = new StringDialogField();

20. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

151 : suggestedValueField .setLabelText(EditorMessages.AttributeSection_Dialog_SuggestedValue);

21. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

161 : attributeNameField.doFillIntoGrid(null, composite, numberOfColumns);

22. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

163 : attributeClassField.doFillIntoGrid(null, composite, numberOfColumns);

23. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

165 : defaultValueField.doFillIntoGrid(null, composite, numberOfColumns);

24. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

167 : suggestedValueField.doFillIntoGrid(null, composite, numberOfColumns);

25. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

169 : LayoutUtil.setHorizontalGrabbing(attributeClassField.getTextControl(

26. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

169 : LayoutUtil.setHorizontalGrabbing(attributeClassField.getTextControl( null, composite));

27. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

169 : LayoutUtil.setHorizontalGrabbing(attributeClassField.getTextControl( null, composite));

28. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

173 : attributeNameField.setText(attributeName);

29. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

174 : attributeClassField.setText(attributeClass);

30. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

175 : defaultValueField.setText(defaultValue);

31. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

176 : suggestedValueField.setText(suggestedValue);

32. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

199 : attributeName = attributeNameField.getText();

33. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

200 : attributeClass = attributeClassField.getText();

34. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

201 : defaultValue = defaultValueField.getText();

35. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditAttributeDialog.java :

202 : suggestedValue = suggestedValueField.getText();

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditFacetDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

15 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

36 : private StringDialogField facetNameField;

4. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

38 : private StringDialogField displayNameField;

5. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

40 : private StringDialogField descriptionField;

6. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

131 : facetNameField = new StringDialogField();

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

131 : facetNameField = new StringDialogField();

8. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

133 : facetNameField .setLabelText(EditorMessages.FacetSection_Dialog_FacetName);

9. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

136 : displayNameField = new StringDialogField();

10. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

136 : displayNameField = new StringDialogField();

11. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

137 : displayNameField .setLabelText(EditorMessages.FacetSection_Dialog_DisplayName);

12. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

140 : descriptionField = new StringDialogField();

13. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

140 : descriptionField = new StringDialogField();

14. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

141 : descriptionField .setLabelText(EditorMessages.FacetSection_Dialog_Description);

15. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

151 : facetNameField.doFillIntoGrid(null, composite, numberOfColumns);

16. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

152 : displayNameField.doFillIntoGrid(null, composite, numberOfColumns);

17. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

154 : descriptionField.doFillIntoGrid(null, composite, numberOfColumns);

18. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

156 : LayoutUtil.setHorizontalGrabbing(facetNameField.getTextControl(null,

19. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

156 : LayoutUtil.setHorizontalGrabbing(facetNameField.getTextControl(null, composite));

20. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

156 : LayoutUtil.setHorizontalGrabbing(facetNameField.getTextControl(null, composite));

21. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

160 : facetNameField.setText(facetName);

22. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

161 : displayNameField.setText(displayName);

23. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

162 : descriptionField.setText(description);

24. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

178 : facetName = facetNameField.getText();

25. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

179 : displayName = displayNameField.getText();

26. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditFacetDialog.java :

180 : description = descriptionField.getText();

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditManagedPropertyDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

22 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

23 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ComboDialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

24 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

4. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

25 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

5. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

26 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IStringButtonAdapter;

6. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

27 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

7. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

28 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringButtonDialogField;

8. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

61 : private ComboDialogField nameField;

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

63 : private ClassButtonDialogField classField;

10. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

65 : private ComboDialogField valueTypeField;

11. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

67 : private StringButtonDialogField valueField;

12. WARNING: DiscouragedReference

Discouraged access: The constructor ComboDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

162 : nameField = new ComboDialogField(SWT.DROP_DOWN | SWT.READ_ONLY | SWT.BORDER);

13. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

162 : nameField = new ComboDialogField(SWT.DROP_DOWN | SWT.READ_ONLY

14. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

164 : nameField.setLabelText(EditorMessages.ManagedBeanPropertyEditDialog_PropertyName);

15. WARNING: DiscouragedReference

Discouraged access: The method setItems(String[]) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

179 : nameField.setItems(propertyNames);

16. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

182 : nameField.setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { handleNameSelection(((ComboDialogField) field).getText()); } });

17. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

182 : nameField.setDialogFieldApplyListener(new IDialogFieldApplyListener() {

18. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

183 : public void dialogFieldApplied(DialogField field) {

19. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

184 : handleNameSelection(((ComboDialogField) field).getText());

20. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

184 : handleNameSelection(((ComboDialogField) field).getText());

21. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

188 : classField = new ClassButtonDialogField(null);

22. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

188 : classField = new ClassButtonDialogField(null);

23. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

189 : classField.setProject(getProject());

24. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

190 : classField.setLabelText(EditorMessages.ManagedBeanPropertyEditDialog_PropertyClass);

25. WARNING: DiscouragedReference

Discouraged access: The constructor ComboDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

192 : valueTypeField = new ComboDialogField(SWT.DROP_DOWN | SWT.READ_ONLY | SWT.BORDER);

26. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

192 : valueTypeField = new ComboDialogField(SWT.DROP_DOWN | SWT.READ_ONLY

27. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

194 : valueTypeField.setLabelText(EditorMessages.ManagedBeanPropertyEditDialog_ValueType);

28. WARNING: DiscouragedReference

Discouraged access: The method setItems(String[]) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

196 : valueTypeField.setItems(valueTypes);

29. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

197 : valueTypeField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { updateValueStatus(); } });

30. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

198 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

31. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

199 : public void dialogFieldApplied(DialogField field) {

32. WARNING: DiscouragedReference

Discouraged access: The constructor StringButtonDialogField(IStringButtonAdapter) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

204 : valueField = new StringButtonDialogField(new IStringButtonAdapter() { public void changeControlPressed(DialogField field) { handleChangeValue(valueTypeField.getText(), ((StringButtonDialogField) field).getText()); } });

33. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

204 : valueField = new StringButtonDialogField(new IStringButtonAdapter() {

34. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

204 : valueField = new StringButtonDialogField(new IStringButtonAdapter() {

35. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

205 : public void changeControlPressed(DialogField field) {

36. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

206 : handleChangeValue(valueTypeField.getText(),

37. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

207 : ((StringButtonDialogField) field).getText());

38. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

207 : ((StringButtonDialogField) field).getText());

39. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

212 : valueField.setLabelText(EditorMessages.ManagedBeanPropertyEditDialog_Value);//$NON-NLS-1$

40. WARNING: DiscouragedReference

Discouraged access: The method setButtonLabel(String) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

213 : valueField.setButtonLabel(EditorMessages.UI_Button_Edit_more);

41. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

215 : valueField.setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { valueObject = ((StringButtonDialogField) field).getText(); } });

42. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

215 : valueField.setDialogFieldApplyListener(new IDialogFieldApplyListener() {

43. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

217 : public void dialogFieldApplied(DialogField field) {

44. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

218 : valueObject = ((StringButtonDialogField) field).getText();

45. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

218 : valueObject = ((StringButtonDialogField) field).getText();

46. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

230 : nameField.doFillIntoGrid(null, container, numberOfColumns);

47. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

231 : LayoutUtil.setWidthHint(nameField.getComboControl(null, container),

48. WARNING: DiscouragedReference

Discouraged access: The method setWidthHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

231 : LayoutUtil.setWidthHint(nameField.getComboControl(null, container), DEFAULT_CONTROL_WIDTH);

49. WARNING: DiscouragedReference

Discouraged access: The method getComboControl(FormToolkit, Composite) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

231 : LayoutUtil.setWidthHint(nameField.getComboControl(null, container),

50. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

234 : classField.doFillIntoGrid(null, container, numberOfColumns - 1);

51. WARNING: DiscouragedReference

Discouraged access: The method getChangeControl(FormToolkit, Composite) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

237 : classField.getChangeControl(null, container).setLayoutData(data);

52. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

238 : LayoutUtil.setWidthHint(classField.getTextControl(null, container),

53. WARNING: DiscouragedReference

Discouraged access: The method setWidthHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

238 : LayoutUtil.setWidthHint(classField.getTextControl(null, container), DEFAULT_CONTROL_WIDTH);

54. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

238 : LayoutUtil.setWidthHint(classField.getTextControl(null, container),

55. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

241 : valueTypeField.doFillIntoGrid(null, container, numberOfColumns);

56. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

243 : valueField.doFillIntoGrid(null, container, numberOfColumns);

57. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

245 : LayoutUtil.setHorizontalGrabbing(classField.getTextControl(null,

58. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

245 : LayoutUtil.setHorizontalGrabbing(classField.getTextControl(null, container));

59. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

245 : LayoutUtil.setHorizontalGrabbing(classField.getTextControl(null, container));

60. WARNING: DiscouragedReference

Discouraged access: The method selectItem(int) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

248 : valueTypeField.selectItem(0);

61. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

260 : nameField.setText(managedProperty.getPropertyName() .getTextContent());

62. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

264 : classField.setText(managedProperty.getPropertyClass() .getTextContent());

63. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

268 : valueTypeField.setText(valueTypes[0]);

64. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

269 : valueField.setText(managedProperty.getValue().getTextContent());

65. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

271 : valueTypeField.setText(valueTypes[1]);

66. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

273 : valueTypeField.setText(valueTypes[2]);

67. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

275 : valueTypeField.setText(valueTypes[3]);

68. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

277 : valueTypeField.setText(valueTypes[0]);

69. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

295 : classField.setText(property.getQualifiedType());

70. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

308 : if (valueTypeField.getText().equalsIgnoreCase(

71. WARNING: DiscouragedReference

Discouraged access: The method setEnabled(boolean) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

310 : valueField.setEnabled(false);

72. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

312 : } else if (valueTypeField.getText().equalsIgnoreCase(

73. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

314 : || valueTypeField.getText().equalsIgnoreCase(

74. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

316 : valueField.getTextControl(null, parent).setEditable(false);

75. WARNING: DiscouragedReference

Discouraged access: The method setEnabled(boolean) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

317 : valueField.setEnabled(true);

76. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

320 : valueField.getTextControl(null, parent).setEditable(true);

77. WARNING: DiscouragedReference

Discouraged access: The method setEnabled(boolean) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

321 : valueField.setEnabled(true);

78. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

348 : valueField.setText((String) valueDialog.getResultData());

79. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

459 : propertyName = nameField.getText();

80. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

460 : propertyClass = classField.getText();

81. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditManagedPropertyDialog.java :

461 : valueType = valueTypeField.getText();

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditMapEntryDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

15 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

44 : private StringDialogField keyField;

5. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

48 : private StringDialogField valueField;

6. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

113 : keyField.setText(key);

7. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

116 : valueField.setText(""); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The method setEnabled(boolean) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

117 : valueField.setEnabled(false);

9. WARNING: DiscouragedReference

Discouraged access: The method setEnabled(boolean) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

120 : valueField.setEnabled(true);

10. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

121 : valueField.setText(value);

11. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

129 : keyField = new StringDialogField();

12. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

129 : keyField = new StringDialogField();

13. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

130 : keyField.setLabelText(EditorMessages.MapEntryEditGroup_Key); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

133 : keySection = SWTUtils.createComposite(parent, SWT.NONE);

15. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

133 : keySection = SWTUtils.createComposite(parent, SWT.NONE);

16. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

142 : keyField.doFillIntoGrid(null, keySection, numberOfColumns);

17. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

144 : LayoutUtil.setGrabHorizontal(keyField.getTextControl(null, keySection),

18. WARNING: DiscouragedReference

Discouraged access: The method setGrabHorizontal(Control, boolean) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

144 : LayoutUtil.setGrabHorizontal(keyField.getTextControl(null, keySection), true);

19. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

144 : LayoutUtil.setGrabHorizontal(keyField.getTextControl(null, keySection),

20. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

153 : Composite valueSection = SWTUtils.createComposite(parent, SWT.NONE);

21. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

153 : Composite valueSection = SWTUtils.createComposite(parent, SWT.NONE);

22. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

164 : nullValueTypeButton = SWTUtils.createCheckBox(valueSection,

23. WARNING: DiscouragedReference

Discouraged access: The method createCheckBox(Composite, String, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

164 : nullValueTypeButton = SWTUtils.createCheckBox(valueSection, EditorMessages.AddEditMapEntryDialog_NullValue, 2);

24. WARNING: DiscouragedReference

Discouraged access: The method setEnabled(boolean) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

170 : valueField.setEnabled(!nullValueTypeButton.getSelection());

25. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

175 : valueField = new StringDialogField(VALUE_DEFAULT_LINENUMS);

26. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

175 : valueField = new StringDialogField(VALUE_DEFAULT_LINENUMS);

27. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

177 : valueField.setLabelText(EditorMessages.ValueEditGroup_Value); //$NON-NLS-1$

28. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

178 : valueField.doFillIntoGrid(null, valueSection, numberOfColumns);

29. WARNING: DiscouragedReference

Discouraged access: The method getLabelControl(FormToolkit, Composite) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

180 : gd = (GridData) valueField.getLabelControl(null, valueSection)

30. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

183 : LayoutUtil.setHorizontalGrabbing(valueField.getTextControl(null,

31. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

183 : LayoutUtil.setHorizontalGrabbing(valueField.getTextControl(null, valueSection));

32. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

183 : LayoutUtil.setHorizontalGrabbing(valueField.getTextControl(null, valueSection));

33. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

186 : gd = (GridData) valueField.getTextControl(null, valueSection)

34. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

207 : key = this.keyField.getText().trim();

35. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditMapEntryDialog.java :

208 : value = this.valueField.getText().trim();

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditPropertyDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

18 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

4. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

40 : private StringDialogField propertyNameField;

5. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

42 : private ClassButtonDialogField propertyClassField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

44 : private StringDialogField defaultValueField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

46 : private StringDialogField suggestedValueField;

8. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

137 : propertyNameField = new StringDialogField();

9. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

137 : propertyNameField = new StringDialogField();

10. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

139 : propertyNameField .setLabelText(EditorMessages.PropertySection_Dialog_PropertyName);

11. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

142 : propertyClassField = new ClassButtonDialogField(getProject());

12. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

142 : propertyClassField = new ClassButtonDialogField(getProject());

13. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

144 : propertyClassField .setLabelText(EditorMessages.PropertySection_Dialog_PropertyClass);//$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The method setAutoOpenResource(boolean) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

147 : propertyClassField.setAutoOpenResource(false);

15. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

149 : defaultValueField = new StringDialogField();

16. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

149 : defaultValueField = new StringDialogField();

17. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

150 : defaultValueField .setLabelText(EditorMessages.PropertySection_Dialog_DefaultValue);

18. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

153 : suggestedValueField = new StringDialogField();

19. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

153 : suggestedValueField = new StringDialogField();

20. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

154 : suggestedValueField .setLabelText(EditorMessages.PropertySection_Dialog_SuggestedValue);

21. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

164 : propertyNameField.doFillIntoGrid(null, composite, numberOfColumns);

22. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

166 : propertyClassField.doFillIntoGrid(null, composite, numberOfColumns);

23. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

168 : defaultValueField.doFillIntoGrid(null, composite, numberOfColumns);

24. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

170 : suggestedValueField.doFillIntoGrid(null, composite, numberOfColumns);

25. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

172 : LayoutUtil.setHorizontalGrabbing(propertyClassField.getTextControl(

26. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

172 : LayoutUtil.setHorizontalGrabbing(propertyClassField.getTextControl( null, composite));

27. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

172 : LayoutUtil.setHorizontalGrabbing(propertyClassField.getTextControl( null, composite));

28. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

176 : propertyNameField.setText(propertyName);

29. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

177 : propertyClassField.setText(propertyClass);

30. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

178 : defaultValueField.setText(defaultValue);

31. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

179 : suggestedValueField.setText(suggestedValue);

32. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

199 : propertyName = propertyNameField.getText();

33. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

200 : propertyClass = propertyClassField.getText();

34. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

201 : defaultValue = defaultValueField.getText();

35. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditPropertyDialog.java :

202 : suggestedValue = suggestedValueField.getText();

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditRendererDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

18 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IStringButtonAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringButtonDialogField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

21 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

44 : private StringDialogField rendererNameField;

8. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

46 : private ClassButtonDialogField rendererClassField;

9. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

48 : private StringButtonDialogField componentFamilyField;

10. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

50 : private StringDialogField renderTypeField;

11. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

142 : rendererNameField = new StringDialogField();

12. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

142 : rendererNameField = new StringDialogField();

13. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

143 : rendererNameField .setLabelText(EditorMessages.RendererSection_Dialog_DisplayName);

14. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

146 : rendererClassField = new ClassButtonDialogField(getProject());

15. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

146 : rendererClassField = new ClassButtonDialogField(getProject());

16. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

148 : rendererClassField .setLabelText(EditorMessages.RendererSection_Dialog_RendererClass);//$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

150 : rendererClassField.setProject(getProject());

18. WARNING: DiscouragedReference

Discouraged access: The method setSuperClassName(String) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

151 : rendererClassField.setSuperClassName(IFacesConfigConstants.RENDERER_SUPER_CLASS);

19. WARNING: DiscouragedReference

Discouraged access: The method setAutoOpenResource(boolean) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

152 : rendererClassField.setAutoOpenResource(false);

20. WARNING: DiscouragedReference

Discouraged access: The constructor StringButtonDialogField(IStringButtonAdapter) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

154 : componentFamilyField = new StringButtonDialogField( new IStringButtonAdapter() { public void changeControlPressed(DialogField field) { Shell shell = EditorPlugin.getActiveShell(); ComponentListDialog dialog = new ComponentListDialog( shell, page, page.getInput(), EditorMessages.RendererSection_Dialog_ComponentFamilyCaption, EditorMessages.RendererSection_Dialog_ComponentFamilyLabel); if (dialog.open() == Dialog.OK) { componentFamilyField.setText(dialog.getValue()); } } });

21. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

154 : componentFamilyField = new StringButtonDialogField(

22. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

155 : new IStringButtonAdapter() {

23. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

156 : public void changeControlPressed(DialogField field) {

24. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

165 : componentFamilyField.setText(dialog.getValue());

25. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

169 : componentFamilyField .setLabelText(EditorMessages.RendererSection_Dialog_ComponentFamilyValue);

26. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

173 : renderTypeField = new StringDialogField();

27. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

173 : renderTypeField = new StringDialogField();

28. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

175 : renderTypeField .setLabelText(EditorMessages.RendererSection_Dialog_TypeValue);

29. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

185 : rendererNameField.doFillIntoGrid(null, composite, numberOfColumns);

30. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

187 : componentFamilyField.doFillIntoGrid(null, composite, numberOfColumns);

31. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

189 : renderTypeField.doFillIntoGrid(null, composite, numberOfColumns);

32. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

191 : rendererClassField.doFillIntoGrid(null, composite, numberOfColumns);

33. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

193 : LayoutUtil.setHorizontalGrabbing(rendererClassField.getTextControl(

34. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

193 : LayoutUtil.setHorizontalGrabbing(rendererClassField.getTextControl( null, composite));

35. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

193 : LayoutUtil.setHorizontalGrabbing(rendererClassField.getTextControl( null, composite));

36. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

197 : rendererNameField.setText(rendererName);

37. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

198 : rendererClassField.setText(rendererClass);

38. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

199 : componentFamilyField.setText(componentFamily);

39. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

200 : renderTypeField.setText(rendererType);

40. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

226 : rendererName = rendererNameField.getText();

41. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

227 : rendererClass = rendererClassField.getText();

42. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

228 : componentFamily = componentFamilyField.getText();

43. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AddEditRendererDialog.java :

229 : rendererType = renderTypeField.getText();

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/CommonListDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CommonListDialog.java :

25 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CommonListDialog.java :

101 : Composite composite = SWTUtils.createComposite(parent, 1);

3. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CommonListDialog.java :

101 : Composite composite = SWTUtils.createComposite(parent, 1);

4. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CommonListDialog.java :

103 : SWTUtils.createLabel(composite, label, 1); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method createLabel(Composite, String, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CommonListDialog.java :

103 : SWTUtils.createLabel(composite, label, 1); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CommonListDialog.java :

105 : inputText = SWTUtils.createTextBox(composite, 1);

7. WARNING: DiscouragedReference

Discouraged access: The method createTextBox(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CommonListDialog.java :

105 : inputText = SWTUtils.createTextBox(composite, 1);

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/DialogUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaUIHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

DialogUtil.java :

25 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.JavaUIHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaUIHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

DialogUtil.java :

48 : SelectionDialog dialog = JavaUIHelper

3. WARNING: DiscouragedReference

Discouraged access: The method openSelectionDialog(Shell, IProject, String, int) from the type JavaUIHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

DialogUtil.java :

48 : SelectionDialog dialog = JavaUIHelper .openSelectionDialog(shell, project, superType, tyle);

4. WARNING: DiscouragedReference

Discouraged access: The method getResult() from the type ResourceOnClasspathDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

DialogUtil.java :

139 : String newValue = (String) dialog.getResult()[0];

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/EditListEntriesDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

27 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

28 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

29 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldBase;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

30 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

31 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

6. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

67 : private ClassButtonDialogField valueClassField;

7. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

125 : valueClassField.setText(listEntries.getValueClass() .getTextContent());

8. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

132 : valueClassField = new ClassButtonDialogField(getProject());

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

132 : valueClassField = new ClassButtonDialogField(getProject());

10. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

134 : valueClassField .setLabelText(EditorMessages.InitializationSection_MapType_ValueClass);//$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

136 : Composite typeSelectionSection = SWTUtils.createComposite(parent,

12. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

136 : Composite typeSelectionSection = SWTUtils.createComposite(parent, SWT.NONE);

13. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

146 : valueClassField.doFillIntoGrid(null, typeSelectionSection, numberOfColumns);

14. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

148 : LayoutUtil.setHorizontalGrabbing(valueClassField.getTextControl(null,

15. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

148 : LayoutUtil.setHorizontalGrabbing(valueClassField.getTextControl(null, parent));

16. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

148 : LayoutUtil.setHorizontalGrabbing(valueClassField.getTextControl(null, parent));

17. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

157 : Composite mapValueSection = SWTUtils.createComposite(parent, SWT.NONE);

18. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

157 : Composite mapValueSection = SWTUtils.createComposite(parent, SWT.NONE);

19. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

166 : DialogField valuesTitle = new DialogFieldBase();

20. WARNING: DiscouragedReference

Discouraged access: The constructor DialogFieldBase() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

166 : DialogField valuesTitle = new DialogFieldBase();

21. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

166 : DialogField valuesTitle = new DialogFieldBase();

22. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

167 : valuesTitle .setLabelText(EditorMessages.InitializationSection_MapTable_Title);//$NON-NLS-1$

23. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

170 : valuesTitle.doFillIntoGrid(null, mapValueSection, numberOfColumns);

24. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

223 : operationContainer = SWTUtils

25. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

223 : operationContainer = SWTUtils .createComposite(mapValueSection, SWT.NONE);

26. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

231 : Button addButton = SWTUtils.createPushButton(operationContainer,

27. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

231 : Button addButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Add_more); //$NON-NLS-1$

28. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

244 : editButton = SWTUtils.createPushButton(operationContainer,

29. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

244 : editButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Edit_more);

30. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

257 : removeButton = SWTUtils.createPushButton(operationContainer,

31. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

257 : removeButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Remove); //$NON-NLS-1$

32. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditListEntriesDialog.java :

360 : String valueClass = valueClassField.getText();

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/EditMapEntriesDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

28 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

29 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

30 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldBase;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

31 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

32 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

6. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

71 : private ClassButtonDialogField keyClassField;

7. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

73 : private ClassButtonDialogField valueClassField;

8. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

131 : keyClassField.setText(mapEntries.getKeyClass().getTextContent());

9. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

134 : valueClassField .setText(mapEntries.getValueClass().getTextContent());

10. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

141 : keyClassField = new ClassButtonDialogField(getProject());

11. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

141 : keyClassField = new ClassButtonDialogField(getProject());

12. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

142 : keyClassField .setLabelText(EditorMessages.InitializationSection_MapType_KeyClass);//$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

145 : valueClassField = new ClassButtonDialogField(getProject());

14. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

145 : valueClassField = new ClassButtonDialogField(getProject());

15. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

147 : valueClassField .setLabelText(EditorMessages.InitializationSection_MapType_ValueClass);//$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

150 : Composite typeSelectionSection = SWTUtils.createComposite(parent,

17. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

150 : Composite typeSelectionSection = SWTUtils.createComposite(parent, SWT.NONE);

18. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

160 : keyClassField.doFillIntoGrid(null, typeSelectionSection, numberOfColumns);

19. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

162 : LayoutUtil.setHorizontalGrabbing(keyClassField.getTextControl(null,

20. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

162 : LayoutUtil.setHorizontalGrabbing(keyClassField.getTextControl(null, parent));

21. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

162 : LayoutUtil.setHorizontalGrabbing(keyClassField.getTextControl(null, parent));

22. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

165 : valueClassField.doFillIntoGrid(null, typeSelectionSection, numberOfColumns);

23. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

174 : Composite mapValueSection = SWTUtils.createComposite(parent, SWT.NONE);

24. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

174 : Composite mapValueSection = SWTUtils.createComposite(parent, SWT.NONE);

25. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

183 : DialogField valuesTitle = new DialogFieldBase();

26. WARNING: DiscouragedReference

Discouraged access: The constructor DialogFieldBase() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

183 : DialogField valuesTitle = new DialogFieldBase();

27. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

183 : DialogField valuesTitle = new DialogFieldBase();

28. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

184 : valuesTitle .setLabelText(EditorMessages.InitializationSection_MapTable_Title);//$NON-NLS-1$

29. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

187 : valuesTitle.doFillIntoGrid(null, mapValueSection, numberOfColumns);

30. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

245 : operationContainer = SWTUtils

31. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

245 : operationContainer = SWTUtils .createComposite(mapValueSection, SWT.NONE);

32. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

253 : Button addButton = SWTUtils.createPushButton(operationContainer,

33. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

253 : Button addButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Add_more); //$NON-NLS-1$

34. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

266 : editButton = SWTUtils.createPushButton(operationContainer,

35. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

266 : editButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Edit_more);

36. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

279 : removeButton = SWTUtils.createPushButton(operationContainer,

37. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

279 : removeButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Remove); //$NON-NLS-1$

38. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

410 : keyClass.setTextContent(this.keyClassField.getText().trim());

39. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditMapEntriesDialog.java :

414 : valueClass.setTextContent(this.valueClassField.getText().trim());

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/EditValueDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

18 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldBase;

3. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

102 : nullValueTypeButton = SWTUtils.createCheckBox(container,

5. WARNING: DiscouragedReference

Discouraged access: The method createCheckBox(Composite, String, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

102 : nullValueTypeButton = SWTUtils.createCheckBox(container, IFacesConfigConstants.NULL_VALUE, 2);

6. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

114 : DialogField valueTitle = new DialogFieldBase();

7. WARNING: DiscouragedReference

Discouraged access: The constructor DialogFieldBase() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

114 : DialogField valueTitle = new DialogFieldBase();

8. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

114 : DialogField valueTitle = new DialogFieldBase();

9. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

117 : valueTitle .setLabelText(EditorMessages.ManagedBeanPropertyEditDialog_Value);//$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditValueDialog.java :

119 : valueTitle.doFillIntoGrid(null, container, 1);

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/ListChoiceDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListChoiceDialog.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListChoiceDialog.java :

69 : Composite composite = SWTUtils.createComposite(parent, 1);

3. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListChoiceDialog.java :

69 : Composite composite = SWTUtils.createComposite(parent, 1);

4. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListChoiceDialog.java :

71 : SWTUtils.createLabel(composite, labelString, 1);

5. WARNING: DiscouragedReference

Discouraged access: The method createLabel(Composite, String, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListChoiceDialog.java :

71 : SWTUtils.createLabel(composite, labelString, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListChoiceDialog.java :

73 : inputText = SWTUtils.createTextBox(composite, 1);

7. WARNING: DiscouragedReference

Discouraged access: The method createTextBox(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListChoiceDialog.java :

73 : inputText = SWTUtils.createTextBox(composite, 1);

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/LocaleDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LocaleDialog.java :

24 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LocaleDialog.java :

114 : SWTUtils

3. WARNING: DiscouragedReference

Discouraged access: The method createLabel(Composite, String, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LocaleDialog.java :

114 : SWTUtils .createLabel( parent, EditorMessages.LocaleConfigSection_Wizard_Page_LabelText, 1);

4. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LocaleDialog.java :

120 : inputText = SWTUtils.createTextBox(parent, 1);

5. WARNING: DiscouragedReference

Discouraged access: The method createTextBox(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LocaleDialog.java :

120 : inputText = SWTUtils.createTextBox(parent, 1);

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/MessageBundleSelectionDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

18 : import org.eclipse.jst.jsf.common.ui.IFileFolderConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceOnClasspathDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.dialogs.ResourceOnClasspathDialog;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceOnClasspathDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

28 : public class MessageBundleSelectionDialog extends ResourceOnClasspathDialog {

4. WARNING: DiscouragedReference

Discouraged access: The type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

36 : private static final String[] PROPERTIES_FILES_SUFFIXS = new String[] { IFileFolderConstants.EXT_PROPERTIES };

5. WARNING: DiscouragedReference

Discouraged access: The field EXT_PROPERTIES from the type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

36 : private static final String[] PROPERTIES_FILES_SUFFIXS = new String[] { IFileFolderConstants.EXT_PROPERTIES };

6. WARNING: DiscouragedReference

Discouraged access: The constructor ResourceOnClasspathDialog(Shell, IJavaProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

45 : super(parentShell, project);

7. WARNING: DiscouragedReference

Discouraged access: The method setSuffixs(String[]) from the type ResourceOnClasspathDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

47 : setSuffixs(PROPERTIES_FILES_SUFFIXS);

8. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type TreeViewerSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

49 : setTitle(EditorMessages.MessageBundleSection_Dialog_Title);

9. WARNING: DiscouragedReference

Discouraged access: The method setViewerSorter(ViewerSorter) from the type TreeViewerSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

50 : setViewerSorter(new MessageBundleViewerSorter());

10. WARNING: DiscouragedReference

Discouraged access: The method isValidSelection(Object) from the type ResourceOnClasspathDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

59 : if (!(super.isValidSelection(selection))) {

11. WARNING: DiscouragedReference

Discouraged access: The method setStatusMessage(String) from the type TreeViewerSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

60 : setStatusMessage(selectPropertyFileMessage);

12. WARNING: DiscouragedReference

Discouraged access: The method getResult() from the type ResourceOnClasspathDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

67 : Object result = super.getResult()[0];

13. WARNING: DiscouragedReference

Discouraged access: The method setStatusMessage(String) from the type TreeViewerSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

69 : setStatusMessage(selectPropertyFileMessage);

14. WARNING: DiscouragedReference

Discouraged access: The method setStatusMessage(String) from the type TreeViewerSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleSelectionDialog.java :

76 : this.setStatusMessage(alreadyExistStatusMessage);

Source File: org/eclipse/jst/jsf/facesconfig/ui/dialog/MessageBundleViewerSorter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleViewerSorter.java :

18 : import org.eclipse.jst.jsf.common.ui.IFileFolderConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleViewerSorter.java :

49 : if (IFileFolderConstants.FOLDER_SOURCE

3. WARNING: DiscouragedReference

Discouraged access: The field FOLDER_SOURCE from the type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MessageBundleViewerSorter.java :

49 : if (IFileFolderConstants.FOLDER_SOURCE

Source File: org/eclipse/jst/jsf/facesconfig/ui/page/IntroductionPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IntroductionSection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

IntroductionPage.java :

21 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.IntroductionSection;

2. WARNING: DiscouragedReference

Discouraged access: The type IntroductionSection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

IntroductionPage.java :

74 : IntroductionSection introPart = new IntroductionSection(

3. WARNING: DiscouragedReference

Discouraged access: The constructor IntroductionSection(String, IManagedForm, FormToolkit, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

IntroductionPage.java :

74 : IntroductionSection introPart = new IntroductionSection( FacesConfigEditor.EDITOR_ID, managedForm, toolkit, EditorMessages.editor_pageflow_page_intro_help_HelpContextID, EditorMessages.editor_pageflow_page_intro_help_HelpToolTip);

4. WARNING: DiscouragedReference

Discouraged access: The type IntroductionSection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

IntroductionPage.java :

74 : IntroductionSection introPart = new IntroductionSection(

5. WARNING: DiscouragedReference

Discouraged access: The method setLayoutData(Object) from the type IntroductionSection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

IntroductionPage.java :

88 : introPart.setLayoutData(td);

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/PageflowEditor.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

79 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

126 : private static final Logger log = EditorPlugin

3. WARNING: DiscouragedReference

Discouraged access: The method error(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

238 : log.error("Pageflow.PageflowEditor.Error.ResourceChange", exception);

4. WARNING: DiscouragedReference

Discouraged access: The method throwCoreException(String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

531 : EditorPlugin.getAlerts().throwCoreException( "Pageflow.PageflowEditor.Alert.nullModelManager");

5. WARNING: DiscouragedReference

Discouraged access: The method throwCoreException(Throwable) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

547 : EditorPlugin.getAlerts().throwCoreException(e);

6. WARNING: DiscouragedReference

Discouraged access: The method throwCoreException(Throwable) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

551 : EditorPlugin.getAlerts().throwCoreException(e);

7. WARNING: DiscouragedReference

Discouraged access: The method error(String) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

573 : log.error("Pageflow.PageflowEditor.Error.invalidPageflowFile");

8. WARNING: DiscouragedReference

Discouraged access: The method error(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

582 : log.error("Pageflow.PageflowEditor.Error.invalidPageflowFile", e);

9. WARNING: DiscouragedReference

Discouraged access: The method error(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

587 : log.error("Pageflow.PageflowEditor.Alert.errorSaveFileInfo", e);

10. WARNING: DiscouragedReference

Discouraged access: The method error(String) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

669 : log.error("Pageflow.PageflowEditor.Error.invalidPageflowModel");

11. WARNING: DiscouragedReference

Discouraged access: The method throwCoreException(String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

670 : EditorPlugin.getAlerts().throwCoreException( "Pageflow.PageflowEditor.Error.invalidPageflowModel");

12. WARNING: DiscouragedReference

Discouraged access: The method error(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowEditor.java :

1164 : log .error( "Pageflow.PageflowEditor.Error.invalidMarkerAttribute", e);

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/action/ShowPropertyViewAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ShowPropertyViewAction.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ShowPropertyViewAction.java :

38 : private static final Logger log = EditorPlugin

3. WARNING: DiscouragedReference

Discouraged access: The method error(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ShowPropertyViewAction.java :

110 : log .error( "Pageflow.PageflowEditor.Error.canNotShowPropertyView", e);

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/command/CreateNodeCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.dialogs.CommonResourceDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

133 : CommonResourceDialog dialog = new CommonResourceDialog(shell, project,

3. WARNING: DiscouragedReference

Discouraged access: The constructor CommonResourceDialog(Shell, IProject, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

133 : CommonResourceDialog dialog = new CommonResourceDialog(shell, project, SWT.NONE);

4. WARNING: DiscouragedReference

Discouraged access: The type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

133 : CommonResourceDialog dialog = new CommonResourceDialog(shell, project,

5. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type TreeViewerSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

136 : dialog .setTitle(PageflowMessages.Pageflow_Commands_CreateNodeCommand_SelectJSPDialog_Title);

6. WARNING: DiscouragedReference

Discouraged access: The method setSuffixs(String[]) from the type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

139 : dialog.setSuffixs(null);

7. WARNING: DiscouragedReference

Discouraged access: The method setResourceDescription(String) from the type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

140 : dialog .setResourceDescription(PageflowMessages.Pageflow_Commands_CreateNodeCommand_SelectJSPDialog_Description);

8. WARNING: DiscouragedReference

Discouraged access: The method getResult() from the type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

144 : Object[] result = dialog.getResult();

9. WARNING: DiscouragedReference

Discouraged access: The method error(String, String, Object) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

160 : EditorPlugin .getAlerts() .error( "Pageflow.PageflowEditor.Alert.DNDResourceTitle", "Pageflow.PageflowEditor.Alert.ExistingPage", jsfSelection);

10. WARNING: DiscouragedReference

Discouraged access: The method error(String, String, Object) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

CreateNodeCommand.java :

238 : EditorPlugin.getAlerts().error( "Pageflow.PageflowEditor.Alert.DNDResourceTitle", "Pageflow.PageflowEditor.Alert.ExistingPage", ((PageflowPage) child).getPath());

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/command/EMFCommandStackGEFAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

35 : private IStructuredModel model;

4. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

44 : model = StructuredModelManager.getModelManager().getExistingModelForEdit(doc);

5. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IStructuredDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

47 : model = StructuredModelManager.getModelManager().getModelForEdit((IStructuredDocument) doc);

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

47 : model = StructuredModelManager.getModelManager().getModelForEdit((IStructuredDocument) doc);

7. WARNING: DiscouragedReference

Discouraged access: The method getUndoManager() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

50 : emfCommandStack = ((BasicCommandStack) this.model.getUndoManager().getCommandStack());

8. WARNING: DiscouragedReference

Discouraged access: The method getCommandStack() from the type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

50 : emfCommandStack = ((BasicCommandStack) this.model.getUndoManager().getCommandStack());

9. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EMFCommandStackGEFAdapter.java :

57 : model.releaseFromEdit();

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/command/OpenEditorCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

OpenEditorCommand.java :

22 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

OpenEditorCommand.java :

48 : private static final Logger log = EditorPlugin

3. WARNING: DiscouragedReference

Discouraged access: The method error(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

OpenEditorCommand.java :

94 : EditorPlugin .getAlerts() .error( "Pageflow.PageflowEditor.Alert.errorOpenEditor4JSFTitle", "Pageflow.PageflowEditor.Alert.errorOpenEditor4JSFFolderInfo");

4. WARNING: DiscouragedReference

Discouraged access: The method error(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

OpenEditorCommand.java :

107 : EditorPlugin.getAlerts().error( "Pageflow.PageflowEditor.Alert.errorOpenEditor4JSFTitle", "Pageflow.PageflowEditor.Alert.confirmCreateNewJSFFile");// )

5. WARNING: DiscouragedReference

Discouraged access: The method error(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

OpenEditorCommand.java :

136 : log .error( "Pageflow.PageflowEditor.Error.canNotOpenEditor4JSF", e);

6. WARNING: DiscouragedReference

Discouraged access: The method error(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

OpenEditorCommand.java :

142 : EditorPlugin .getAlerts() .error( "Pageflow.PageflowEditor.Alert.errorOpenEditor4JSFTitle", "Pageflow.PageflowEditor.Error.CanNotOpenEditor4JSF");

7. WARNING: DiscouragedReference

Discouraged access: The method error(String, String, Object) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

OpenEditorCommand.java :

158 : EditorPlugin.getAlerts().error( "Pageflow.PageflowEditor.Alert.errorOpenEditor4JSFTitle", "Pageflow.PageflowEditor.Alert.errorOpenEditor4JSFInfo", pagePath);

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/model/impl/ReferenceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.201.v200808071700.jar

ReferenceElement.java :

20 : import org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResource;

2. WARNING: DiscouragedReference

Discouraged access: The method setFormat(int) from the type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.201.v200808071700.jar

ReferenceElement.java :

76 : ((CompatibilityXMIResource) object.eResource()) .setFormat(CompatibilityXMIResource.FORMAT_EMF1);

3. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.201.v200808071700.jar

ReferenceElement.java :

76 : ((CompatibilityXMIResource) object.eResource())

4. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.201.v200808071700.jar

ReferenceElement.java :

77 : .setFormat(CompatibilityXMIResource.FORMAT_EMF1);

5. WARNING: DiscouragedReference

Discouraged access: The field FORMAT_EMF1 from the type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.201.v200808071700.jar

ReferenceElement.java :

77 : .setFormat(CompatibilityXMIResource.FORMAT_EMF1);

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/ActionOutcomeSelectionDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type Separator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ActionOutcomeSelectionDialog.java :

21 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.Separator;

2. WARNING: DiscouragedReference

Discouraged access: The constructor Separator(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ActionOutcomeSelectionDialog.java :

226 : (new Separator(SWT.SEPARATOR | SWT.HORIZONTAL)).doFillIntoGrid(null,

3. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int, int) from the type Separator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ActionOutcomeSelectionDialog.java :

226 : (new Separator(SWT.SEPARATOR | SWT.HORIZONTAL)).doFillIntoGrid(null, composite, nColumns, convertHeightInCharsToPixels(1));

4. WARNING: DiscouragedReference

Discouraged access: The type Separator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ActionOutcomeSelectionDialog.java :

226 : (new Separator(SWT.SEPARATOR | SWT.HORIZONTAL)).doFillIntoGrid(null,

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/PageflowElementPropertySource.java
1. WARNING: DiscouragedReference

Discouraged access: The method error(String, String, Object) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowElementPropertySource.java :

261 : EditorPlugin .getAlerts() .error( "Pageflow.PageflowEditor.Alert.DNDResourceTitle", "Pageflow.PageflowEditor.Alert.ExistingPage", value);

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/PageflowLinkPropertySource.java
1. WARNING: DiscouragedReference

Discouraged access: The method info(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowLinkPropertySource.java :

168 : EditorPlugin.getAlerts().info("Note", "Please select an existing page");

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/ProjectWebPageSelectionDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ProjectWebPageSelectionDialog.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.dialogs.CommonResourceDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ProjectWebPageSelectionDialog.java :

25 : public class ProjectWebPageSelectionDialog extends CommonResourceDialog {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CommonResourceDialog(Shell, IProject, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ProjectWebPageSelectionDialog.java :

34 : super(parentShell, project, style);

4. WARNING: DiscouragedReference

Discouraged access: The constructor CommonResourceDialog(Shell, IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ProjectWebPageSelectionDialog.java :

43 : super(parentShell, project);

5. WARNING: DiscouragedReference

Discouraged access: The method setResourceDescription(String) from the type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ProjectWebPageSelectionDialog.java :

48 : setResourceDescription(PageflowMessages.ProjectWebPageSelectionDialog_Description);

6. WARNING: DiscouragedReference

Discouraged access: The method setSuffixs(String[]) from the type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ProjectWebPageSelectionDialog.java :

49 : setSuffixs(new String[] { "jsp", "jspx", "jsf", "html", "htm" }); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$

7. WARNING: DiscouragedReference

Discouraged access: The method getResult() from the type CommonResourceDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ProjectWebPageSelectionDialog.java :

57 : IFile selectedFile = (IFile) getResult()[0];

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/section/AbstractEditPartGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

15 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldGroup;

2. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

26 : /*package*/ abstract class AbstractEditPartGroup extends DialogFieldGroup {

4. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

28 : private StringDialogField descField;

5. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

30 : private StringDialogField displayNameField;

6. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

38 : displayNameField = new StringDialogField();

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

38 : displayNameField = new StringDialogField();

8. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

39 : displayNameField.setLabelText(PropertyMessages.property_displayName);

9. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

40 : displayNameField .setDialogFieldChangeListener(getDefaultChangeListener());

10. WARNING: DiscouragedReference

Discouraged access: The method getDefaultChangeListener() from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

41 : .setDialogFieldChangeListener(getDefaultChangeListener());

11. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

42 : descField = new StringDialogField();

12. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

42 : descField = new StringDialogField();

13. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

44 : descField.setLabelText(PropertyMessages.property_description);

14. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

45 : descField.setDialogFieldChangeListener(getDefaultChangeListener());

15. WARNING: DiscouragedReference

Discouraged access: The method getDefaultChangeListener() from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

45 : descField.setDialogFieldChangeListener(getDefaultChangeListener());

16. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

57 : displayNameField.doFillIntoGrid(toolkit, parent, col);

17. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

58 : descField.doFillIntoGrid(toolkit, parent, col);

18. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

66 : descField.setTextWithoutUpdate(elem.getComment());

19. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

67 : displayNameField.setTextWithoutUpdate(elem.getName());

20. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

73 : protected StringDialogField getDescField() {

21. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartGroup.java :

80 : protected StringDialogField getDisplayNameField() {

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/section/AbstractEditPartSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartSection.java :

28 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldChangeListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartSection.java :

29 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldChangeListener;

3. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldChangeListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartSection.java :

42 : IDialogFieldChangeListener changeListener = new IDialogFieldChangeListener() {

4. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldChangeListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartSection.java :

42 : IDialogFieldChangeListener changeListener = new IDialogFieldChangeListener() {

5. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

AbstractEditPartSection.java :

43 : public void dialogFieldChanged(DialogField field) {

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/section/EditorSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

15 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

3. WARNING: DiscouragedReference

Discouraged access: The method setDefaultChangeListener(IDialogFieldChangeListener) from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

43 : group.setDefaultChangeListener(changeListener);

4. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

46 : group.getDisplayNameField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { EditorSection.this.setValue( PageflowPackageImpl.eINSTANCE .getPageflowElement_Name().getName(), group.getDisplayNameField().getText()); } });

5. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

47 : new IDialogFieldApplyListener() {

6. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

48 : public void dialogFieldApplied(DialogField field) {

7. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

52 : group.getDisplayNameField().getText());

8. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

56 : group.getDescField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { EditorSection.this .setValue( PageflowPackageImpl.eINSTANCE .getPageflowElement_Comment() .getName(), group .getDescField().getText()); } });

9. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

57 : new IDialogFieldApplyListener() {

10. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

58 : public void dialogFieldApplied(DialogField field) {

11. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

EditorSection.java :

63 : .getName(), group .getDescField().getText());

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/section/LinkGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

18 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ComboDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IStringButtonAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

21 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

22 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringButtonDialogField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

23 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

45 : private StringButtonDialogField fromOutcomeField;

8. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

47 : private StringDialogField fromActionField;

9. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

49 : private ComboDialogField redirectField;

10. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

58 : private class StringButtonAdapter implements IStringButtonAdapter {

11. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

64 : public void changeControlPressed(DialogField field) {

12. WARNING: DiscouragedReference

Discouraged access: The method getLabelControl(FormToolkit, Composite) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

67 : Shell shell = field.getLabelControl(null, null).getShell();

13. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

76 : fromOutcomeField.setText(outcome);

14. WARNING: DiscouragedReference

Discouraged access: The constructor StringButtonDialogField(IStringButtonAdapter) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

105 : fromOutcomeField = new StringButtonDialogField( new StringButtonAdapter());

15. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

105 : fromOutcomeField = new StringButtonDialogField(

16. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

107 : fromOutcomeField.setLabelText(PropertyMessages.property_fromOutcome);

17. WARNING: DiscouragedReference

Discouraged access: The method setButtonLabel(String) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

108 : fromOutcomeField.setButtonLabel("...");

18. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

109 : fromOutcomeField .setDialogFieldChangeListener(getDefaultChangeListener());

19. WARNING: DiscouragedReference

Discouraged access: The method getDefaultChangeListener() from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

110 : .setDialogFieldChangeListener(getDefaultChangeListener());

20. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

111 : fromActionField = new StringDialogField();

21. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

111 : fromActionField = new StringDialogField();

22. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

112 : fromActionField.setLabelText(PropertyMessages.property_fromAction);

23. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

113 : fromActionField .setDialogFieldChangeListener(getDefaultChangeListener());

24. WARNING: DiscouragedReference

Discouraged access: The method getDefaultChangeListener() from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

114 : .setDialogFieldChangeListener(getDefaultChangeListener());

25. WARNING: DiscouragedReference

Discouraged access: The constructor ComboDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

115 : redirectField = new ComboDialogField(SWT.DROP_DOWN | SWT.READ_ONLY);

26. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

115 : redirectField = new ComboDialogField(SWT.DROP_DOWN | SWT.READ_ONLY);

27. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

116 : redirectField.setLabelText(PropertyMessages.property_redirect);

28. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

117 : redirectField .setDialogFieldChangeListener((getDefaultChangeListener()));

29. WARNING: DiscouragedReference

Discouraged access: The method getDefaultChangeListener() from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

118 : .setDialogFieldChangeListener((getDefaultChangeListener()));

30. WARNING: DiscouragedReference

Discouraged access: The method setItems(String[]) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

123 : redirectField.setItems((String[]) redirectList.toArray(new String[0]));

31. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

133 : fromOutcomeField.setTextWithoutUpdate(pfLink.getOutcome());

32. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

134 : fromActionField.setTextWithoutUpdate(pfLink.getFromaction());

33. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

136 : redirectField.setTextWithoutUpdate(Boolean.TRUE.toString());

34. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

138 : redirectField.setTextWithoutUpdate(Boolean.FALSE.toString());

35. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

164 : fromActionField.doFillIntoGrid(toolkit, top, numberOfColumns);

36. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

165 : fromOutcomeField.doFillIntoGrid(toolkit, top, numberOfColumns);

37. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

166 : redirectField.doFillIntoGrid(toolkit, top, numberOfColumns);

38. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

168 : LayoutUtil.setHorizontalGrabbing(fromOutcomeField.getTextControl(

39. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

168 : LayoutUtil.setHorizontalGrabbing(fromOutcomeField.getTextControl( toolkit, top));

40. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

168 : LayoutUtil.setHorizontalGrabbing(fromOutcomeField.getTextControl( toolkit, top));

41. WARNING: DiscouragedReference

Discouraged access: The method getChangeControl(FormToolkit, Composite) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

174 : fromOutcomeField.getChangeControl(toolkit, top).setLayoutData(data);

42. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

189 : public StringButtonDialogField getFromOutcomeField() {

43. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

196 : public StringDialogField getFromActionField() {

44. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

203 : public ComboDialogField getRedirectField() {

45. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkGroup.java :

211 : if (redirectField.getText().equalsIgnoreCase(Boolean.TRUE.toString())) {

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/section/LinkSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

15 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

3. WARNING: DiscouragedReference

Discouraged access: The method setDefaultChangeListener(IDialogFieldChangeListener) from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

44 : group.setDefaultChangeListener(changeListener);

4. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

47 : group.getFromOutcomeField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { LinkSection.this.setValue(PageflowPackageImpl.eINSTANCE .getPFLink_Outcome().getName(), group .getFromOutcomeField().getText()); } });

5. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

48 : new IDialogFieldApplyListener() {

6. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

49 : public void dialogFieldApplied(DialogField field) {

7. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

51 : .getPFLink_Outcome().getName(), group .getFromOutcomeField().getText());

8. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

56 : group.getRedirectField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { LinkSection.this.setValue(PageflowPackageImpl.eINSTANCE .getPFLink_Redirect().getName(), group .getRedirectValue()); } });

9. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

57 : new IDialogFieldApplyListener() {

10. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

58 : public void dialogFieldApplied(DialogField field) {

11. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

64 : group.getFromActionField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { LinkSection.this.setValue(PageflowPackageImpl.eINSTANCE .getPFLink_Fromaction().getName(), group .getFromActionField().getText()); } });

12. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

65 : new IDialogFieldApplyListener() {

13. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

66 : public void dialogFieldApplied(DialogField field) {

14. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

LinkSection.java :

68 : .getPFLink_Fromaction().getName(), group .getFromActionField().getText());

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/section/PageGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IStringButtonAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

18 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringButtonDialogField;

5. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

39 : private StringButtonDialogField fromViewField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

43 : private StringDialogField largeIconField;

8. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

45 : private StringDialogField smallIconField;

9. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

47 : class StringButtonAdapter implements IStringButtonAdapter {

10. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

53 : public void changeControlPressed(DialogField field) {

11. WARNING: DiscouragedReference

Discouraged access: The method getLabelControl(FormToolkit, Composite) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

56 : field.getLabelControl(null, null).getShell(), project);

12. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

58 : fromViewField.setText(dlg.getResultFilePath());

13. WARNING: DiscouragedReference

Discouraged access: The constructor StringButtonDialogField(IStringButtonAdapter) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

69 : fromViewField = new StringButtonDialogField(new StringButtonAdapter());

14. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

69 : fromViewField = new StringButtonDialogField(new StringButtonAdapter());

15. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

70 : fromViewField.setLabelText(PropertyMessages.property_fromView);

16. WARNING: DiscouragedReference

Discouraged access: The method setButtonLabel(String) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

71 : fromViewField.setButtonLabel("...");

17. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

72 : fromViewField.setDialogFieldChangeListener(getDefaultChangeListener());

18. WARNING: DiscouragedReference

Discouraged access: The method getDefaultChangeListener() from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

72 : fromViewField.setDialogFieldChangeListener(getDefaultChangeListener());

19. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

74 : largeIconField = new StringDialogField();

20. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

74 : largeIconField = new StringDialogField();

21. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

75 : largeIconField.setLabelText(PropertyMessages.property_largeIcon);

22. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

76 : largeIconField .setDialogFieldChangeListener((getDefaultChangeListener()));

23. WARNING: DiscouragedReference

Discouraged access: The method getDefaultChangeListener() from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

77 : .setDialogFieldChangeListener((getDefaultChangeListener()));

24. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

78 : smallIconField = new StringDialogField();

25. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

78 : smallIconField = new StringDialogField();

26. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

79 : smallIconField.setLabelText(PropertyMessages.property_smallIcon);

27. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

80 : smallIconField .setDialogFieldChangeListener((getDefaultChangeListener()));

28. WARNING: DiscouragedReference

Discouraged access: The method getDefaultChangeListener() from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

81 : .setDialogFieldChangeListener((getDefaultChangeListener()));

29. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

93 : fromViewField.setTextWithoutUpdate(assertString(pfPage.getPath()));

30. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

94 : largeIconField.setTextWithoutUpdate(assertString(pfPage .getLargeicon()));

31. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

96 : smallIconField.setTextWithoutUpdate(assertString(pfPage .getSmallicon()));

32. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

130 : fromViewField.doFillIntoGrid(toolkit, top, numberOfColumns);

33. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

131 : LayoutUtil.setHorizontalGrabbing(fromViewField.getTextControl(toolkit,

34. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

131 : LayoutUtil.setHorizontalGrabbing(fromViewField.getTextControl(toolkit, top));

35. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

131 : LayoutUtil.setHorizontalGrabbing(fromViewField.getTextControl(toolkit, top));

36. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

133 : largeIconField.doFillIntoGrid(toolkit, top, numberOfColumns);

37. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

134 : smallIconField.doFillIntoGrid(toolkit, top, numberOfColumns);

38. WARNING: DiscouragedReference

Discouraged access: The method getChangeControl(FormToolkit, Composite) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

141 : fromViewField.getChangeControl(toolkit, top).setLayoutData(data);

39. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

155 : public StringButtonDialogField getFromViewField() {

40. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

162 : public StringDialogField getLargeIconField() {

41. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageGroup.java :

169 : public StringDialogField getSmallIconField() {

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/properties/section/PageSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

15 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

16 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

3. WARNING: DiscouragedReference

Discouraged access: The method setDefaultChangeListener(IDialogFieldChangeListener) from the type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

45 : group.setDefaultChangeListener(changeListener);

4. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

48 : group.getFromViewField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { if (pfPage != null) { String jsfNew = group.getFromViewField().getText(); if (jsfNew != null && jsfNew.length() > 0) { if (PageflowValidation.getInstance() .isExistedPage(pfPage.getPageflow(), jsfNew)) { // Pageflow.PageflowEditor.Alert.DNDResourceTitle // = Pageflow Creation Error // Pageflow.PageflowEditor.Alert.ExistingPage // = The web page {0} is already existed in // current PageFlow. EditorPlugin .getAlerts() .error( "Pageflow.PageflowEditor.Alert.DNDResourceTitle", "Pageflow.PageflowEditor.Alert.ExistingPage", jsfNew); } else { PageSection.this .setValue( PageflowPackageImpl.eINSTANCE .getPFPage_Path() .getName(), jsfNew); } } } } });

5. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

49 : new IDialogFieldApplyListener() {

6. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

51 : public void dialogFieldApplied(DialogField field) {

7. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

53 : String jsfNew = group.getFromViewField().getText();

8. WARNING: DiscouragedReference

Discouraged access: The method error(String, String, Object) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

63 : EditorPlugin .getAlerts() .error( "Pageflow.PageflowEditor.Alert.DNDResourceTitle", "Pageflow.PageflowEditor.Alert.ExistingPage", jsfNew);

9. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

81 : group.getLargeIconField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { PageSection.this.setValue(PageflowPackageImpl.eINSTANCE .getPFPage_Largeicon().getName(), group .getLargeIconField().getText()); } });

10. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

82 : new IDialogFieldApplyListener() {

11. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

84 : public void dialogFieldApplied(DialogField field) {

12. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

86 : .getPFPage_Largeicon().getName(), group .getLargeIconField().getText());

13. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

90 : group.getSmallIconField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { PageSection.this.setValue(PageflowPackageImpl.eINSTANCE .getPFPage_Smallicon().getName(), group .getSmallIconField().getText()); } });

14. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

91 : new IDialogFieldApplyListener() {

15. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

93 : public void dialogFieldApplied(DialogField field) {

16. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

95 : .getPFPage_Smallicon().getName(), group .getSmallIconField().getText());

17. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

100 : group.getDescField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { PageSection.this.setValue(PageflowPackageImpl.eINSTANCE .getPageflowElement_Comment().getName(), group .getDescField().getText()); } });

18. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

101 : new IDialogFieldApplyListener() {

19. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

103 : public void dialogFieldApplied(DialogField field) {

20. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

105 : .getPageflowElement_Comment().getName(), group .getDescField().getText());

21. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

110 : group.getDisplayNameField().setDialogFieldApplyListener( new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { PageSection.this.setValue(PageflowPackageImpl.eINSTANCE .getPageflowElement_Name().getName(), group .getDisplayNameField().getText()); } });

22. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

111 : new IDialogFieldApplyListener() {

23. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

113 : public void dialogFieldApplied(DialogField field) {

24. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageSection.java :

115 : .getPageflowElement_Name().getName(), group .getDisplayNameField().getText());

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/synchronization/FC2PFSynchronizer.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

FC2PFSynchronizer.java :

21 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

FC2PFSynchronizer.java :

43 : private static final Logger logger = EditorPlugin

3. WARNING: DiscouragedReference

Discouraged access: The method error(Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

FC2PFSynchronizer.java :

90 : logger.error(e);

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/synchronization/PF2FCSynchronizer.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PF2FCSynchronizer.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PF2FCSynchronizer.java :

41 : private static final Logger logger = EditorPlugin

3. WARNING: DiscouragedReference

Discouraged access: The method error(Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PF2FCSynchronizer.java :

76 : logger.error(e);

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/util/JSPDomAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

JSPDomAdapter.java :

21 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentContextResolverFactory2 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common_1.1.0.v20080605.jar

JSPDomAdapter.java :

23 : import org.eclipse.jst.jsf.context.resolver.structureddocument.internal.IStructuredDocumentContextResolverFactory2;

3. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.301.v200808072008.jar

JSPDomAdapter.java :

31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

7. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

JSPDomAdapter.java :

49 : private static final Logger log = EditorPlugin

8. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

59 : private static IModelManager modelManager;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

65 : private IStructuredModel model;

10. WARNING: DiscouragedReference

Discouraged access: The method error(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

JSPDomAdapter.java :

95 : log.error("PageFlow.JSPDomAdapter.FailToGetStructuredModel", e); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The method error(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

JSPDomAdapter.java :

99 : log.error("PageFlow.JSPDomAdapter.FailToGetStructuredModel", e);//$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.301.v200808072008.jar

JSPDomAdapter.java :

102 : if (model != null && model instanceof IDOMModel) {

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

120 : final IStructuredDocument sdocument = model.getStructuredDocument();

14. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

120 : final IStructuredDocument sdocument = model.getStructuredDocument();

15. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentContextResolverFactory2 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common_1.1.0.v20080605.jar

JSPDomAdapter.java :

127 : IStructuredDocumentContextResolverFactory2.INSTANCE.getTaglibContextResolverFromDelegates(context);

16. WARNING: DiscouragedReference

Discouraged access: The method getTaglibContextResolverFromDelegates(IStructuredDocumentContext) from the type IStructuredDocumentContextResolverFactory2 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common_1.1.0.v20080605.jar

JSPDomAdapter.java :

127 : IStructuredDocumentContextResolverFactory2.INSTANCE.getTaglibContextResolverFromDelegates(context);

17. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IStructuredDocumentContextResolverFactory2 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common_1.1.0.v20080605.jar

JSPDomAdapter.java :

127 : IStructuredDocumentContextResolverFactory2.INSTANCE.getTaglibContextResolverFromDelegates(context);

18. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

172 : private IModelManager getModelManager() {

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

188 : private IStructuredModel getModel(final IFile file) throws IOException,

20. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

190 : return getModelManager().getModelForRead(file);

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.301.v200808072008.jar

JSPDomAdapter.java :

200 : if (model != null && model instanceof IDOMModel) {

22. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.301.v200808072008.jar

JSPDomAdapter.java :

201 : document = ((IDOMModel) model).getDocument();

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.301.v200808072008.jar

JSPDomAdapter.java :

201 : document = ((IDOMModel) model).getDocument();

24. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDomAdapter.java :

213 : model.releaseFromRead();

Source File: org/eclipse/jst/jsf/facesconfig/ui/pageflow/util/PageflowResourceFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The method error(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

PageflowResourceFactory.java :

59 : EditorPlugin .getAlerts() .error( "Pageflow.Error.DNDResourceTitle", EditorPlugin .getResourceString("Pageflow.Error.InvalidResource") + resource.getName());

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/ComponentGeneralSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

23 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

24 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

25 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

26 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

27 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

56 : private StringDialogField displayNameField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

58 : private StringDialogField descriptionField;

8. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

60 : private StringDialogField componentTypeField;

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

62 : private ClassButtonDialogField componentClassField;

10. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

93 : displayNameField = new StringDialogField();

11. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

93 : displayNameField = new StringDialogField();

12. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

94 : displayNameField .setLabelText(EditorMessages.ComponentGeneralSection_Label_DisplayName);

13. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

96 : displayNameField.doFillIntoGrid(toolkit, container, numberOfColumns);

14. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

98 : displayNameField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newDisplayNameValue = ((StringDialogField) field) .getText().trim(); Command cmd = null; ComponentType component = (ComponentType) getInput(); EditingDomain editingDomain = getEditingDomain(); if (component.getDisplayName().size() > 0) { DisplayNameType displayName = (DisplayNameType) component .getDisplayName().get(0); cmd = SetCommand.create(editingDomain, displayName, FacesConfigPackage.eINSTANCE .getDisplayNameType_TextContent(), newDisplayNameValue); } else { DisplayNameType displayNameType = FacesConfigFactory.eINSTANCE .createDisplayNameType(); displayNameType.setTextContent(newDisplayNameValue); /** For the new displayname object, add the adapter. */ displayNameType.eAdapters().add( getComponentGeneralAdapter()); cmd = AddCommand.create(editingDomain, component, FacesConfigPackage.eINSTANCE .getComponentType_DisplayName(), displayNameType); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); } } });

15. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

99 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

16. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

101 : public void dialogFieldApplied(DialogField field) {

17. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

102 : String newDisplayNameValue = ((StringDialogField) field) .getText().trim();

18. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

102 : String newDisplayNameValue = ((StringDialogField) field)

19. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

134 : descriptionField = new StringDialogField(2);

20. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

134 : descriptionField = new StringDialogField(2);

21. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

135 : descriptionField .setLabelText(EditorMessages.ComponentGeneralSection_Label_Description);

22. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

137 : descriptionField.doFillIntoGrid(toolkit, container, numberOfColumns);

23. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

139 : descriptionField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newDescriptionValue = ((StringDialogField) field) .getText().trim(); newDescriptionValue = ModelUtil .escapeEntities(newDescriptionValue); Command cmd = null; ComponentType component = (ComponentType) getInput(); EditingDomain editingDomain = getEditingDomain(); if (component.getDescription().size() > 0) { DescriptionType description = (DescriptionType) component .getDescription().get(0); cmd = SetCommand.create(editingDomain, description, FacesConfigPackage.eINSTANCE .getDescriptionType_TextContent(), newDescriptionValue); } else { DescriptionType description = FacesConfigFactory.eINSTANCE .createDescriptionType(); description.setTextContent(newDescriptionValue); /** For the new description object, add the adapter. */ description.eAdapters().add( getComponentGeneralAdapter()); cmd = AddCommand.create(editingDomain, component, FacesConfigPackage.eINSTANCE .getComponentType_Description(), description); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); } } });

24. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

140 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

25. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

141 : public void dialogFieldApplied(DialogField field) {

26. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

142 : String newDescriptionValue = ((StringDialogField) field) .getText().trim();

27. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

142 : String newDescriptionValue = ((StringDialogField) field)

28. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

176 : componentTypeField = new StringDialogField();

29. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

176 : componentTypeField = new StringDialogField();

30. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

177 : componentTypeField .setLabelText(EditorMessages.ComponentGeneralSection_Label_ComponentType);

31. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

179 : componentTypeField.doFillIntoGrid(toolkit, container, numberOfColumns);

32. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

180 : componentTypeField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ComponentTypeType componentType = FacesConfigFactory.eINSTANCE .createComponentTypeType(); componentType .setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); if (editingDomain != null) { Command command = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getComponentType_ComponentType(), componentType); if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); } } } });

33. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

181 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

34. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

182 : public void dialogFieldApplied(DialogField field) {

35. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

186 : .setTextContent(((StringDialogField) field) .getText());

36. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

186 : .setTextContent(((StringDialogField) field)

37. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

203 : componentClassField = new ClassButtonDialogField(null);

38. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

203 : componentClassField = new ClassButtonDialogField(null);

39. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

204 : componentClassField .setLabelText(EditorMessages.ComponentGeneralSection_Label_ComponentClass);

40. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

206 : componentClassField.doFillIntoGrid(toolkit, container, numberOfColumns);

41. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

207 : LayoutUtil.setHorizontalGrabbing(componentClassField.getTextControl(

42. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

207 : LayoutUtil.setHorizontalGrabbing(componentClassField.getTextControl( toolkit, container));

43. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

207 : LayoutUtil.setHorizontalGrabbing(componentClassField.getTextControl( toolkit, container));

44. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

209 : componentClassField.setProject((IProject) getPage().getEditor() .getAdapter(IProject.class));

45. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

211 : componentClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ComponentClassType componentClass = FacesConfigFactory.eINSTANCE .createComponentClassType(); componentClass .setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); if (editingDomain != null) { Command command = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getComponentType_ComponentClass(), componentClass); if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); } } } });

46. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

212 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

47. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

213 : public void dialogFieldApplied(DialogField field) {

48. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

218 : .setTextContent(((StringDialogField) field) .getText());

49. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

218 : .setTextContent(((StringDialogField) field)

50. WARNING: DiscouragedReference

Discouraged access: The method setSuperClassName(String) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

234 : componentClassField .setSuperClassName(IFacesConfigConstants.COMPONENT_SUPER_CLASS);

51. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

260 : displayNameField.setTextWithoutUpdate(displayName .getTextContent());

52. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

263 : displayNameField.setTextWithoutUpdate("");

53. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

271 : descriptionField.setTextWithoutUpdate(descriptionString);

54. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

273 : descriptionField.setTextWithoutUpdate("");

55. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

277 : componentTypeField.setTextWithoutUpdate(component .getComponentType().getTextContent());

56. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

280 : componentTypeField.setTextWithoutUpdate("");

57. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

284 : componentClassField.setTextWithoutUpdate(component .getComponentClass().getTextContent());

58. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ComponentGeneralSection.java :

287 : componentClassField.setTextWithoutUpdate("");

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/ConverterGeneralSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

27 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

28 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

29 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

30 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

31 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

57 : private StringDialogField displayNameField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

59 : private StringDialogField descriptionField;

8. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

61 : private StringDialogField converterIdField;

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

63 : private ClassButtonDialogField converterForClassField;

10. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

65 : private ClassButtonDialogField converterClassField;

11. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

96 : displayNameField = new StringDialogField();

12. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

96 : displayNameField = new StringDialogField();

13. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

97 : displayNameField .setLabelText(EditorMessages.ConverterGeneralSection_Label_DisplayName);

14. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

99 : displayNameField.doFillIntoGrid(toolkit, container, numberOfColumns);

15. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

101 : displayNameField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newDisplayNameValue = ((StringDialogField) field) .getText().trim(); Command cmd = null; ConverterType Converter = (ConverterType) getInput(); EditingDomain editingDomain = getEditingDomain(); if (Converter.getDisplayName().size() > 0) { DisplayNameType displayName = (DisplayNameType) Converter .getDisplayName().get(0); cmd = SetCommand.create(editingDomain, displayName, FacesConfigPackage.eINSTANCE .getDisplayNameType_TextContent(), newDisplayNameValue); } else { DisplayNameType displayNameType = FacesConfigFactory.eINSTANCE .createDisplayNameType(); displayNameType.setTextContent(newDisplayNameValue); displayNameType.eAdapters().add( getConverterGeneralAdapter()); cmd = AddCommand.create(editingDomain, Converter, FacesConfigPackage.eINSTANCE .getConverterType_DisplayName(), displayNameType); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); } } });

16. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

102 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

17. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

104 : public void dialogFieldApplied(DialogField field) {

18. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

105 : String newDisplayNameValue = ((StringDialogField) field) .getText().trim();

19. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

105 : String newDisplayNameValue = ((StringDialogField) field)

20. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

136 : descriptionField = new StringDialogField(2);

21. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

136 : descriptionField = new StringDialogField(2);

22. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

137 : descriptionField .setLabelText(EditorMessages.ConverterGeneralSection_Label_Description);

23. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

139 : descriptionField.doFillIntoGrid(toolkit, container, numberOfColumns);

24. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

141 : descriptionField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newDescriptionValue = ((StringDialogField) field) .getText().trim(); newDescriptionValue = ModelUtil .escapeEntities(newDescriptionValue); Command cmd = null; ConverterType Converter = (ConverterType) getInput(); EditingDomain editingDomain = getEditingDomain(); if (Converter.getDescription().size() > 0) { DescriptionType description = (DescriptionType) Converter .getDescription().get(0); cmd = SetCommand.create(editingDomain, description, FacesConfigPackage.eINSTANCE .getDescriptionType_TextContent(), newDescriptionValue); } else { DescriptionType description = FacesConfigFactory.eINSTANCE .createDescriptionType(); description.setTextContent(newDescriptionValue); description.eAdapters().add( getConverterGeneralAdapter()); cmd = AddCommand.create(editingDomain, Converter, FacesConfigPackage.eINSTANCE .getConverterType_Description(), description); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); } } });

25. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

142 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

26. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

143 : public void dialogFieldApplied(DialogField field) {

27. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

144 : String newDescriptionValue = ((StringDialogField) field) .getText().trim();

28. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

144 : String newDescriptionValue = ((StringDialogField) field)

29. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

177 : converterIdField = new StringDialogField();

30. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

177 : converterIdField = new StringDialogField();

31. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

179 : converterIdField .setLabelText(EditorMessages.ConverterGeneralSection_Label_ConverterID);

32. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

181 : converterIdField.doFillIntoGrid(toolkit, container, numberOfColumns);

33. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

182 : converterIdField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ConverterIdType converterIdType = FacesConfigFactory.eINSTANCE .createConverterIdType(); converterIdType .setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); List commands = new ArrayList(2); Command cmd1 = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getConverterType_ConverterForClass(), SetCommand.UNSET_VALUE); commands.add(cmd1); Command cmd2 = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getConverterType_ConverterId(), converterIdType); commands.add(cmd2); Command command = new CompoundCommand(commands); if (editingDomain != null) { if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); refresh(); } } } });

34. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

183 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

35. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

184 : public void dialogFieldApplied(DialogField field) {

36. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

189 : .setTextContent(((StringDialogField) field) .getText());

37. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

189 : .setTextContent(((StringDialogField) field)

38. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

215 : converterForClassField = new ClassButtonDialogField(null);

39. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

215 : converterForClassField = new ClassButtonDialogField(null);

40. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

217 : converterForClassField .setLabelText(EditorMessages.ConverterGeneralSection_Label_ConverterForClass);

41. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

219 : converterForClassField.setProject((IProject) getPage().getEditor() .getAdapter(IProject.class));

42. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

221 : converterForClassField.doFillIntoGrid(toolkit, container, numberOfColumns);

43. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

223 : LayoutUtil.setHorizontalGrabbing(converterForClassField.getTextControl(

44. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

223 : LayoutUtil.setHorizontalGrabbing(converterForClassField.getTextControl( toolkit, container));

45. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

223 : LayoutUtil.setHorizontalGrabbing(converterForClassField.getTextControl( toolkit, container));

46. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

226 : converterForClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ConverterForClassType converterForClass = FacesConfigFactory.eINSTANCE .createConverterForClassType(); converterForClass .setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); List commands = new ArrayList(2); Command cmd1 = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getConverterType_ConverterId(), SetCommand.UNSET_VALUE); commands.add(cmd1); Command cmd2 = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getConverterType_ConverterForClass(), converterForClass); commands.add(cmd2); Command command = new CompoundCommand(commands); if (editingDomain != null) { if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); refresh(); } } } });

47. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

227 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

48. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

228 : public void dialogFieldApplied(DialogField field) {

49. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

233 : .setTextContent(((StringDialogField) field) .getText());

50. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

233 : .setTextContent(((StringDialogField) field)

51. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

259 : converterClassField = new ClassButtonDialogField(null);

52. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

259 : converterClassField = new ClassButtonDialogField(null);

53. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

261 : converterClassField .setLabelText(EditorMessages.ConverterGeneralSection_Label_ConverterClass);

54. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

263 : converterClassField.setProject((IProject) getPage().getEditor() .getAdapter(IProject.class));

55. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

265 : converterClassField.doFillIntoGrid(toolkit, container, numberOfColumns);

56. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

266 : LayoutUtil.setHorizontalGrabbing(converterClassField.getTextControl(

57. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

266 : LayoutUtil.setHorizontalGrabbing(converterClassField.getTextControl( toolkit, container));

58. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

266 : LayoutUtil.setHorizontalGrabbing(converterClassField.getTextControl( toolkit, container));

59. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

269 : converterClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ConverterClassType ConverterClass = FacesConfigFactory.eINSTANCE .createConverterClassType(); ConverterClass .setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); if (editingDomain != null) { Command command = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getConverterType_ConverterClass(), ConverterClass); if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); } } } });

60. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

270 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

61. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

271 : public void dialogFieldApplied(DialogField field) {

62. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

276 : .setTextContent(((StringDialogField) field) .getText());

63. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

276 : .setTextContent(((StringDialogField) field)

64. WARNING: DiscouragedReference

Discouraged access: The method setInterface(String) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

292 : converterClassField .setInterface(IFacesConfigConstants.CONVERTER_INTERFACE);

65. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

318 : displayNameField.setTextWithoutUpdate(displayName .getTextContent());

66. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

321 : displayNameField.setTextWithoutUpdate("");

67. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

330 : descriptionField.setTextWithoutUpdate(descriptionString);

68. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

332 : descriptionField.setTextWithoutUpdate("");

69. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

336 : converterIdField.setTextWithoutUpdate(Converter .getConverterId().getTextContent());

70. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

339 : converterIdField.setTextWithoutUpdate("");

71. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

343 : converterForClassField.setTextWithoutUpdate(Converter .getConverterForClass().getTextContent());

72. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

346 : converterForClassField.setTextWithoutUpdate("");

73. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

350 : converterClassField.setTextWithoutUpdate(Converter .getConverterClass().getTextContent());

74. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ConverterGeneralSection.java :

353 : converterClassField.setTextWithoutUpdate("");

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/InitializationSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

18 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

3. WARNING: DiscouragedReference

Discouraged access: The type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.RadiosDialogField;

4. WARNING: DiscouragedReference

Discouraged access: The type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

69 : private RadiosDialogField beanTypeField;

5. WARNING: DiscouragedReference

Discouraged access: The constructor RadiosDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

115 : beanTypeField = new RadiosDialogField();

6. WARNING: DiscouragedReference

Discouraged access: The type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

115 : beanTypeField = new RadiosDialogField();

7. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

118 : beanTypeField .setLabelText(EditorMessages.InitializationSection_ClassType);

8. WARNING: DiscouragedReference

Discouraged access: The method setItems(String[]) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

120 : beanTypeField.setItems(items);

9. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

121 : beanTypeField.doFillIntoGrid(toolkit, container, numberOfColumns);

10. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

122 : beanTypeField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { RadiosDialogField beanTypeField1 = (RadiosDialogField) field; boolean bChangedSuccess = false; if (beanTypeField1.getSelectedIndex() == 0) { bChangedSuccess = switchPage( IFacesConfigConstants.MANAGED_PROPERTY, false); } else if (beanTypeField1.getSelectedIndex() == 1) { bChangedSuccess = switchPage( IFacesConfigConstants.MAP_ENTRIES, false); } else if (beanTypeField1.getSelectedIndex() == 2) { bChangedSuccess = switchPage( IFacesConfigConstants.LIST_ENTRIES, false); } if (bChangedSuccess) { currentPageIndex = beanTypeField1.getSelectedIndex(); } else { beanTypeField1.setSelectedIndexWithoutUpdate(-1); beanTypeField1 .setSelectedIndexWithoutUpdate(currentPageIndex); } } });

11. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

123 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

12. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

124 : public void dialogFieldApplied(DialogField field) {

13. WARNING: DiscouragedReference

Discouraged access: The type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

125 : RadiosDialogField beanTypeField1 = (RadiosDialogField) field;

14. WARNING: DiscouragedReference

Discouraged access: The type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

125 : RadiosDialogField beanTypeField1 = (RadiosDialogField) field;

15. WARNING: DiscouragedReference

Discouraged access: The method getSelectedIndex() from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

128 : if (beanTypeField1.getSelectedIndex() == 0) {

16. WARNING: DiscouragedReference

Discouraged access: The method getSelectedIndex() from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

132 : } else if (beanTypeField1.getSelectedIndex() == 1) {

17. WARNING: DiscouragedReference

Discouraged access: The method getSelectedIndex() from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

135 : } else if (beanTypeField1.getSelectedIndex() == 2) {

18. WARNING: DiscouragedReference

Discouraged access: The method getSelectedIndex() from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

141 : currentPageIndex = beanTypeField1.getSelectedIndex();

19. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndexWithoutUpdate(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

143 : beanTypeField1.setSelectedIndexWithoutUpdate(-1);

20. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndexWithoutUpdate(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

144 : beanTypeField1 .setSelectedIndexWithoutUpdate(currentPageIndex);

21. WARNING: DiscouragedReference

Discouraged access: The method confirm(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

227 : || EditorPlugin .getAlerts() .confirm( "ManagedBeanInitializationSection.Remove.Title", "ManagedBeanInitializationSection.RemoveManagedProperty")) {

22. WARNING: DiscouragedReference

Discouraged access: The method confirm(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

249 : || EditorPlugin .getAlerts() .confirm( "ManagedBeanInitializationSection.Remove.Title", "ManagedBeanInitializationSection.RemoveMapEntries")) {

23. WARNING: DiscouragedReference

Discouraged access: The method confirm(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

269 : || EditorPlugin .getAlerts() .confirm( "ManagedBeanInitializationSection.Remove.Title", "ManagedBeanInitializationSection.RemoveListEntries")) {

24. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndexWithoutUpdate(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

349 : beanTypeField.setSelectedIndexWithoutUpdate(-1);

25. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndex(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

350 : beanTypeField.setSelectedIndex(0);

26. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndexWithoutUpdate(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

352 : beanTypeField.setSelectedIndexWithoutUpdate(-1);

27. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndex(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

353 : beanTypeField.setSelectedIndex(1);

28. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndexWithoutUpdate(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

355 : beanTypeField.setSelectedIndexWithoutUpdate(-1);

29. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndex(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

356 : beanTypeField.setSelectedIndex(2);

30. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndexWithoutUpdate(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

358 : beanTypeField.setSelectedIndexWithoutUpdate(-1);

31. WARNING: DiscouragedReference

Discouraged access: The method setSelectedIndex(int) from the type RadiosDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

InitializationSection.java :

359 : beanTypeField.setSelectedIndex(0);

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/ListEntriesEditGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

39 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

40 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

41 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldBase;

4. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

42 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

43 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

6. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

44 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

7. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

45 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

8. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

76 : public class ListEntriesEditGroup extends DialogFieldGroup implements

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

79 : private ClassButtonDialogField valueClassField;

10. WARNING: DiscouragedReference

Discouraged access: The constructor DialogFieldGroup() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

101 : super();

11. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

153 : typeSelectionSection = SWTUtils

12. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

153 : typeSelectionSection = SWTUtils .createComposite(container, SWT.NONE);

13. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

163 : valueClassField = new ClassButtonDialogField(getProject());

14. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

163 : valueClassField = new ClassButtonDialogField(getProject());

15. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

165 : valueClassField .setLabelText(EditorMessages.InitializationSection_MapType_ValueClass);//$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

167 : valueClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ManagedBeanType managedBean_ = (ManagedBeanType) getInput(); String className = ((ClassButtonDialogField) field) .getText(); ValueClassType valueClass = FacesConfigFactory.eINSTANCE .createValueClassType(); valueClass.setTextContent(className); EditingDomain editingDomain = section .getEditingDomain(); Command cmd; boolean isNew; if (managedBean_.getListEntries() == null) { isNew = true; ListEntriesType listEntries = FacesConfigFactory.eINSTANCE .createListEntriesType(); listEntries.setValueClass(valueClass); cmd = SetCommand.create(editingDomain, managedBean_, FacesConfigPackage.eINSTANCE .getManagedBeanType_ListEntries(), listEntries); } else { isNew = false; ListEntriesType listEntries = managedBean_ .getListEntries(); cmd = SetCommand.create(editingDomain, listEntries, FacesConfigPackage.eINSTANCE .getListEntriesType_ValueClass(), valueClass); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); if (isNew) refreshAll(); } } });

17. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

168 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

18. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

170 : public void dialogFieldApplied(DialogField field) {

19. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

172 : String className = ((ClassButtonDialogField) field) .getText();

20. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

172 : String className = ((ClassButtonDialogField) field)

21. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

208 : valueClassField.doFillIntoGrid(toolkit, typeSelectionSection, numberOfColumns);

22. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

210 : LayoutUtil.setHorizontalGrabbing(valueClassField.getTextControl(

23. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

210 : LayoutUtil.setHorizontalGrabbing(valueClassField.getTextControl( toolkit, container));

24. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

210 : LayoutUtil.setHorizontalGrabbing(valueClassField.getTextControl( toolkit, container));

25. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

225 : listValueSection = SWTUtils.createComposite(parent, SWT.NONE);

26. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

225 : listValueSection = SWTUtils.createComposite(parent, SWT.NONE);

27. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

234 : DialogFieldBase valuesTitle = new DialogFieldBase();

28. WARNING: DiscouragedReference

Discouraged access: The constructor DialogFieldBase() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

234 : DialogFieldBase valuesTitle = new DialogFieldBase();

29. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

234 : DialogFieldBase valuesTitle = new DialogFieldBase();

30. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

235 : valuesTitle .setLabelText(EditorMessages.InitializationSection_MapTable_Title);//$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

237 : valuesTitle.doFillIntoGrid(toolkit, listValueSection, numberOfColumns);

32. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

301 : operationContainer = SWTUtils.createComposite(listValueSection,

33. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

301 : operationContainer = SWTUtils.createComposite(listValueSection, SWT.NONE);

34. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

315 : addButton = SWTUtils.createPushButton(operationContainer,

35. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

315 : addButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Add_more); //$NON-NLS-1$

36. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

328 : editButton = SWTUtils.createPushButton(operationContainer,

37. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

328 : editButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Edit_more);

38. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

343 : removeButton = SWTUtils.createPushButton(operationContainer,

39. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

343 : removeButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Remove); //$NON-NLS-1$

40. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

529 : this.valueClassField.setTextWithoutUpdate(managedBean .getListEntries().getValueClass().getTextContent());

41. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ListEntriesEditGroup.java :

532 : valueClassField.setTextWithoutUpdate(null);

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/ManagedBeanGeneralSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

21 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ComboDialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

22 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

4. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

23 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

5. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldChangeListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

24 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldChangeListener;

6. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

25 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

26 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

8. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

50 : private StringDialogField mbNameField;

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

52 : private ClassButtonDialogField mbClassField;

10. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

54 : private ComboDialogField mbScopeField;

11. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

97 : mbNameField = new StringDialogField();

12. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

97 : mbNameField = new StringDialogField();

13. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

98 : mbNameField .setLabelText(EditorMessages.ManagedBeanGeneralSection_ManagedBeanName);//$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

100 : mbNameField.doFillIntoGrid(toolkit, container, numberOfColumns);

15. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

101 : LayoutUtil.setHorizontalGrabbing(mbNameField.getTextControl(toolkit,

16. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

101 : LayoutUtil.setHorizontalGrabbing(mbNameField.getTextControl(toolkit, container));

17. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

101 : LayoutUtil.setHorizontalGrabbing(mbNameField.getTextControl(toolkit, container));

18. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

103 : mbNameField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String mbNameValue = ((StringDialogField) field) .getText(); Command cmd = null; ManagedBeanType managedBean = (ManagedBeanType) getInput(); // if (managedBean.getManagedBeanName() != null) { // cmd = SetCommand // .create( // getEditingDomain(), // managedBean.getManagedBeanName(), // FacesConfigPackage.eINSTANCE // .getManagedBeanNameType_TextContent(), // mbNameValue); // } else { ManagedBeanNameType newManagedBeanName = FacesConfigFactory.eINSTANCE .createManagedBeanNameType(); newManagedBeanName.setTextContent(mbNameValue); cmd = SetCommand.create(getEditingDomain(), managedBean, FacesConfigPackage.eINSTANCE .getManagedBeanType_ManagedBeanName(), newManagedBeanName); // } if (cmd.canExecute()) { getEditingDomain().getCommandStack().execute(cmd); } } });

19. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

104 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

20. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

105 : public void dialogFieldApplied(DialogField field) {

21. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

106 : String mbNameValue = ((StringDialogField) field) .getText();

22. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

106 : String mbNameValue = ((StringDialogField) field)

23. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

142 : mbClassField = new ClassButtonDialogField(null);

24. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

142 : mbClassField = new ClassButtonDialogField(null);

25. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

143 : mbClassField .setLabelText(EditorMessages.ManagedBeanGeneralSection_ManagedBeanClass);//$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

145 : mbClassField.setProject((IProject) getPage().getEditor().getAdapter( IProject.class));

27. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

147 : mbClassField.doFillIntoGrid(toolkit, container, numberOfColumns);

28. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

148 : LayoutUtil.setHorizontalGrabbing(mbClassField.getTextControl(toolkit,

29. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

148 : LayoutUtil.setHorizontalGrabbing(mbClassField.getTextControl(toolkit, container));

30. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

148 : LayoutUtil.setHorizontalGrabbing(mbClassField.getTextControl(toolkit, container));

31. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

151 : mbClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newValue = ((StringDialogField) field).getText(); Command cmd = null; ManagedBeanType managedBean = (ManagedBeanType) getInput(); // if (managedBean.getManagedBeanClass() != null) { // cmd = SetCommand // .create( // getEditingDomain(), // managedBean.getManagedBeanClass(), // FacesConfigPackage.eINSTANCE // .getManagedBeanClassType_TextContent(), // newValue); // } else { ManagedBeanClassType newManagedBeanClass = FacesConfigFactory.eINSTANCE .createManagedBeanClassType(); newManagedBeanClass.setTextContent(newValue); cmd = SetCommand.create(getEditingDomain(), managedBean, FacesConfigPackage.eINSTANCE .getManagedBeanType_ManagedBeanClass(), newManagedBeanClass); // } if (cmd.canExecute()) { getEditingDomain().getCommandStack().execute(cmd); } } });

32. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

152 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

33. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

153 : public void dialogFieldApplied(DialogField field) {

34. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

154 : String newValue = ((StringDialogField) field).getText();

35. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

154 : String newValue = ((StringDialogField) field).getText();

36. WARNING: DiscouragedReference

Discouraged access: The constructor ComboDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

189 : mbScopeField = new ComboDialogField(SWT.DROP_DOWN | SWT.READ_ONLY | SWT.BORDER);

37. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

189 : mbScopeField = new ComboDialogField(SWT.DROP_DOWN | SWT.READ_ONLY | SWT.BORDER);

38. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

190 : mbScopeField .setLabelText(EditorMessages.ManagedBeanGeneralSection_ManagedBeanScope);//$NON-NLS-1$

39. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

192 : mbScopeField.doFillIntoGrid(toolkit, container, numberOfColumns);

40. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

193 : LayoutUtil.setHorizontalGrabbing(mbScopeField.getComboControl(toolkit,

41. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

193 : LayoutUtil.setHorizontalGrabbing(mbScopeField.getComboControl(toolkit, container));

42. WARNING: DiscouragedReference

Discouraged access: The method getComboControl(FormToolkit, Composite) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

193 : LayoutUtil.setHorizontalGrabbing(mbScopeField.getComboControl(toolkit, container));

43. WARNING: DiscouragedReference

Discouraged access: The method setItems(String[]) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

196 : mbScopeField.setItems(ManagedBeanScopeTreeItem.scopeItems);

44. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

198 : mbScopeField .setDialogFieldChangeListener(new IDialogFieldChangeListener() { public void dialogFieldChanged(DialogField field) { String newValue = ((ComboDialogField) field).getText(); Command cmd = null; ManagedBeanType managedBean = (ManagedBeanType) getInput(); // if (managedBean.getManagedBeanScope() != null) { // cmd = SetCommand // .create( // getEditingDomain(), // managedBean.getManagedBeanScope(), // FacesConfigPackage.eINSTANCE // .getManagedBeanScopeType_TextContent(), // newValue); // } else { ManagedBeanScopeType newManagedBeanScope = FacesConfigFactory.eINSTANCE .createManagedBeanScopeType(); newManagedBeanScope.setTextContent(newValue); cmd = SetCommand.create(getEditingDomain(), managedBean, FacesConfigPackage.eINSTANCE .getManagedBeanType_ManagedBeanScope(), newManagedBeanScope); // } if (cmd.canExecute()) { getEditingDomain().getCommandStack().execute(cmd); } } });

45. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldChangeListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

199 : .setDialogFieldChangeListener(new IDialogFieldChangeListener() {

46. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

200 : public void dialogFieldChanged(DialogField field) {

47. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

201 : String newValue = ((ComboDialogField) field).getText();

48. WARNING: DiscouragedReference

Discouraged access: The type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

201 : String newValue = ((ComboDialogField) field).getText();

49. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

245 : mbNameField.setTextWithoutUpdate(component.getManagedBeanName() .getTextContent());

50. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

248 : mbNameField.setTextWithoutUpdate("");

51. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

252 : mbClassField.setTextWithoutUpdate(component .getManagedBeanClass().getTextContent());

52. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

255 : mbClassField.setTextWithoutUpdate("");

53. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

259 : mbScopeField.setTextWithoutUpdate(component .getManagedBeanScope().getTextContent());

54. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type ComboDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanGeneralSection.java :

263 : mbScopeField .setTextWithoutUpdate(IFacesConfigConstants.MANAGED_BEAN_SCOPE_SESSION);

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/ManagedPropertyEditGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedPropertyEditGroup.java :

39 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldGroup;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedPropertyEditGroup.java :

72 : public class ManagedPropertyEditGroup extends DialogFieldGroup implements

3. WARNING: DiscouragedReference

Discouraged access: The constructor DialogFieldGroup() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedPropertyEditGroup.java :

94 : super();

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/MapEntriesEditGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

39 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

40 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

41 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldBase;

4. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

42 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogFieldGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

43 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

6. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

44 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

7. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

45 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

8. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

78 : public class MapEntriesEditGroup extends DialogFieldGroup implements

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

80 : private ClassButtonDialogField keyClassField;

10. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

82 : private ClassButtonDialogField valueClassField;

11. WARNING: DiscouragedReference

Discouraged access: The constructor DialogFieldGroup() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

104 : super();

12. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

158 : typeSelectionSection = SWTUtils

13. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

158 : typeSelectionSection = SWTUtils .createComposite(container, SWT.NONE);

14. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

168 : keyClassField = new ClassButtonDialogField(getProject());

15. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

168 : keyClassField = new ClassButtonDialogField(getProject());

16. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

169 : keyClassField .setLabelText(EditorMessages.InitializationSection_MapType_KeyClass);

17. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

171 : keyClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ManagedBeanType managedBean1 = (ManagedBeanType) getInput(); String className = ((ClassButtonDialogField) field) .getText(); KeyClassType keyClass = FacesConfigFactory.eINSTANCE .createKeyClassType(); keyClass.setTextContent(className); EditingDomain editingDomain = section .getEditingDomain(); Command cmd; boolean isNew; if (managedBean1.getMapEntries() == null) { isNew = true; MapEntriesType mapEntries = FacesConfigFactory.eINSTANCE .createMapEntriesType(); mapEntries.setKeyClass(keyClass); cmd = SetCommand.create(editingDomain, managedBean1, FacesConfigPackage.eINSTANCE .getManagedBeanType_MapEntries(), mapEntries); } else { isNew = false; cmd = SetCommand.create(editingDomain, managedBean1 .getMapEntries(), FacesConfigPackage.eINSTANCE .getMapEntriesType_KeyClass(), keyClass); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); if (isNew) refreshAll(); } } });

18. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

172 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

19. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

174 : public void dialogFieldApplied(DialogField field) {

20. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

176 : String className = ((ClassButtonDialogField) field) .getText();

21. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

176 : String className = ((ClassButtonDialogField) field)

22. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

212 : valueClassField = new ClassButtonDialogField(getProject());

23. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

212 : valueClassField = new ClassButtonDialogField(getProject());

24. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

214 : valueClassField .setLabelText(EditorMessages.InitializationSection_MapType_ValueClass);

25. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

216 : valueClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ManagedBeanType managedBean1 = (ManagedBeanType) getInput(); String className = ((ClassButtonDialogField) field) .getText(); ValueClassType valueClass = FacesConfigFactory.eINSTANCE .createValueClassType(); valueClass.setTextContent(className); EditingDomain editingDomain = section .getEditingDomain(); Command cmd; boolean isNew; if (managedBean1.getMapEntries() == null) { isNew = true; MapEntriesType mapEntries = FacesConfigFactory.eINSTANCE .createMapEntriesType(); mapEntries.setValueClass(valueClass); cmd = SetCommand.create(editingDomain, managedBean1, FacesConfigPackage.eINSTANCE .getManagedBeanType_MapEntries(), mapEntries); } else { isNew = false; cmd = SetCommand.create(editingDomain, managedBean1 .getMapEntries(), FacesConfigPackage.eINSTANCE .getMapEntriesType_ValueClass(), valueClass); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); if (isNew) refreshAll(); } } });

26. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

217 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

27. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

219 : public void dialogFieldApplied(DialogField field) {

28. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

221 : String className = ((ClassButtonDialogField) field) .getText();

29. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

221 : String className = ((ClassButtonDialogField) field)

30. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

257 : keyClassField.doFillIntoGrid(toolkit, typeSelectionSection, numberOfColumns);

31. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

259 : LayoutUtil.setHorizontalGrabbing(keyClassField.getTextControl(toolkit,

32. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

259 : LayoutUtil.setHorizontalGrabbing(keyClassField.getTextControl(toolkit, container));

33. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

259 : LayoutUtil.setHorizontalGrabbing(keyClassField.getTextControl(toolkit, container));

34. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

262 : valueClassField.doFillIntoGrid(toolkit, typeSelectionSection, numberOfColumns);

35. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

277 : mapValueSection = SWTUtils.createComposite(parent, SWT.NONE);

36. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

277 : mapValueSection = SWTUtils.createComposite(parent, SWT.NONE);

37. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

286 : DialogField valuesTitle = new DialogFieldBase();

38. WARNING: DiscouragedReference

Discouraged access: The constructor DialogFieldBase() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

286 : DialogField valuesTitle = new DialogFieldBase();

39. WARNING: DiscouragedReference

Discouraged access: The type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

286 : DialogField valuesTitle = new DialogFieldBase();

40. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

287 : valuesTitle .setLabelText(EditorMessages.InitializationSection_MapTable_Title);//$NON-NLS-1$

41. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

290 : valuesTitle.doFillIntoGrid(toolkit, mapValueSection, numberOfColumns);

42. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

351 : operationContainer = SWTUtils.createComposite(mapValueSection,

43. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

351 : operationContainer = SWTUtils.createComposite(mapValueSection, SWT.NONE);

44. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

365 : addButton = SWTUtils.createPushButton(operationContainer,

45. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

365 : addButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Add_more); //$NON-NLS-1$

46. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

377 : editButton = SWTUtils.createPushButton(operationContainer,

47. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

377 : editButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Edit_more); //$NON-NLS-1$

48. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

390 : removeButton = SWTUtils.createPushButton(operationContainer,

49. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

390 : removeButton = SWTUtils.createPushButton(operationContainer, EditorMessages.UI_Button_Remove); //$NON-NLS-1$

50. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

606 : this.keyClassField.setTextWithoutUpdate(managedBean.getMapEntries() .getKeyClass().getTextContent());

51. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

609 : this.keyClassField.setTextWithoutUpdate(null);

52. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

614 : this.valueClassField.setTextWithoutUpdate(managedBean .getMapEntries().getValueClass().getTextContent());

53. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

MapEntriesEditGroup.java :

617 : this.valueClassField.setTextWithoutUpdate(null);

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/RenderkitGeneralSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

23 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

24 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

25 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

26 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

27 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

52 : private StringDialogField displayNameField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

54 : private StringDialogField descriptionField;

8. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

56 : private StringDialogField renderkitIdField;

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

58 : private ClassButtonDialogField renderkitClassField;

10. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

89 : displayNameField = new StringDialogField();

11. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

89 : displayNameField = new StringDialogField();

12. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

90 : displayNameField .setLabelText(EditorMessages.RenderKitGeneralSection_Label_DisplayName);

13. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

92 : displayNameField.doFillIntoGrid(toolkit, container, numberOfColumns);

14. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

94 : displayNameField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newDisplayNameValue = ((StringDialogField) field) .getText().trim(); Command cmd = null; RenderKitType Renderkit = (RenderKitType) getInput(); EditingDomain editingDomain = getEditingDomain(); if (Renderkit.getDisplayName().size() > 0) { DisplayNameType displayName = (DisplayNameType) Renderkit .getDisplayName().get(0); cmd = SetCommand.create(editingDomain, displayName, FacesConfigPackage.eINSTANCE .getDisplayNameType_TextContent(), newDisplayNameValue); } else { DisplayNameType displayNameType = FacesConfigFactory.eINSTANCE .createDisplayNameType(); displayNameType.setTextContent(newDisplayNameValue); displayNameType.eAdapters().add( getRenderKitGeneralAdapter()); cmd = AddCommand.create(editingDomain, Renderkit, FacesConfigPackage.eINSTANCE .getRenderKitType_DisplayName(), displayNameType); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); } } });

15. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

95 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

16. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

97 : public void dialogFieldApplied(DialogField field) {

17. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

98 : String newDisplayNameValue = ((StringDialogField) field) .getText().trim();

18. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

98 : String newDisplayNameValue = ((StringDialogField) field)

19. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

129 : descriptionField = new StringDialogField(2);

20. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

129 : descriptionField = new StringDialogField(2);

21. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

130 : descriptionField .setLabelText(EditorMessages.RenderKitGeneralSection_Label_Description);

22. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

132 : descriptionField.doFillIntoGrid(toolkit, container, numberOfColumns);

23. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

134 : descriptionField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newDescriptionValue = ((StringDialogField) field) .getText().trim(); newDescriptionValue = ModelUtil .escapeEntities(newDescriptionValue); Command cmd = null; RenderKitType Renderkit = (RenderKitType) getInput(); EditingDomain editingDomain = getEditingDomain(); if (Renderkit.getDescription().size() > 0) { DescriptionType description = (DescriptionType) Renderkit .getDescription().get(0); cmd = SetCommand.create(editingDomain, description, FacesConfigPackage.eINSTANCE .getDescriptionType_TextContent(), newDescriptionValue); } else { DescriptionType description = FacesConfigFactory.eINSTANCE .createDescriptionType(); description.setTextContent(newDescriptionValue); description.eAdapters().add( getRenderKitGeneralAdapter()); cmd = AddCommand.create(editingDomain, Renderkit, FacesConfigPackage.eINSTANCE .getRenderKitType_Description(), description); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); } } });

24. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

135 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

25. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

136 : public void dialogFieldApplied(DialogField field) {

26. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

137 : String newDescriptionValue = ((StringDialogField) field) .getText().trim();

27. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

137 : String newDescriptionValue = ((StringDialogField) field)

28. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

169 : renderkitIdField = new StringDialogField();

29. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

169 : renderkitIdField = new StringDialogField();

30. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

171 : renderkitIdField .setLabelText(EditorMessages.RenderKitGeneralSection_Label_RenderKitID);

31. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

173 : renderkitIdField.doFillIntoGrid(toolkit, container, numberOfColumns);

32. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

174 : renderkitIdField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { RenderKitIdType RenderkitId = FacesConfigFactory.eINSTANCE .createRenderKitIdType(); RenderkitId.setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); if (editingDomain != null) { Command command = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getRenderKitType_RenderKitId(), RenderkitId); if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); } } } });

33. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

175 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

34. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

176 : public void dialogFieldApplied(DialogField field) {

35. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

179 : RenderkitId.setTextContent(((StringDialogField) field) .getText());

36. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

179 : RenderkitId.setTextContent(((StringDialogField) field)

37. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

196 : renderkitClassField = new ClassButtonDialogField(null);

38. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

196 : renderkitClassField = new ClassButtonDialogField(null);

39. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

198 : renderkitClassField .setLabelText(EditorMessages.RenderKitGeneralSection_Label_RenderKitClass);

40. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

200 : renderkitClassField.doFillIntoGrid(toolkit, container, numberOfColumns);

41. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

201 : renderkitClassField.setProject((IProject) getPage().getEditor() .getAdapter(IProject.class));

42. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

203 : LayoutUtil.setHorizontalGrabbing(renderkitClassField.getTextControl(

43. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

203 : LayoutUtil.setHorizontalGrabbing(renderkitClassField.getTextControl( toolkit, container));

44. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

203 : LayoutUtil.setHorizontalGrabbing(renderkitClassField.getTextControl( toolkit, container));

45. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

206 : renderkitClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { RenderKitClassType RenderkitClass = FacesConfigFactory.eINSTANCE .createRenderKitClassType(); RenderkitClass .setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); if (editingDomain != null) { Command command = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getRenderKitType_RenderKitClass(), RenderkitClass); if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); } } } });

46. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

207 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

47. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

208 : public void dialogFieldApplied(DialogField field) {

48. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

213 : .setTextContent(((StringDialogField) field) .getText());

49. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

213 : .setTextContent(((StringDialogField) field)

50. WARNING: DiscouragedReference

Discouraged access: The method setSuperClassName(String) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

229 : renderkitClassField .setSuperClassName(IFacesConfigConstants.RENDER_KIT_SUPER_CLASS);

51. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

255 : displayNameField.setTextWithoutUpdate(displayName .getTextContent());

52. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

258 : displayNameField.setTextWithoutUpdate("");

53. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

267 : descriptionField.setTextWithoutUpdate(descriptionString);

54. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

269 : descriptionField.setTextWithoutUpdate("");

55. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

273 : renderkitIdField.setTextWithoutUpdate(Renderkit .getRenderKitId().getTextContent());

56. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

276 : renderkitIdField.setTextWithoutUpdate("");

57. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

280 : renderkitClassField.setTextWithoutUpdate(Renderkit .getRenderKitClass().getTextContent());

58. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

RenderkitGeneralSection.java :

283 : renderkitClassField.setTextWithoutUpdate("");

Source File: org/eclipse/jst/jsf/facesconfig/ui/section/ValidatorGeneralSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

23 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

24 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

25 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldApplyListener;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

26 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

27 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.StringDialogField;

6. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

52 : private StringDialogField displayNameField;

7. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

54 : private StringDialogField descriptionField;

8. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

56 : private StringDialogField validatorIDField;

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

58 : private ClassButtonDialogField validatorClassField;

10. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

89 : displayNameField = new StringDialogField();

11. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

89 : displayNameField = new StringDialogField();

12. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

90 : displayNameField .setLabelText(EditorMessages.ValidatorGeneralSection_Label_DisplayName);

13. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

92 : displayNameField.doFillIntoGrid(toolkit, container, numberOfColumns);

14. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

94 : displayNameField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newDisplayNameValue = ((StringDialogField) field) .getText().trim(); Command cmd = null; ValidatorType validator = (ValidatorType) getInput(); EditingDomain editingDomain = getEditingDomain(); if (validator.getDisplayName().size() > 0) { DisplayNameType displayName = (DisplayNameType) validator .getDisplayName().get(0); cmd = SetCommand.create(editingDomain, displayName, FacesConfigPackage.eINSTANCE .getDisplayNameType_TextContent(), newDisplayNameValue); } else { DisplayNameType displayNameType = FacesConfigFactory.eINSTANCE .createDisplayNameType(); displayNameType.setTextContent(newDisplayNameValue); displayNameType.eAdapters().add( getValidatorGeneralAdapter()); cmd = AddCommand.create(editingDomain, validator, FacesConfigPackage.eINSTANCE .getValidatorType_DisplayName(), displayNameType); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); } } });

15. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

95 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

16. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

97 : public void dialogFieldApplied(DialogField field) {

17. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

98 : String newDisplayNameValue = ((StringDialogField) field) .getText().trim();

18. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

98 : String newDisplayNameValue = ((StringDialogField) field)

19. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

129 : descriptionField = new StringDialogField(2);

20. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

129 : descriptionField = new StringDialogField(2);

21. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

130 : descriptionField .setLabelText(EditorMessages.ValidatorGeneralSection_Label_Description);

22. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

132 : descriptionField.doFillIntoGrid(toolkit, container, numberOfColumns);

23. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

134 : descriptionField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { String newDescriptionValue = ((StringDialogField) field) .getText().trim(); newDescriptionValue = ModelUtil .escapeEntities(newDescriptionValue); Command cmd = null; ValidatorType validator = (ValidatorType) getInput(); EditingDomain editingDomain = getEditingDomain(); if (validator.getDescription().size() > 0) { DescriptionType description = (DescriptionType) validator .getDescription().get(0); cmd = SetCommand.create(editingDomain, description, FacesConfigPackage.eINSTANCE .getDescriptionType_TextContent(), newDescriptionValue); } else { DescriptionType description = FacesConfigFactory.eINSTANCE .createDescriptionType(); description.setTextContent(newDescriptionValue); description.eAdapters().add( getValidatorGeneralAdapter()); cmd = AddCommand.create(editingDomain, validator, FacesConfigPackage.eINSTANCE .getValidatorType_Description(), description); } if (cmd.canExecute()) { editingDomain.getCommandStack().execute(cmd); } } });

24. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

135 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

25. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

136 : public void dialogFieldApplied(DialogField field) {

26. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

137 : String newDescriptionValue = ((StringDialogField) field) .getText().trim();

27. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

137 : String newDescriptionValue = ((StringDialogField) field)

28. WARNING: DiscouragedReference

Discouraged access: The constructor StringDialogField() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

169 : validatorIDField = new StringDialogField();

29. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

169 : validatorIDField = new StringDialogField();

30. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

171 : validatorIDField .setLabelText(EditorMessages.ValidatorGeneralSection_Label_ValidatorID);

31. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

173 : validatorIDField.doFillIntoGrid(toolkit, container, numberOfColumns);

32. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

174 : validatorIDField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ValidatorIdType ValidatorType = FacesConfigFactory.eINSTANCE .createValidatorIdType(); ValidatorType .setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); if (editingDomain != null) { Command command = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getValidatorType_ValidatorId(), ValidatorType); if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); } } } });

33. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

175 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

34. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

176 : public void dialogFieldApplied(DialogField field) {

35. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

180 : .setTextContent(((StringDialogField) field) .getText());

36. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

180 : .setTextContent(((StringDialogField) field)

37. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

197 : validatorClassField = new ClassButtonDialogField(null);

38. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

197 : validatorClassField = new ClassButtonDialogField(null);

39. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

199 : validatorClassField .setLabelText(EditorMessages.ValidatorGeneralSection_Label_ValidatorClass);

40. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

201 : validatorClassField.setProject((IProject) getPage().getEditor() .getAdapter(IProject.class));

41. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

203 : validatorClassField.doFillIntoGrid(toolkit, container, numberOfColumns);

42. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

204 : LayoutUtil.setHorizontalGrabbing(validatorClassField.getTextControl(

43. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

204 : LayoutUtil.setHorizontalGrabbing(validatorClassField.getTextControl( toolkit, container));

44. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

204 : LayoutUtil.setHorizontalGrabbing(validatorClassField.getTextControl( toolkit, container));

45. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldApplyListener(IDialogFieldApplyListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

207 : validatorClassField .setDialogFieldApplyListener(new IDialogFieldApplyListener() { public void dialogFieldApplied(DialogField field) { ValidatorClassType ValidatorClass = FacesConfigFactory.eINSTANCE .createValidatorClassType(); ValidatorClass .setTextContent(((StringDialogField) field) .getText()); EditingDomain editingDomain = getEditingDomain(); if (editingDomain != null) { Command command = SetCommand.create(editingDomain, getInput(), FacesConfigPackage.eINSTANCE .getValidatorType_ValidatorClass(), ValidatorClass); if (command.canExecute()) { editingDomain.getCommandStack() .execute(command); } } } });

46. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldApplyListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

208 : .setDialogFieldApplyListener(new IDialogFieldApplyListener() {

47. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

209 : public void dialogFieldApplied(DialogField field) {

48. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

214 : .setTextContent(((StringDialogField) field) .getText());

49. WARNING: DiscouragedReference

Discouraged access: The type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

214 : .setTextContent(((StringDialogField) field)

50. WARNING: DiscouragedReference

Discouraged access: The method setInterface(String) from the type AbstractClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

230 : validatorClassField .setInterface(IFacesConfigConstants.VALIDATOR_INTERFACE);

51. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

256 : displayNameField.setTextWithoutUpdate(displayName .getTextContent());

52. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

259 : displayNameField.setTextWithoutUpdate("");

53. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

268 : descriptionField.setTextWithoutUpdate(descriptionString);

54. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

270 : descriptionField.setTextWithoutUpdate("");

55. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

274 : validatorIDField.setTextWithoutUpdate(validator .getValidatorId().getTextContent());

56. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

277 : validatorIDField.setTextWithoutUpdate("");

57. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

281 : validatorClassField.setTextWithoutUpdate(validator .getValidatorClass().getTextContent());

58. WARNING: DiscouragedReference

Discouraged access: The method setTextWithoutUpdate(String) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ValidatorGeneralSection.java :

284 : validatorClassField.setTextWithoutUpdate("");

Source File: org/eclipse/jst/jsf/facesconfig/ui/util/JavaClassUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

JavaClassUtils.java :

34 : import org.eclipse.jst.jsf.common.ui.IFileFolderConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

JavaClassUtils.java :

252 : if (!ext.equalsIgnoreCase(IFileFolderConstants.EXT_JAVA)) {

3. WARNING: DiscouragedReference

Discouraged access: The field EXT_JAVA from the type IFileFolderConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

JavaClassUtils.java :

252 : if (!ext.equalsIgnoreCase(IFileFolderConstants.EXT_JAVA)) {

Source File: org/eclipse/jst/jsf/facesconfig/ui/wizard/ManagedBeanClassSelectionPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

19 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.ClassButtonDialogField;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldChangeListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

21 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.IDialogFieldChangeListener;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

22 : import org.eclipse.jst.jsf.common.ui.internal.dialogfield.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

53 : private ClassButtonDialogField classSearchDialogField;

6. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

101 : setPageComplete(classSearchDialogField.getText().length() > 0);

7. WARNING: DiscouragedReference

Discouraged access: The method setEnabled(boolean) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

114 : classSearchDialogField.setEnabled(enabled);

8. WARNING: DiscouragedReference

Discouraged access: The constructor ClassButtonDialogField(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

141 : classSearchDialogField = new ClassButtonDialogField(currentProject);

9. WARNING: DiscouragedReference

Discouraged access: The type ClassButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

141 : classSearchDialogField = new ClassButtonDialogField(currentProject);

10. WARNING: DiscouragedReference

Discouraged access: The method setHyperLink(IHyperlinkListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

142 : classSearchDialogField.setHyperLink(null);

11. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfControls() from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

143 : int numberOfControls = classSearchDialogField.getNumberOfControls();

12. WARNING: DiscouragedReference

Discouraged access: The method doFillIntoGrid(FormToolkit, Composite, int) from the type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

151 : classSearchDialogField.doFillIntoGrid(null, searchSection, numberOfControls);

13. WARNING: DiscouragedReference

Discouraged access: The method getLabelControl(FormToolkit, Composite) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

154 : GridData gd = (GridData) classSearchDialogField.getLabelControl(null, searchSection).getLayoutData();

14. WARNING: DiscouragedReference

Discouraged access: The method setLabelText(String) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

159 : classSearchDialogField .setLabelText(WizardMessages.JavaSelectionWizardPage_Search_ClassName);

15. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

162 : LayoutUtil.setHorizontalGrabbing(classSearchDialogField.getTextControl(

16. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

162 : LayoutUtil.setHorizontalGrabbing(classSearchDialogField.getTextControl( null, searchSection));

17. WARNING: DiscouragedReference

Discouraged access: The method getTextControl(FormToolkit, Composite) from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

162 : LayoutUtil.setHorizontalGrabbing(classSearchDialogField.getTextControl( null, searchSection));

18. WARNING: DiscouragedReference

Discouraged access: The method setDialogFieldChangeListener(IDialogFieldChangeListener) from the type DialogFieldBase is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

165 : classSearchDialogField .setDialogFieldChangeListener(new IDialogFieldChangeListener() { public void dialogFieldChanged(DialogField field) { className = classSearchDialogField.getText(); verifyComplete(); } });

19. WARNING: DiscouragedReference

Discouraged access: The type IDialogFieldChangeListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

166 : .setDialogFieldChangeListener(new IDialogFieldChangeListener() {

20. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

167 : public void dialogFieldChanged(DialogField field) {

21. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

168 : className = classSearchDialogField.getText();

22. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

236 : classSearchDialogField.getText());

23. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

255 : if (classSearchDialogField.getText().length() == 0) {

24. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

263 : classSearchDialogField.getText()), null);

25. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

267 : .validateJavaTypeName(classSearchDialogField.getText(), JavaCore.VERSION_1_3,JavaCore.VERSION_1_3);

26. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanClassSelectionPage.java :

279 : classSearchDialogField.getText()),

Source File: org/eclipse/jst/jsf/facesconfig/ui/wizard/ManagedBeanPropertyPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

17 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

121 : SWTUtils

3. WARNING: DiscouragedReference

Discouraged access: The method createLabel(Composite, String, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

121 : SWTUtils .createLabel( generalSection, WizardMessages.ManagedBeanPropertyWizardPage_ManagedBeanName, 1);

4. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

127 : managedBeanNameText = SWTUtils.createTextBox(generalSection, 1);

5. WARNING: DiscouragedReference

Discouraged access: The method createTextBox(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

127 : managedBeanNameText = SWTUtils.createTextBox(generalSection, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

144 : SWTUtils

7. WARNING: DiscouragedReference

Discouraged access: The method createLabel(Composite, String, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

144 : SWTUtils .createLabel( generalSection, WizardMessages.ManagedBeanPropertyWizardPage_ManagedBeanScope, 1); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

156 : scopeCombo = SWTUtils.createCombo(generalSection, items, 1);

9. WARNING: DiscouragedReference

Discouraged access: The method createCombo(Composite, String[], int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

156 : scopeCombo = SWTUtils.createCombo(generalSection, items, 1);

10. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

162 : Label labelDesp = SWTUtils

11. WARNING: DiscouragedReference

Discouraged access: The method createLabel(Composite, String, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

162 : Label labelDesp = SWTUtils .createLabel( generalSection, WizardMessages.ManagedBeanPropertyWizardPage_ManagedBeanDescription, 1); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

171 : managedBeanDescriptionText = SWTUtils.createTextBoxScrollable(

13. WARNING: DiscouragedReference

Discouraged access: The method createTextBoxScrollable(Composite, int, int, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

ManagedBeanPropertyPage.java :

171 : managedBeanDescriptionText = SWTUtils.createTextBoxScrollable( generalSection, 1, -1, DESCRIPTION_TEXT_HEIGHT);

Source File: org/eclipse/jst/jsf/facesconfig/ui/wizard/NewManagedBeanWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

NewManagedBeanWizard.java :

20 : import org.eclipse.jst.jsf.common.ui.internal.logging.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

NewManagedBeanWizard.java :

31 : private static final Logger log = EditorPlugin

3. WARNING: DiscouragedReference

Discouraged access: The method info(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

NewManagedBeanWizard.java :

138 : log.info("NewJavaManagedBeanWizard.Error.CreateType", e); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method error(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

NewManagedBeanWizard.java :

140 : EditorPlugin.getAlerts().error( "NewJavaManagedBeanWizard.Alert.CreateType.Title", //$NON-NLS-1$ "NewJavaManagedBeanWizard.Alert.CreateType.Description"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method info(String, Throwable) from the type Logger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

NewManagedBeanWizard.java :

145 : log.info("NewJavaManagedBeanWizard.Error.CreateType", e); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method error(String, String) from the type Alerts is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

NewManagedBeanWizard.java :

146 : EditorPlugin.getAlerts().error( "NewJavaManagedBeanWizard.Alert.CreateType.Title", //$NON-NLS-1$ "NewJavaManagedBeanWizard.Alert.CreateType.Description"); //$NON-NLS-1$

Source File: org/eclipse/jst/jsf/facesconfig/ui/wizard/SummaryPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

SummaryPage.java :

13 : import org.eclipse.jst.jsf.common.ui.internal.guiutils.SWTUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

SummaryPage.java :

78 : Composite composite = SWTUtils.createComposite( parent, 1 );

3. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type SWTUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.1-P/eclipse/plugins/org.eclipse.jst.jsf.common.ui_1.1.0.v20080605.jar

SummaryPage.java :

78 : Composite composite = SWTUtils.createComposite( parent, 1 );