| org.eclipse.ui.dialogs.WizardNewLinkPage
WizardNewLinkPage | public class WizardNewLinkPage extends WizardPage (Code) | | Standard resource link page for a wizard that creates a file or
folder resource.
This class may be instantiated; it is not intended to be subclassed.
since: 2.1 |
WizardNewLinkPage | public WizardNewLinkPage(String pageName, int type)(Code) | | Creates a new resource link wizard page.
Parameters: pageName - the name of the page Parameters: type - specifies the type of resource to link to. IResource.FILE or IResource.FOLDER |
createControl | public void createControl(Composite parent)(Code) | | |
getLinkTarget | public String getLinkTarget()(Code) | | Returns the link target location entered by the user.
the link target location entered by the user. null if the userchoose not to create a link. |
setContainer | public void setContainer(IContainer container)(Code) | | Sets the container to use for link validation.
This should be the parent of the new resource that is being
linked.
Parameters: container - the container to use for link validation. |
setLinkTarget | public void setLinkTarget(String target)(Code) | | Sets the value of the link target field
Parameters: target - the value of the link target field |
|
|