Package com.biglybt.ui.swt.config.wizard
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.StyledText
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
boolean
void
printMessage
(String message) void
show()
Methods inherited from class com.biglybt.ui.swt.wizard.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:
isNextEnabled
in interfaceIWizardPanel<ConfigureWizard>
- Overrides:
isNextEnabled
in classAbstractWizardPanel<ConfigureWizard>
-
getNextPanel
- Specified by:
getNextPanel
in interfaceIWizardPanel<ConfigureWizard>
- Overrides:
getNextPanel
in classAbstractWizardPanel<ConfigureWizard>
-