Class NatPanel
java.lang.Object
com.biglybt.ui.swt.wizard.AbstractWizardPanel<ConfigureWizard>
com.biglybt.ui.swt.config.wizard.NatPanel
- All Implemented Interfaces:
IWizardPanel<ConfigureWizard>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.eclipse.swt.widgets.Button(package private) org.eclipse.swt.widgets.Button(package private) org.eclipse.swt.custom.StyledTextFields inherited from class AbstractWizardPanel
previousPanel, wizard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidbooleanvoidprintMessage(String message) voidshow()Methods inherited from class AbstractWizardPanel
cancelled, finish, getFinishPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isPreviousEnabled
-
Field Details
-
textResults
org.eclipse.swt.custom.StyledText textResults -
bTestTCP
org.eclipse.swt.widgets.Button bTestTCP -
bTestUDP
org.eclipse.swt.widgets.Button bTestUDP
-
-
Constructor Details
-
NatPanel
-
-
Method Details
-
show
public void show() -
printMessage
-
enableNext
private void enableNext() -
isNextEnabled
public boolean isNextEnabled()- Specified by:
isNextEnabledin interfaceIWizardPanel<ConfigureWizard>- Overrides:
isNextEnabledin classAbstractWizardPanel<ConfigureWizard>
-
getNextPanel
- Specified by:
getNextPanelin interfaceIWizardPanel<ConfigureWizard>- Overrides:
getNextPanelin classAbstractWizardPanel<ConfigureWizard>
-