Home
last modified time | relevance | path

Searched refs:setVerticalAlignment (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/api/
H A DOptionsApiPanel.java133 chkEnabled.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkEnabled()
143 chkUiEnabled.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkUiEnabled()
153 chkSecureOnly.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkSecureOnly()
163 disableKey.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getDisableKey()
190 enableJSONP.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getEnableJSONP()
200 reportPermErrors.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getReportPermErrors()
210 noKeyForSafeOps.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getNoKeyForSafeOps()
220 incErrorDetails.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getIncErrorDetails()
230 autofillKey.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getAutofillKey()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/genebuilder/ortholog/
H A DSimilarityTable.java490 evalue.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
493 length.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
496 ungappedId.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
499 queryCoord.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
502 subjCoord.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
505 score.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
508 overlap.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
511 method.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
518 hit.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
521 hit_dbxref.setVerticalAlignment(SwingConstants.TOP); in SimilarityRenderer()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/html/simpleparser/
H A DIncCell.java87 cell.setVerticalAlignment(Element.ALIGN_MIDDLE); in IncCell()
90 cell.setVerticalAlignment(Element.ALIGN_TOP); in IncCell()
92 cell.setVerticalAlignment(Element.ALIGN_BOTTOM); in IncCell()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/autoupdate/
H A DOptionsCheckForUpdatesPanel.java185 chkCheckOnStart.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkCheckOnStart()
203 chkDownloadNewRelease.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkDownloadNewRelease()
218 chkCheckAddonUpdates.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkCheckAddonUpdates()
236 chkInstallAddonUpdates.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkInstallAddonUpdates()
247 chkInstallScannerRules.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkInstallScannerRules()
258 chkReportReleaseAddons.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkReportReleaseAddons()
276 chkReportBetaAddons.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkReportBetaAddons()
294 chkReportAlphaAddons.setVerticalAlignment(javax.swing.SwingConstants.TOP); in getChkReportAlphaAddons()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/history/view/
H A DShelf.java79 left_.setVerticalAlignment(HorizontalPanel.ALIGN_MIDDLE); in Shelf()
80 right_.setVerticalAlignment(HorizontalPanel.ALIGN_MIDDLE); in Shelf()
98 right_.setVerticalAlignment(alignment); in setRightVerticalAlignment()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Overlay/src/
H A DOgreOverlayElementCommands.cpp197 static_cast<OverlayElement*>(target)->setVerticalAlignment(GVA_TOP); in doSet()
201 static_cast<OverlayElement*>(target)->setVerticalAlignment(GVA_BOTTOM); in doSet()
205 static_cast<OverlayElement*>(target)->setVerticalAlignment(GVA_CENTER); in doSet()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Overlay/src/
H A DOgreOverlayElementCommands.cpp197 static_cast<OverlayElement*>(target)->setVerticalAlignment(GVA_TOP); in doSet()
201 static_cast<OverlayElement*>(target)->setVerticalAlignment(GVA_BOTTOM); in doSet()
205 static_cast<OverlayElement*>(target)->setVerticalAlignment(GVA_CENTER); in doSet()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3stylesheet/
H A Dtst_q3stylesheet.cpp98 … obj1->setVerticalAlignment(Q3StyleSheetItem::VerticalAlignment(Q3StyleSheetItem::VAlignBaseline)); in getSetCheck()
100 obj1->setVerticalAlignment(Q3StyleSheetItem::VerticalAlignment(Q3StyleSheetItem::VAlignSub)); in getSetCheck()
102 obj1->setVerticalAlignment(Q3StyleSheetItem::VerticalAlignment(Q3StyleSheetItem::VAlignSuper)); in getSetCheck()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/title/
H A DTitleTest.java78 t1.setVerticalAlignment(VerticalAlignment.BOTTOM); in testEquals()
80 t2.setVerticalAlignment(VerticalAlignment.BOTTOM); in testEquals()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DSimpleCell.java176 cell.setVerticalAlignment(verticalAlignment); in createCell()
205 cell.setVerticalAlignment(rowAttributes.verticalAlignment); in createPdfPCell()
213 cell.setVerticalAlignment(verticalAlignment); in createPdfPCell()
442 public void setVerticalAlignment(int verticalAlignment) { in setVerticalAlignment() method in SimpleCell
H A DCell.java300 public void setVerticalAlignment(int value) { in setVerticalAlignment() method in Cell
309 public void setVerticalAlignment(String alignment) { in setVerticalAlignment() method in Cell
310 setVerticalAlignment(ElementTags.alignmentValue(alignment)); in setVerticalAlignment()
732 cell.setVerticalAlignment(verticalAlignment); in createPdfPCell()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/uidisplaytree/
H A DScilabUiDisplayTree.java222 public void setVerticalAlignment(String alignment) { in setVerticalAlignment() method in ScilabUiDisplayTree
223 ScilabBridge.setVerticalAlignment(this, alignment); in setVerticalAlignment()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/textbox/
H A DScilabTextBox.java225 public void setVerticalAlignment(String alignment) { in setVerticalAlignment() method in ScilabTextBox
226 ScilabBridge.setVerticalAlignment(this, alignment); in setVerticalAlignment()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/contextmenu/
H A DScilabContextMenu.java237 public void setVerticalAlignment(String alignment) { in setVerticalAlignment() method in ScilabContextMenu
238 ScilabBridge.setVerticalAlignment(this, alignment); in setVerticalAlignment()
H A DScilabContextMenuBridge.java201 public static void setVerticalAlignment(ContextMenu contextMenu, String alignment) { in setVerticalAlignment() method in ScilabContextMenuBridge
202 contextMenu.getAsSimpleContextMenu().setVerticalAlignment(alignment); in setVerticalAlignment()
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/ui/
H A DCredentialPromptDialog.java73 promptLabel.setVerticalAlignment(SwingConstants.CENTER); in CredentialPromptDialog()
82 passwordLabel.setVerticalAlignment(SwingConstants.CENTER); in CredentialPromptDialog()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/tooltip/
H A DToolTipDemo.java116 background.setVerticalAlignment(JLabel.TOP); in Toolbox()
156 region.setVerticalAlignment(JLabel.CENTER); in createToolTipRegion()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/tooltip/
H A DToolTipDemo.java116 background.setVerticalAlignment(JLabel.TOP); in Toolbox()
156 region.setVerticalAlignment(JLabel.CENTER); in createToolTipRegion()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/tooltip/
H A DToolTipDemo.java116 background.setVerticalAlignment(JLabel.TOP); in Toolbox()
156 region.setVerticalAlignment(JLabel.CENTER); in createToolTipRegion()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/tooltip/
H A DToolTipDemo.java116 background.setVerticalAlignment(JLabel.TOP); in Toolbox()
156 region.setVerticalAlignment(JLabel.CENTER); in createToolTipRegion()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickimage_p.h68 …Q_PROPERTY(VAlignment verticalAlignment READ verticalAlignment WRITE setVerticalAlignment NOTIFY v…
102 void setVerticalAlignment(VAlignment align);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickimage_p.h68 …Q_PROPERTY(VAlignment verticalAlignment READ verticalAlignment WRITE setVerticalAlignment NOTIFY v…
102 void setVerticalAlignment(VAlignment align);
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/checkboxmenuitem/
H A DScilabCheckBoxMenuItem.java236 public void setVerticalAlignment(String alignment) { in setVerticalAlignment() method in ScilabCheckBoxMenuItem
237 ScilabBridge.setVerticalAlignment(this, alignment); in setVerticalAlignment()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/
H A DScilabMenuItem.java235 public void setVerticalAlignment(String alignment) { in setVerticalAlignment() method in ScilabMenuItem
236 ScilabBridge.setVerticalAlignment(this, alignment); in setVerticalAlignment()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/tooltip/
H A DToolTipDemo.java116 background.setVerticalAlignment(JLabel.TOP); in Toolbox()
156 region.setVerticalAlignment(JLabel.CENTER); in createToolTipRegion()

12345678910>>...32