Home
last modified time | relevance | path

Searched refs:Wizard (Results 1 – 15 of 15) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DExportWizard.java49 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()
H A DAddressWizard.java53 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 …]
H A DUnconfigureDialog.java71 JComponent c = Wizard.createTextArea( in getMainPanel()
115 JComponent c = Wizard.createTextArea( in getMainPanel()
121 JComponent c = Wizard.createTextArea( in getMainPanel()
H A DDSWizard.java44 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()
H A DConfigWizard.java277 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 …]
H A DImportWizard.java51 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()
H A DConvertWizard.java113 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()
H A DRelayView.java43 display = Wizard.createTextArea( in RelayView()
H A DResourceBundle.properties100 run_network_wizard=You must configure a network for DHCP service\nusing the Network Wizard before c…
277 add_addresses=&Address Wizard
362 # Datastore Wizard
369 # Configuration Wizard
371 cfg_wiz_title=DHCP Configuration Wizard
402 …work. Later, you can configure this server to support additional networks with the Network Wizard.
437 # Convert Wizard
477 # Definitions for the Network Wizard, which is really just a subset of the
481 add_network=Ne&twork Wizard
578 start_address_wizard_title=Start Address Wizard?
[all …]
H A DConfigureRelayDialog.java66 panel.add(Wizard.createTextArea( in getMainPanel()
H A DConfigureChoiceDialog.java76 panel.add(Wizard.createTextArea( in ConfigureChoiceDialog()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWfiles/
H A DSUNWfiles.java60 JComponent c = Wizard.createTextArea( in SUNWfiles()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWbinfiles/
H A DSUNWbinfiles.java60 JComponent c = Wizard.createTextArea( in SUNWbinfiles()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DMakefile33 Wizard.class \
H A DWizard.java58 public class Wizard extends JDialog { class
403 public Wizard(Frame owner, String title) { in Wizard() method in Wizard