|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.ow2.clif.scenario.isac.egui.wizards.httpCapture.MainHttpCaptureWizardPage
public class MainHttpCaptureWizardPage
This is the first page of Http Capture wizard. Its role is to set maxq configuration. Fields will be initialised with max.properties file located on project folder. If this file does not exist, it will be recovered from plugin location.
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
MainHttpCaptureWizardPage(org.eclipse.jface.viewers.ISelection selection)
Constructor for MainHttpCaptureWizardPage |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Creates all controls for MainHttpCaptureWizardPage |
void |
disableFields()
Disable all fields |
java.lang.String |
getContainerName()
Gets container name filled in text field |
java.lang.String |
getContainerPath()
Gets container path |
java.lang.String |
getFileName()
Gets result file name filled in text field |
java.lang.String |
getPortNumber()
Gets local port number filled in text field |
java.io.File |
getPropertiesFile()
Gets maxQ properties file |
java.lang.String |
getProxyHost()
Gets remote host filled in text field |
java.lang.String |
getProxyPortNumber()
Gets remote port number filled in text field |
java.lang.String |
getRandomDist()
Gets random distribution filled in text field |
java.lang.String |
getRandomDistDelta()
Gets random delta or unit number filled in text field |
java.lang.String |
getRandomDistDeviation()
Gets random deviation number filled in text field |
java.lang.String |
getTimer()
Gets timer selected in combo |
java.lang.Boolean |
getUseRemoteProxy()
return true if remote proxy is used |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Constructor Detail |
---|
public MainHttpCaptureWizardPage(org.eclipse.jface.viewers.ISelection selection)
selection
- Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
public void disableFields()
public java.lang.String getContainerName()
public java.lang.String getFileName()
public java.lang.String getPortNumber()
public java.lang.String getProxyPortNumber()
public java.lang.String getProxyHost()
public java.lang.String getTimer()
public java.io.File getPropertiesFile()
public java.lang.String getContainerPath()
public java.lang.Boolean getUseRemoteProxy()
public java.lang.String getRandomDist()
public java.lang.String getRandomDistDelta()
public java.lang.String getRandomDistDeviation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |