Searched refs:scroll (Results 1 - 25 of 191) sorted by relevance

12345678

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DScrollPaneBorderListener.java41 * of a scroll bar. This is used when we do not want to display the borders of
43 * a component listener to the scroll pane and depending on whether the scroll
44 * bars are displayed or not some border to the scroll pane is added (or not).
49 private JScrollPane scroll; field in class:ScrollPaneBorderListener
63 * Returns a scroll pane border listener that will apply a border only on the
64 * bottom of the scroll.
65 * @param scroll the scroll pane to update.
66 * @return a scroll pan
69 createBottomBorderListener( JScrollPane scroll) argument
86 createBottomAndTopBorderListener( JScrollPane scroll) argument
102 createFullBorderListener( JScrollPane scroll) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DScrollPaneBorderListener.java42 * of a scroll bar. This is used when we do not want to display the borders of
44 * a component listener to the scroll pane and depending on whether the scroll
45 * bars are displayed or not some border to the scroll pane is added (or not).
50 private JScrollPane scroll; field in class:ScrollPaneBorderListener
64 * Returns a scroll pane border listener that will apply a border only on the
65 * bottom of the scroll.
66 * @param scroll the scroll pane to update.
67 * @return a scroll pan
70 createBottomBorderListener( JScrollPane scroll) argument
87 createBottomAndTopBorderListener( JScrollPane scroll) argument
103 createFullBorderListener( JScrollPane scroll) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DScrollPaneBorderListener.java42 * of a scroll bar. This is used when we do not want to display the borders of
44 * a component listener to the scroll pane and depending on whether the scroll
45 * bars are displayed or not some border to the scroll pane is added (or not).
50 private JScrollPane scroll; field in class:ScrollPaneBorderListener
64 * Returns a scroll pane border listener that will apply a border only on the
65 * bottom of the scroll.
66 * @param scroll the scroll pane to update.
67 * @return a scroll pan
70 createBottomBorderListener( JScrollPane scroll) argument
87 createBottomAndTopBorderListener( JScrollPane scroll) argument
103 createFullBorderListener( JScrollPane scroll) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DScrollPaneBorderListener.java41 * of a scroll bar. This is used when we do not want to display the borders of
43 * a component listener to the scroll pane and depending on whether the scroll
44 * bars are displayed or not some border to the scroll pane is added (or not).
49 private JScrollPane scroll; field in class:ScrollPaneBorderListener
63 * Returns a scroll pane border listener that will apply a border only on the
64 * bottom of the scroll.
65 * @param scroll the scroll pane to update.
66 * @return a scroll pan
69 createBottomBorderListener( JScrollPane scroll) argument
86 createBottomAndTopBorderListener( JScrollPane scroll) argument
102 createFullBorderListener( JScrollPane scroll) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DScrollPaneBorderListener.java42 * of a scroll bar. This is used when we do not want to display the borders of
44 * a component listener to the scroll pane and depending on whether the scroll
45 * bars are displayed or not some border to the scroll pane is added (or not).
50 private JScrollPane scroll; field in class:ScrollPaneBorderListener
64 * Returns a scroll pane border listener that will apply a border only on the
65 * bottom of the scroll.
66 * @param scroll the scroll pane to update.
67 * @return a scroll pan
70 createBottomBorderListener( JScrollPane scroll) argument
87 createBottomAndTopBorderListener( JScrollPane scroll) argument
103 createFullBorderListener( JScrollPane scroll) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DScrollPaneBorderListener.java42 * of a scroll bar. This is used when we do not want to display the borders of
44 * a component listener to the scroll pane and depending on whether the scroll
45 * bars are displayed or not some border to the scroll pane is added (or not).
50 private JScrollPane scroll; field in class:ScrollPaneBorderListener
64 * Returns a scroll pane border listener that will apply a border only on the
65 * bottom of the scroll.
66 * @param scroll the scroll pane to update.
67 * @return a scroll pan
70 createBottomBorderListener( JScrollPane scroll) argument
87 createBottomAndTopBorderListener( JScrollPane scroll) argument
103 createFullBorderListener( JScrollPane scroll) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java35 * A class used to be able to update the scroll position in different panels.
55 * @param scroll the scroll bar.
58 public void add(JScrollPane scroll, Point p) argument
60 scrolls.add(scroll);
85 * Returns the scroll at the provided index.
87 * @return the scroll at the provided index.
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java34 * A class used to be able to update the scroll position in different panels.
54 * @param scroll the scroll bar.
57 public void add(JScrollPane scroll, Point p) argument
59 scrolls.add(scroll);
84 * Returns the scroll at the provided index.
86 * @return the scroll at the provided index.
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java35 * A class used to be able to update the scroll position in different panels.
55 * @param scroll the scroll bar.
58 public void add(JScrollPane scroll, Point p) argument
60 scrolls.add(scroll);
85 * Returns the scroll at the provided index.
87 * @return the scroll at the provided index.
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java34 * A class used to be able to update the scroll position in different panels.
54 * @param scroll the scroll bar.
57 public void add(JScrollPane scroll, Point p) argument
59 scrolls.add(scroll);
84 * Returns the scroll at the provided index.
86 * @return the scroll at the provided index.
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java35 * A class used to be able to update the scroll position in different panels.
55 * @param scroll the scroll bar.
58 public void add(JScrollPane scroll, Point p) argument
60 scrolls.add(scroll);
85 * Returns the scroll at the provided index.
87 * @return the scroll at the provided index.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DViewPositions.java35 * A class used to be able to update the scroll position in different panels.
55 * @param scroll the scroll bar.
58 public void add(JScrollPane scroll, Point p) argument
60 scrolls.add(scroll);
85 * Returns the scroll at the provided index.
87 * @return the scroll at the provided index.
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java133 JScrollPane scroll = new JScrollPane();
134 detailsTextArea = UIFactory.makeProgressPane(scroll);
151 scroll.setViewportView(detailsTextArea);
153 scroll.setBorder(UIFactory.TEXT_AREA_BORDER);
154 scroll.setWheelScrollingEnabled(true);
159 panel.add(scroll, gbc);
H A DUIFactory.java1148 * Returns a JEditorPane that works with the provided scroll.
1150 * @param scroll the scroll that will contain the JEditorPane.
1151 * @return a JEditorPane that works with the provided scroll.
1153 public static JEditorPane makeProgressPane(JScrollPane scroll) argument
1155 return new ProgressJEditorPane(scroll);
1214 * Returns a JScrollPane that contains the provided component. The scroll
1216 * @param comp the component contained in the scroll pane.
1217 * @return a JScrollPane that contains the provided component. The scroll
1222 JScrollPane scroll
1237 setScrollIncrementUnit(JScrollPane scroll) argument
1755 private JScrollPane scroll; field in class:ProgressJEditorPane
1763 ProgressJEditorPane(JScrollPane scroll) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java134 JScrollPane scroll = new JScrollPane();
135 detailsTextArea = UIFactory.makeProgressPane(scroll);
152 scroll.setViewportView(detailsTextArea);
154 scroll.setBorder(UIFactory.TEXT_AREA_BORDER);
155 scroll.setWheelScrollingEnabled(true);
160 panel.add(scroll, gbc);
H A DUIFactory.java1149 * Returns a JEditorPane that works with the provided scroll.
1151 * @param scroll the scroll that will contain the JEditorPane.
1152 * @return a JEditorPane that works with the provided scroll.
1154 public static JEditorPane makeProgressPane(JScrollPane scroll) argument
1156 return new ProgressJEditorPane(scroll);
1215 * Returns a JScrollPane that contains the provided component. The scroll
1217 * @param comp the component contained in the scroll pane.
1218 * @return a JScrollPane that contains the provided component. The scroll
1223 JScrollPane scroll
1238 setScrollIncrementUnit(JScrollPane scroll) argument
1756 private JScrollPane scroll; field in class:ProgressJEditorPane
1764 ProgressJEditorPane(JScrollPane scroll) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java134 JScrollPane scroll = new JScrollPane();
135 detailsTextArea = UIFactory.makeProgressPane(scroll);
152 scroll.setViewportView(detailsTextArea);
154 scroll.setBorder(UIFactory.TEXT_AREA_BORDER);
155 scroll.setWheelScrollingEnabled(true);
160 panel.add(scroll, gbc);
H A DUIFactory.java1149 * Returns a JEditorPane that works with the provided scroll.
1151 * @param scroll the scroll that will contain the JEditorPane.
1152 * @return a JEditorPane that works with the provided scroll.
1154 public static JEditorPane makeProgressPane(JScrollPane scroll) argument
1156 return new ProgressJEditorPane(scroll);
1215 * Returns a JScrollPane that contains the provided component. The scroll
1217 * @param comp the component contained in the scroll pane.
1218 * @return a JScrollPane that contains the provided component. The scroll
1223 JScrollPane scroll
1238 setScrollIncrementUnit(JScrollPane scroll) argument
1756 private JScrollPane scroll; field in class:ProgressJEditorPane
1764 ProgressJEditorPane(JScrollPane scroll) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java133 JScrollPane scroll = new JScrollPane();
134 detailsTextArea = UIFactory.makeProgressPane(scroll);
151 scroll.setViewportView(detailsTextArea);
153 scroll.setBorder(UIFactory.TEXT_AREA_BORDER);
154 scroll.setWheelScrollingEnabled(true);
159 panel.add(scroll, gbc);
H A DUIFactory.java1148 * Returns a JEditorPane that works with the provided scroll.
1150 * @param scroll the scroll that will contain the JEditorPane.
1151 * @return a JEditorPane that works with the provided scroll.
1153 public static JEditorPane makeProgressPane(JScrollPane scroll) argument
1155 return new ProgressJEditorPane(scroll);
1214 * Returns a JScrollPane that contains the provided component. The scroll
1216 * @param comp the component contained in the scroll pane.
1217 * @return a JScrollPane that contains the provided component. The scroll
1222 JScrollPane scroll
1237 setScrollIncrementUnit(JScrollPane scroll) argument
1755 private JScrollPane scroll; field in class:ProgressJEditorPane
1763 ProgressJEditorPane(JScrollPane scroll) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java134 JScrollPane scroll = new JScrollPane();
135 detailsTextArea = UIFactory.makeProgressPane(scroll);
152 scroll.setViewportView(detailsTextArea);
154 scroll.setBorder(UIFactory.TEXT_AREA_BORDER);
155 scroll.setWheelScrollingEnabled(true);
160 panel.add(scroll, gbc);
H A DUIFactory.java1149 * Returns a JEditorPane that works with the provided scroll.
1151 * @param scroll the scroll that will contain the JEditorPane.
1152 * @return a JEditorPane that works with the provided scroll.
1154 public static JEditorPane makeProgressPane(JScrollPane scroll) argument
1156 return new ProgressJEditorPane(scroll);
1215 * Returns a JScrollPane that contains the provided component. The scroll
1217 * @param comp the component contained in the scroll pane.
1218 * @return a JScrollPane that contains the provided component. The scroll
1223 JScrollPane scroll
1238 setScrollIncrementUnit(JScrollPane scroll) argument
1756 private JScrollPane scroll; field in class:ProgressJEditorPane
1764 ProgressJEditorPane(JScrollPane scroll) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DProgressPanel.java130 JScrollPane scroll = new JScrollPane();
131 detailsTextArea = UIFactory.makeProgressPane(scroll);
148 scroll.setViewportView(detailsTextArea);
150 scroll.setBorder(UIFactory.TEXT_AREA_BORDER);
151 scroll.setWheelScrollingEnabled(true);
156 panel.add(scroll, gbc);
H A DUIFactory.java936 * Returns a JEditorPane that works with the provided scroll.
939 * @param scroll
940 * the scroll that will contain the JEditorPane.
941 * @return a JEditorPane that works with the provided scroll.
943 public static JEditorPane makeProgressPane(JScrollPane scroll) argument
945 return new ProgressJEditorPane(scroll);
1015 * Returns a JScrollPane that contains the provided component. The scroll pane
1019 * the component contained in the scroll pane.
1020 * @return a JScrollPane that contains the provided component. The scroll pane
1025 JScrollPane scroll
1042 setScrollIncrementUnit(JScrollPane scroll) argument
1507 private final JScrollPane scroll; field in class:ProgressJEditorPane
1517 ProgressJEditorPane(JScrollPane scroll) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java65 private JScrollPane scroll; field in class:DBEnvironmentMonitoringPanel
140 scroll = Utilities.createScrollPane(table);
145 add(scroll, gbc);
208 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
218 Utilities.updateScrollMode(scroll, table);

Completed in 307 milliseconds

12345678