/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | InstallLicensePanel.java | 92 gbc.insets = UIFactory.getEmptyInsets(); 103 gbc.insets = UIFactory.getEmptyInsets(); 104 gbc.insets.bottom = 3; 113 gbc.insets = UIFactory.getEmptyInsets(); 124 gbc.insets = UIFactory.getEmptyInsets(); 125 gbc.insets.top = UIFactory.TOP_INSET_RADIO_SUBORDINATE;
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | InstallLicensePanel.java | 93 gbc.insets = UIFactory.getEmptyInsets(); 104 gbc.insets = UIFactory.getEmptyInsets(); 105 gbc.insets.bottom = 3; 114 gbc.insets = UIFactory.getEmptyInsets(); 125 gbc.insets = UIFactory.getEmptyInsets(); 126 gbc.insets.top = UIFactory.TOP_INSET_RADIO_SUBORDINATE;
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | InstallLicensePanel.java | 93 gbc.insets = UIFactory.getEmptyInsets(); 104 gbc.insets = UIFactory.getEmptyInsets(); 105 gbc.insets.bottom = 3; 114 gbc.insets = UIFactory.getEmptyInsets(); 125 gbc.insets = UIFactory.getEmptyInsets(); 126 gbc.insets.top = UIFactory.TOP_INSET_RADIO_SUBORDINATE;
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | InstallLicensePanel.java | 92 gbc.insets = UIFactory.getEmptyInsets(); 103 gbc.insets = UIFactory.getEmptyInsets(); 104 gbc.insets.bottom = 3; 113 gbc.insets = UIFactory.getEmptyInsets(); 124 gbc.insets = UIFactory.getEmptyInsets(); 125 gbc.insets.top = UIFactory.TOP_INSET_RADIO_SUBORDINATE;
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | InstallLicensePanel.java | 93 gbc.insets = UIFactory.getEmptyInsets(); 104 gbc.insets = UIFactory.getEmptyInsets(); 105 gbc.insets.bottom = 3; 114 gbc.insets = UIFactory.getEmptyInsets(); 125 gbc.insets = UIFactory.getEmptyInsets(); 126 gbc.insets.top = UIFactory.TOP_INSET_RADIO_SUBORDINATE;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/ |
H A D | InstallLicensePanel.java | 85 gbc.insets = UIFactory.getEmptyInsets(); 96 gbc.insets = UIFactory.getEmptyInsets(); 97 gbc.insets.bottom = 3; 106 gbc.insets = UIFactory.getEmptyInsets(); 117 gbc.insets = UIFactory.getEmptyInsets(); 118 gbc.insets.top = UIFactory.TOP_INSET_RADIO_SUBORDINATE;
|
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | FramePanel.java | 88 gbc.insets = UIFactory.getStepsPanelInsets(); 91 stepsPanelHorizontalInsets = gbc.insets.left + gbc.insets.right; 104 gbc.insets = UIFactory.getCurrentStepPanelInsets(); 106 gbc.insets = UIFactory.getEmptyInsets(); 120 gbc.insets = UIFactory.getButtonsPanelInsets(); 123 buttonsPanelVerticalInsets = gbc.insets.top + gbc.insets.bottom;
|
H A D | ReviewPanel.java | 64 gbc.insets = UIFactory.getEmptyInsets(); 74 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | SelectedCategoryBorder.java | 44 private Insets insets = new Insets(5, 5, 6, 5); field in class:SelectedCategoryBorder 58 return insets;
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | FramePanel.java | 89 gbc.insets = UIFactory.getStepsPanelInsets(); 92 stepsPanelHorizontalInsets = gbc.insets.left + gbc.insets.right; 105 gbc.insets = UIFactory.getCurrentStepPanelInsets(); 107 gbc.insets = UIFactory.getEmptyInsets(); 121 gbc.insets = UIFactory.getButtonsPanelInsets(); 124 buttonsPanelVerticalInsets = gbc.insets.top + gbc.insets.bottom;
|
H A D | ReviewPanel.java | 65 gbc.insets = UIFactory.getEmptyInsets(); 75 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | SelectedCategoryBorder.java | 43 private Insets insets = new Insets(5, 5, 6, 5); field in class:SelectedCategoryBorder 57 return insets;
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | FramePanel.java | 89 gbc.insets = UIFactory.getStepsPanelInsets(); 92 stepsPanelHorizontalInsets = gbc.insets.left + gbc.insets.right; 105 gbc.insets = UIFactory.getCurrentStepPanelInsets(); 107 gbc.insets = UIFactory.getEmptyInsets(); 121 gbc.insets = UIFactory.getButtonsPanelInsets(); 124 buttonsPanelVerticalInsets = gbc.insets.top + gbc.insets.bottom;
|
H A D | ReviewPanel.java | 65 gbc.insets = UIFactory.getEmptyInsets(); 75 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | SelectedCategoryBorder.java | 44 private Insets insets = new Insets(5, 5, 6, 5); field in class:SelectedCategoryBorder 58 return insets;
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | SelectedCategoryBorder.java | 43 private Insets insets = new Insets(5, 5, 6, 5); field in class:SelectedCategoryBorder 57 return insets;
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | FramePanel.java | 88 gbc.insets = UIFactory.getStepsPanelInsets(); 91 stepsPanelHorizontalInsets = gbc.insets.left + gbc.insets.right; 104 gbc.insets = UIFactory.getCurrentStepPanelInsets(); 106 gbc.insets = UIFactory.getEmptyInsets(); 120 gbc.insets = UIFactory.getButtonsPanelInsets(); 123 buttonsPanelVerticalInsets = gbc.insets.top + gbc.insets.bottom;
|
H A D | ReviewPanel.java | 64 gbc.insets = UIFactory.getEmptyInsets(); 74 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | SelectedCategoryBorder.java | 44 private Insets insets = new Insets(5, 5, 6, 5); field in class:SelectedCategoryBorder 58 return insets;
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | FramePanel.java | 89 gbc.insets = UIFactory.getStepsPanelInsets(); 92 stepsPanelHorizontalInsets = gbc.insets.left + gbc.insets.right; 105 gbc.insets = UIFactory.getCurrentStepPanelInsets(); 107 gbc.insets = UIFactory.getEmptyInsets(); 121 gbc.insets = UIFactory.getButtonsPanelInsets(); 124 buttonsPanelVerticalInsets = gbc.insets.top + gbc.insets.bottom;
|
H A D | ReviewPanel.java | 65 gbc.insets = UIFactory.getEmptyInsets(); 75 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/border/ |
H A D | SelectedCategoryBorder.java | 41 private Insets insets = new Insets(5, 5, 6, 5); field in class:SelectedCategoryBorder 50 return insets;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/ |
H A D | FramePanel.java | 88 gbc.insets = UIFactory.getStepsPanelInsets(); 91 stepsPanelHorizontalInsets = gbc.insets.left + gbc.insets.right; 104 gbc.insets = UIFactory.getCurrentStepPanelInsets(); 106 gbc.insets = UIFactory.getEmptyInsets(); 120 gbc.insets = UIFactory.getButtonsPanelInsets(); 123 buttonsPanelVerticalInsets = gbc.insets.top + gbc.insets.bottom;
|
H A D | ReviewPanel.java | 62 gbc.insets = UIFactory.getEmptyInsets(); 72 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | JavaInformationMonitoringPanel.java | 137 gbc.insets.top = 5; 138 gbc.insets.bottom = 7; 141 gbc.insets.bottom = 0; 142 gbc.insets.top = 10; 155 gbc.insets.left = 0; 156 gbc.insets.right = 0; 172 gbc.insets.left = 10; 176 gbc.insets.right = 10; 194 gbc.insets.left = 0; 200 gbc.insets [all...] |