Uses of Class
org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration.ClasspathAttributeAccess
Packages that use ClasspathAttributeConfiguration.ClasspathAttributeAccess
Package
Description
Application programming interfaces for interaction
with the Eclipse Java User Interface wizards.
-
Uses of ClasspathAttributeConfiguration.ClasspathAttributeAccess in org.eclipse.jdt.ui.wizards
Methods in org.eclipse.jdt.ui.wizards with parameters of type ClasspathAttributeConfiguration.ClasspathAttributeAccessModifier and TypeMethodDescriptionabstract booleanClasspathAttributeConfiguration.canEdit(ClasspathAttributeConfiguration.ClasspathAttributeAccess attribute) Specifies if the given attribute can be edited.abstract booleanClasspathAttributeConfiguration.canRemove(ClasspathAttributeConfiguration.ClasspathAttributeAccess attribute) Specifies if 'Remove' is a valid action on the given attribute.abstract org.eclipse.jface.resource.ImageDescriptorClasspathAttributeConfiguration.getImageDescriptor(ClasspathAttributeConfiguration.ClasspathAttributeAccess attribute) Returns the image descriptor of the classpath attributes name as a translated string.abstract StringClasspathAttributeConfiguration.getNameLabel(ClasspathAttributeConfiguration.ClasspathAttributeAccess attribute) Returns the label of the classpath attributes name as a translated string.abstract StringClasspathAttributeConfiguration.getValueLabel(ClasspathAttributeConfiguration.ClasspathAttributeAccess attribute) Returns the label of the classpath attributes value as a translated string.abstract IClasspathAttributeClasspathAttributeConfiguration.performEdit(org.eclipse.swt.widgets.Shell shell, ClasspathAttributeConfiguration.ClasspathAttributeAccess attribute) This method is invoked when the Edit is pressed.abstract IClasspathAttributeClasspathAttributeConfiguration.performRemove(ClasspathAttributeConfiguration.ClasspathAttributeAccess attribute) This method is invoked when the Remove is pressed.