Searched refs:Wizard (Results 1 – 15 of 15) sorted by relevance
49 public class ExportWizard extends Wizard {58 stepBox.add(Wizard.createTextArea( in NetworkStep()100 stepBox.add(Wizard.createTextArea( in MacroStep()145 stepBox.add(Wizard.createTextArea( in OptionStep()202 Component c = Wizard.createTextArea( in FileStep()236 c = Wizard.createTextArea( in FileStep()306 mainPanel.add(Wizard.createTextArea( in ReviewStep()
53 public class AddressWizard extends Wizard {226 stepBox.add(Wizard.createTextArea( in NumberStep()232 stepBox.add(Wizard.createTextArea( in NumberStep()255 stepBox.add(Wizard.createTextArea( in NumberStep()340 stepBox.add(Wizard.createTextArea( in ServerStep()365 stepBox.add(Wizard.createTextArea( in ServerStep()386 stepBox.add(Wizard.createTextArea( in ServerStep()532 stepPanel.add(Wizard.createTextArea( in ConfirmStep()696 JComponent component = Wizard.createTextArea( in ConfigureStep()731 component = Wizard.createTextArea( in ConfigureStep()[all …]
71 JComponent c = Wizard.createTextArea( in getMainPanel()115 JComponent c = Wizard.createTextArea( in getMainPanel()121 JComponent c = Wizard.createTextArea( in getMainPanel()
44 public abstract class DSWizard extends Wizard implements DSModuleListener {245 JComponent c = Wizard.createTextArea(wizardText, 2, 45); in DatastoreStep()252 c = Wizard.createTextArea(stepText, 3, 45); in DatastoreStep()
277 JComponent c = Wizard.createTextArea( in HostDataStep()420 stepBox.add(Wizard.createTextArea( in LeaseStep()450 stepBox.add(Wizard.createTextArea( in LeaseStep()534 stepBox.add(Wizard.createTextArea( in DnsStep()710 stepBox.add(Wizard.createTextArea( in NetworkStep()714 stepBox.add(Wizard.createTextArea( in NetworkStep()750 stepBox.add(Wizard.createTextArea( in NetworkStep()924 stepBox.add(Wizard.createTextArea( in NetTypeStep()1086 stepBox.add(Wizard.createTextArea( in NisStep()1180 stepBox.add(Wizard.createTextArea( in ReviewStep()[all …]
51 public class ImportWizard extends Wizard {73 Component c = Wizard.createTextArea( in LocationStep()98 c = Wizard.createTextArea( in LocationStep()205 JComponent jc = Wizard.createTextArea( in ReviewStep()
113 stepBox.add(Wizard.createTextArea( in SaveTablesStep()128 stepBox.add(Wizard.createTextArea( in SaveTablesStep()193 stepBox.add(Wizard.createTextArea( in ReviewStep()214 stepBox.add(Wizard.createTextArea( in ReviewStep()
43 display = Wizard.createTextArea( in RelayView()
100 run_network_wizard=You must configure a network for DHCP service\nusing the Network Wizard before c…277 add_addresses=&Address Wizard362 # Datastore Wizard369 # Configuration Wizard371 cfg_wiz_title=DHCP Configuration Wizard402 …work. Later, you can configure this server to support additional networks with the Network Wizard.437 # Convert Wizard477 # Definitions for the Network Wizard, which is really just a subset of the481 add_network=Ne&twork Wizard578 start_address_wizard_title=Start Address Wizard?[all …]
66 panel.add(Wizard.createTextArea( in getMainPanel()
76 panel.add(Wizard.createTextArea( in ConfigureChoiceDialog()
60 JComponent c = Wizard.createTextArea( in SUNWfiles()
60 JComponent c = Wizard.createTextArea( in SUNWbinfiles()
33 Wizard.class \
58 public class Wizard extends JDialog { class403 public Wizard(Frame owner, String title) { in Wizard() method in Wizard