Home
last modified time | relevance | path

Searched refs:progressBar (Results 26 – 50 of 1760) sorted by relevance

12345678910>>...71

/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/Widgets/
H A DProgressInfoWidget.cpp47 ui->progressBar->setRange(0, 100); in ProgressInfoWidget()
115 layout()->addWidget(ui->progressBar); in startFilterThreadAnimationAndShow()
121 ui->progressBar->setRange(0, 100); in startFilterThreadAnimationAndShow()
122 ui->progressBar->setValue(0); in startFilterThreadAnimationAndShow()
139 layout()->addWidget(ui->progressBar); in startFiltersUpdateAnimationAndShow()
162 ui->progressBar->setRange(0, 0); in showBusyIndicator()
179 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in updateThreadInformation()
181 ui->progressBar->setValue(value); in updateThreadInformation()
223 int value = ui->progressBar->value(); in updateUpdateProgression()
228 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in updateUpdateProgression()
[all …]
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/
H A DSkinProgressBarUI.java96 Insets b = progressBar.getInsets(); in paint()
106 if (progressBar.isStringPainted()) { in paint()
118 progressBar.setBorder(null); in installDefaults()
119 progressBar.setOpaque(true); in installDefaults()
120 progressBar.setBorderPainted(false); in installDefaults()
121 progressBar.setMinimumSize(skin.getProgress().getMinimumSize(progressBar)); in installDefaults()
139 if (progressBar.isIndeterminate()) { in installUI()
140 progressBar.setIndeterminate(false); in installUI()
141 progressBar.setIndeterminate(true); in installUI()
151 progressBar.setOpaque(true); in uninstallDefaults()
[all …]
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/Widgets/
H A DProgressInfoWidget.cpp50 ui->progressBar->setRange(0, 100); in ProgressInfoWidget()
118 layout()->addWidget(ui->progressBar); in startFilterThreadAnimationAndShow()
124 ui->progressBar->setRange(0, 100); in startFilterThreadAnimationAndShow()
125 ui->progressBar->setValue(0); in startFilterThreadAnimationAndShow()
142 layout()->addWidget(ui->progressBar); in startFiltersUpdateAnimationAndShow()
165 ui->progressBar->setRange(0, 0); in showBusyIndicator()
182 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in updateThreadInformation()
184 ui->progressBar->setValue(value); in updateThreadInformation()
226 int value = ui->progressBar->value(); in updateUpdateProgression()
231 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in updateUpdateProgression()
[all …]
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/Widgets/
H A DProgressInfoWidget.cpp50 ui->progressBar->setRange(0, 100); in ProgressInfoWidget()
118 layout()->addWidget(ui->progressBar); in startFilterThreadAnimationAndShow()
124 ui->progressBar->setRange(0, 100); in startFilterThreadAnimationAndShow()
125 ui->progressBar->setValue(0); in startFilterThreadAnimationAndShow()
142 layout()->addWidget(ui->progressBar); in startFiltersUpdateAnimationAndShow()
165 ui->progressBar->setRange(0, 0); in showBusyIndicator()
182 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in updateThreadInformation()
184 ui->progressBar->setValue(value); in updateThreadInformation()
226 int value = ui->progressBar->value(); in updateUpdateProgression()
231 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in updateUpdateProgression()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java65 progressBar.setBorder(null); in installDefaults()
82 FontMetrics metrics = progressBar. in getBaseline()
84 int y = progressBar.getInsets().top; in getBaseline()
85 if (progressBar.isIndeterminate()) { in getBaseline()
127 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
134 if (progressBar.isStringPainted()) { in paintDeterminate()
222 progressBar.repaint(chunk); in setAnimationIndex()
224 progressBar.repaint(); in setAnimationIndex()
296 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
309 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java65 progressBar.setBorder(null); in installDefaults()
82 FontMetrics metrics = progressBar. in getBaseline()
84 int y = progressBar.getInsets().top; in getBaseline()
85 if (progressBar.isIndeterminate()) { in getBaseline()
127 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
134 if (progressBar.isStringPainted()) { in paintDeterminate()
222 progressBar.repaint(chunk); in setAnimationIndex()
224 progressBar.repaint(); in setAnimationIndex()
296 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
309 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java65 progressBar.setBorder(null); in installDefaults()
82 FontMetrics metrics = progressBar. in getBaseline()
84 int y = progressBar.getInsets().top; in getBaseline()
85 if (progressBar.isIndeterminate()) { in getBaseline()
127 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
134 if (progressBar.isStringPainted()) { in paintDeterminate()
222 progressBar.repaint(chunk); in setAnimationIndex()
224 progressBar.repaint(); in setAnimationIndex()
296 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
309 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java65 progressBar.setBorder(null); in installDefaults()
82 FontMetrics metrics = progressBar. in getBaseline()
84 int y = progressBar.getInsets().top; in getBaseline()
85 if (progressBar.isIndeterminate()) { in getBaseline()
127 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
134 if (progressBar.isStringPainted()) { in paintDeterminate()
222 progressBar.repaint(chunk); in setAnimationIndex()
224 progressBar.repaint(); in setAnimationIndex()
296 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
309 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java65 progressBar.setBorder(null); in installDefaults()
82 FontMetrics metrics = progressBar. in getBaseline()
84 int y = progressBar.getInsets().top; in getBaseline()
85 if (progressBar.isIndeterminate()) { in getBaseline()
127 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
134 if (progressBar.isStringPainted()) { in paintDeterminate()
222 progressBar.repaint(chunk); in setAnimationIndex()
224 progressBar.repaint(); in setAnimationIndex()
296 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
309 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java65 progressBar.setBorder(null); in installDefaults()
82 FontMetrics metrics = progressBar. in getBaseline()
84 int y = progressBar.getInsets().top; in getBaseline()
85 if (progressBar.isIndeterminate()) { in getBaseline()
127 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
134 if (progressBar.isStringPainted()) { in paintDeterminate()
222 progressBar.repaint(chunk); in setAnimationIndex()
224 progressBar.repaint(); in setAnimationIndex()
296 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
309 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java65 progressBar.setBorder(null); in installDefaults()
82 FontMetrics metrics = progressBar. in getBaseline()
84 int y = progressBar.getInsets().top; in getBaseline()
85 if (progressBar.isIndeterminate()) { in getBaseline()
127 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
134 if (progressBar.isStringPainted()) { in paintDeterminate()
222 progressBar.repaint(chunk); in setAnimationIndex()
224 progressBar.repaint(); in setAnimationIndex()
296 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
309 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java65 progressBar.setBorder(null); in installDefaults()
82 FontMetrics metrics = progressBar. in getBaseline()
84 int y = progressBar.getInsets().top; in getBaseline()
85 if (progressBar.isIndeterminate()) { in getBaseline()
127 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
134 if (progressBar.isStringPainted()) { in paintDeterminate()
222 progressBar.repaint(chunk); in setAnimationIndex()
224 progressBar.repaint(); in setAnimationIndex()
296 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
309 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java93 progressBar.repaint(); in stateChanged()
119 progressBar.repaint(); in propertyChange()
173 protected JProgressBar progressBar; field in BasicProgressBarUI
483 progressBar.repaint(); in incrementAnimationIndex()
578 if (progressBar.isStringPainted() && !progressBar.getString().equals("")) in paintDeterminate()
610 if (progressBar.isStringPainted() && !progressBar.getString().equals("")) in paintIndeterminate()
659 progressBar.repaint(); in setAnimationIndex()
719 progressBar.setOpaque(true); in installDefaults()
748 progressBar.setFont(null); in uninstallDefaults()
799 progressBar = (JProgressBar) c; in installUI()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_widgets_ProgressBar.java35 progressBar = new ProgressBar(shell, 0); in setUp()
36 setWidget(progressBar); in setUp()
43 progressBar = new ProgressBar(null, 0); in test_ConstructorLorg_eclipse_swt_widgets_CompositeI()
51 progressBar = new ProgressBar(shell, style); in test_ConstructorLorg_eclipse_swt_widgets_CompositeI()
71 progressBar.setMaximum(intArray[0]); in test_setMaximumI()
83 progressBar.setMinimum(intArray[0]); in test_setMinimumI()
93 progressBar.setSelection(intArray[0]); in test_setSelectionI()
99 ProgressBar progressBar; field in Test_org_eclipse_swt_widgets_ProgressBar
412 progressBar.setMaximum(100); in setDefaults()
413 progressBar.setMinimum(10); in setDefaults()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java69 progressBar.setBorder(null); in installDefaults()
86 FontMetrics metrics = progressBar. in getBaseline()
88 int y = progressBar.getInsets().top; in getBaseline()
89 if (progressBar.isIndeterminate()) { in getBaseline()
131 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
138 if (progressBar.isStringPainted()) { in paintDeterminate()
226 progressBar.repaint(chunk); in setAnimationIndex()
228 progressBar.repaint(); in setAnimationIndex()
300 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
313 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java69 progressBar.setBorder(null); in installDefaults()
86 FontMetrics metrics = progressBar. in getBaseline()
88 int y = progressBar.getInsets().top; in getBaseline()
89 if (progressBar.isIndeterminate()) { in getBaseline()
131 int barRectWidth = progressBar.getWidth(); in paintDeterminate()
138 if (progressBar.isStringPainted()) { in paintDeterminate()
226 progressBar.repaint(chunk); in setAnimationIndex()
228 progressBar.repaint(); in setAnimationIndex()
300 int barRectWidth = progressBar.getWidth(); in paintIndeterminate()
313 if (progressBar.isStringPainted()) { in paintIndeterminate()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/SwingSet/src/
H A DProgressBarDemoTest.java79 int initialProgress = progressBar.getValue(); in checkStartStop()
81 int maximum = progressBar.getMaximum(); in checkStartStop()
85 progressBar.waitState(new ComponentChooser() { in checkStartStop()
89 int value = progressBar.getValue(); in checkStartStop()
101 progressBar.waitState(new ComponentChooser() { in checkStartStop()
105 int value = progressBar.getValue(); in checkStartStop()
115 int progress = progressBar.getValue(); in checkStartStop()
124 progressBar.waitState(new ComponentChooser() { in checkStartStop()
141 int interimProgress = progressBar.getValue(); in checkStartStop()
160 progressBar.waitValue(progressBar.getMaximum()); in checkCompleteProgress()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/SwingSet/src/
H A DProgressBarDemoTest.java79 int initialProgress = progressBar.getValue(); in checkStartStop()
81 int maximum = progressBar.getMaximum(); in checkStartStop()
85 progressBar.waitState(new ComponentChooser() { in checkStartStop()
89 int value = progressBar.getValue(); in checkStartStop()
101 progressBar.waitState(new ComponentChooser() { in checkStartStop()
105 int value = progressBar.getValue(); in checkStartStop()
115 int progress = progressBar.getValue(); in checkStartStop()
124 progressBar.waitState(new ComponentChooser() { in checkStartStop()
141 int interimProgress = progressBar.getValue(); in checkStartStop()
160 progressBar.waitValue(progressBar.getMaximum()); in checkCompleteProgress()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/SwingSet/src/
H A DProgressBarDemoTest.java79 int initialProgress = progressBar.getValue(); in checkStartStop()
81 int maximum = progressBar.getMaximum(); in checkStartStop()
85 progressBar.waitState(new ComponentChooser() { in checkStartStop()
89 int value = progressBar.getValue(); in checkStartStop()
101 progressBar.waitState(new ComponentChooser() { in checkStartStop()
105 int value = progressBar.getValue(); in checkStartStop()
115 int progress = progressBar.getValue(); in checkStartStop()
124 progressBar.waitState(new ComponentChooser() { in checkStartStop()
141 int interimProgress = progressBar.getValue(); in checkStartStop()
160 progressBar.waitValue(progressBar.getMaximum()); in checkCompleteProgress()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/SwingSet/src/
H A DProgressBarDemoTest.java79 int initialProgress = progressBar.getValue(); in checkStartStop()
81 int maximum = progressBar.getMaximum(); in checkStartStop()
85 progressBar.waitState(new ComponentChooser() { in checkStartStop()
89 int value = progressBar.getValue(); in checkStartStop()
101 progressBar.waitState(new ComponentChooser() { in checkStartStop()
105 int value = progressBar.getValue(); in checkStartStop()
115 int progress = progressBar.getValue(); in checkStartStop()
124 progressBar.waitState(new ComponentChooser() { in checkStartStop()
141 int interimProgress = progressBar.getValue(); in checkStartStop()
160 progressBar.waitValue(progressBar.getMaximum()); in checkCompleteProgress()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/SwingSet/src/
H A DProgressBarDemoTest.java79 int initialProgress = progressBar.getValue(); in checkStartStop()
81 int maximum = progressBar.getMaximum(); in checkStartStop()
85 progressBar.waitState(new ComponentChooser() { in checkStartStop()
89 int value = progressBar.getValue(); in checkStartStop()
101 progressBar.waitState(new ComponentChooser() { in checkStartStop()
105 int value = progressBar.getValue(); in checkStartStop()
115 int progress = progressBar.getValue(); in checkStartStop()
124 progressBar.waitState(new ComponentChooser() { in checkStartStop()
141 int interimProgress = progressBar.getValue(); in checkStartStop()
160 progressBar.waitValue(progressBar.getMaximum()); in checkCompleteProgress()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/SwingSet/src/
H A DProgressBarDemoTest.java79 int initialProgress = progressBar.getValue(); in checkStartStop()
81 int maximum = progressBar.getMaximum(); in checkStartStop()
85 progressBar.waitState(new ComponentChooser() { in checkStartStop()
89 int value = progressBar.getValue(); in checkStartStop()
101 progressBar.waitState(new ComponentChooser() { in checkStartStop()
105 int value = progressBar.getValue(); in checkStartStop()
115 int progress = progressBar.getValue(); in checkStartStop()
124 progressBar.waitState(new ComponentChooser() { in checkStartStop()
141 int interimProgress = progressBar.getValue(); in checkStartStop()
160 progressBar.waitValue(progressBar.getMaximum()); in checkCompleteProgress()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/SwingSet/src/
H A DProgressBarDemoTest.java79 int initialProgress = progressBar.getValue(); in checkStartStop()
81 int maximum = progressBar.getMaximum(); in checkStartStop()
85 progressBar.waitState(new ComponentChooser() { in checkStartStop()
89 int value = progressBar.getValue(); in checkStartStop()
101 progressBar.waitState(new ComponentChooser() { in checkStartStop()
105 int value = progressBar.getValue(); in checkStartStop()
115 int progress = progressBar.getValue(); in checkStartStop()
124 progressBar.waitState(new ComponentChooser() { in checkStartStop()
141 int interimProgress = progressBar.getValue(); in checkStartStop()
160 progressBar.waitValue(progressBar.getMaximum()); in checkCompleteProgress()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/SwingSet/src/
H A DProgressBarDemoTest.java79 int initialProgress = progressBar.getValue(); in checkStartStop()
81 int maximum = progressBar.getMaximum(); in checkStartStop()
85 progressBar.waitState(new ComponentChooser() { in checkStartStop()
89 int value = progressBar.getValue(); in checkStartStop()
101 progressBar.waitState(new ComponentChooser() { in checkStartStop()
105 int value = progressBar.getValue(); in checkStartStop()
115 int progress = progressBar.getValue(); in checkStartStop()
124 progressBar.waitState(new ComponentChooser() { in checkStartStop()
141 int interimProgress = progressBar.getValue(); in checkStartStop()
160 progressBar.waitValue(progressBar.getMaximum()); in checkCompleteProgress()
[all …]
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/util/progress/
H A DProgressBarMonitor.java29 private JProgressBar progressBar; field in ProgressBarMonitor
31 public ProgressBarMonitor( JProgressBar progressBar ) { in ProgressBarMonitor() argument
32 Arguments.assertNotNull( "progressBar", progressBar ); in ProgressBarMonitor()
34 this.progressBar = progressBar; in ProgressBarMonitor()
38 progressBar.setMinimum( minimum ); in start()
39 progressBar.setMaximum( maximum ); in start()
43 progressBar.setValue( value ); in update()
47 progressBar.setValue( progressBar.getMaximum() ); in finish()

12345678910>>...71