Searched refs:stepBox (Results 1 – 7 of 7) sorted by relevance
225 private Box stepBox; field in DSWizard.DatastoreStep241 stepBox = Box.createVerticalBox(); in DatastoreStep()247 stepBox.add(c); in DatastoreStep()248 stepBox.add(Box.createVerticalStrut(5)); in DatastoreStep()254 stepBox.add(c); in DatastoreStep()255 stepBox.add(Box.createVerticalStrut(5)); in DatastoreStep()291 stepBox.add(boxPanel); in DatastoreStep()292 stepBox.add(Box.createVerticalStrut(20)); in DatastoreStep()293 stepBox.add(Box.createVerticalGlue()); in DatastoreStep()302 return stepBox; in getComponent()[all …]
218 private Box stepBox; field in AddressWizard.NumberStep223 stepBox = Box.createVerticalBox(); in NumberStep()226 stepBox.add(Wizard.createTextArea( in NumberStep()228 stepBox.add(Box.createVerticalStrut(10)); in NumberStep()229 stepBox.add(Box.createVerticalGlue()); in NumberStep()232 stepBox.add(Wizard.createTextArea( in NumberStep()251 stepBox.add(box); in NumberStep()253 stepBox.add(Box.createVerticalStrut(10)); in NumberStep()254 stepBox.add(Box.createVerticalGlue()); in NumberStep()255 stepBox.add(Wizard.createTextArea( in NumberStep()[all …]
266 private Box stepBox; field in ConfigWizard.HostDataStep273 stepBox = Box.createVerticalBox(); in HostDataStep()280 stepBox.add(c); in HostDataStep()281 stepBox.add(Box.createVerticalStrut(5)); in HostDataStep()363 stepBox.add(boxPanel); in HostDataStep()364 stepBox.add(Box.createVerticalStrut(10)); in HostDataStep()365 stepBox.add(Box.createVerticalGlue()); in HostDataStep()374 return stepBox; in getComponent()414 private Box stepBox; field in ConfigWizard.LeaseStep417 stepBox = Box.createVerticalBox(); in LeaseStep()[all …]
96 private Box stepBox; field in ConvertWizard.SaveTablesStep109 stepBox = Box.createVerticalBox(); in SaveTablesStep()113 stepBox.add(Wizard.createTextArea( in SaveTablesStep()115 stepBox.add(Box.createVerticalStrut(10)); in SaveTablesStep()116 stepBox.add(Box.createVerticalGlue()); in SaveTablesStep()125 stepBox.add(saveTables); in SaveTablesStep()126 stepBox.add(Box.createVerticalGlue()); in SaveTablesStep()128 stepBox.add(Wizard.createTextArea( in SaveTablesStep()130 stepBox.add(Box.createVerticalStrut(10)); in SaveTablesStep()131 stepBox.add(Box.createVerticalGlue()); in SaveTablesStep()[all …]
53 Box stepBox; field in ExportWizard.NetworkStep57 stepBox = Box.createVerticalBox(); in NetworkStep()58 stepBox.add(Wizard.createTextArea( in NetworkStep()60 stepBox.add(Box.createVerticalStrut(10)); in NetworkStep()70 stepBox.add(networkLists); in NetworkStep()71 stepBox.add(Box.createVerticalGlue()); in NetworkStep()79 return stepBox; in getComponent()95 Box stepBox; field in ExportWizard.MacroStep99 stepBox = Box.createVerticalBox(); in MacroStep()100 stepBox.add(Wizard.createTextArea( in MacroStep()[all …]
196 private Box stepBox; field in ImportWizard.ReviewStep204 stepBox = Box.createVerticalBox(); in ReviewStep()208 stepBox.add(jc); in ReviewStep()234 stepBox.add(fieldPanel); in ReviewStep()236 stepBox.add(Box.createVerticalStrut(5)); in ReviewStep()240 stepBox.add(infoLabel); in ReviewStep()271 stepBox.add(fieldPanel); in ReviewStep()273 stepBox.add(Box.createVerticalGlue()); in ReviewStep()281 return stepBox; in getComponent()
289 JPanel stepBox = new JPanel(); in getListCellRendererComponent() local290 stepBox.setLayout(new BoxLayout(stepBox, BoxLayout.X_AXIS)); in getListCellRendererComponent()291 stepBox.add(l); in getListCellRendererComponent()292 stepBox.add(Box.createHorizontalStrut(5)); in getListCellRendererComponent()293 stepBox.add(text); in getListCellRendererComponent()294 stepBox.setBackground(list.getSelectionBackground()); in getListCellRendererComponent()296 stepBox.setOpaque(isSelected); in getListCellRendererComponent()297 return stepBox; in getListCellRendererComponent()