Searched defs:scroll (Results 1 - 25 of 61) sorted by relevance

123

/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/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/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/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.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/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-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/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-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/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/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-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);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java64 private JScrollPane scroll; field in class:DBEnvironmentMonitoringPanel
139 scroll = Utilities.createScrollPane(table);
144 add(scroll, gbc);
207 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
217 Utilities.updateScrollMode(scroll, table);
/forgerock/opendj2.6.2/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);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java64 private JScrollPane scroll; field in class:DBEnvironmentMonitoringPanel
139 scroll = Utilities.createScrollPane(table);
144 add(scroll, gbc);
207 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
217 Utilities.updateScrollMode(scroll, table);
/forgerock/opendj2-jel-hg/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);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DDatabaseMonitoringPanel.java63 private JScrollPane scroll; field in class:DatabaseMonitoringPanel
134 scroll = Utilities.createScrollPane(table);
139 add(scroll, gbc);
197 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
207 Utilities.updateScrollMode(scroll, table);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java75 private JScrollPane scroll; field in class:RemoteReplicationPortsPanel
195 scroll = UIFactory.createBorderLessScrollBar(fieldsPanel);
197 panel.add(scroll, gbc);
H A DSuffixesToReplicatePanel.java84 private JScrollPane scroll; field in class:SuffixesToReplicatePanel
162 scroll = UIFactory.createBorderLessScrollBar(checkBoxPanel);
164 panel.add(scroll, gbc);
264 scroll.setVisible(display);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java76 private JScrollPane scroll; field in class:RemoteReplicationPortsPanel
196 scroll = UIFactory.createBorderLessScrollBar(fieldsPanel);
198 panel.add(scroll, gbc);
H A DSuffixesToReplicatePanel.java86 private JScrollPane scroll; field in class:SuffixesToReplicatePanel
164 scroll = UIFactory.createBorderLessScrollBar(checkBoxPanel);
166 panel.add(scroll, gbc);
268 scroll.setVisible(display);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java76 private JScrollPane scroll; field in class:RemoteReplicationPortsPanel
196 scroll = UIFactory.createBorderLessScrollBar(fieldsPanel);
198 panel.add(scroll, gbc);
H A DSuffixesToReplicatePanel.java86 private JScrollPane scroll; field in class:SuffixesToReplicatePanel
164 scroll = UIFactory.createBorderLessScrollBar(checkBoxPanel);
166 panel.add(scroll, gbc);
268 scroll.setVisible(display);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java75 private JScrollPane scroll; field in class:RemoteReplicationPortsPanel
195 scroll = UIFactory.createBorderLessScrollBar(fieldsPanel);
197 panel.add(scroll, gbc);

Completed in 48 milliseconds

123