Home | History | Annotate | Download | only in dialogs

Lines Matching refs:bounds

68     // track the current dialog bounds
105 Rectangle bounds = loadBounds();
106 if (bounds != null) {
107 int x = bounds.x;
108 int y = bounds.y;
133 // Bounds
137 * Loads bounds from {@link IDialogSettings}.
152 * Saves bounds to {@link IDialogSettings}.
154 private void saveBounds(Rectangle bounds) {
156 settings.put(X, bounds.x);
157 settings.put(Y, bounds.y);
158 settings.put(WIDTH, bounds.width);
159 settings.put(HEIGHT, bounds.height);
175 * @return the name of section for dialog specific bounds. By default uses name of {@link Class},