com.bostechcorp.cbesb.ui.ide.wizards .WSDLLocateWizardPage WSDLLocateWizardPage public class WSDLLocateWizardPage extends WizardPage (Code) The first page of the Extract Strings wizard displays Source File and
Destination File text fields, each with a browse button to the right.
WSDLLocateWizardPage public WSDLLocateWizardPage()(Code)
browseForDestinationFile protected void browseForDestinationFile()(Code) Open a file browser dialog to locate a destination file
browseForSourceFile protected void browseForSourceFile()(Code) Open a file browser dialog to locate a source file
browseForSourcePro public void browseForSourcePro()(Code)
createControl public void createControl(Composite parent)(Code) Creates the top level control for this dialog page under the given parent
composite, then calls setControl
so that the created
control can be accessed via getControl
Parameters: parent - the parent composite
getDestinationLocation public IPath getDestinationLocation()(Code) Answer the destination file location or null
if
unspecified
getSourceFileField public Text getSourceFileField()(Code) the sourceFileField
getSourceLocation public IPath getSourceLocation()(Code) Answer the source file location or null
if unspecified
getTargetFileField public Text getTargetFileField()(Code) the targetFileField
init public void init(IStructuredSelection selection)(Code) Called by the wizard to initialize the receiver's cached selection.
Parameters: selection - the selection or null
if none