Liking cljdoc? Tell your friends :D

javax.swing.plaf.TabbedPaneUI

Pluggable look and feel interface for JTabbedPane.

Pluggable look and feel interface for JTabbedPane.
raw docstring

->tabbed-pane-uiclj

(->tabbed-pane-ui)

Constructor.

Constructor.
raw docstring

get-tab-boundsclj

(get-tab-bounds this pane index)

pane - javax.swing.JTabbedPane index - int

returns: java.awt.Rectangle

pane - `javax.swing.JTabbedPane`
index - `int`

returns: `java.awt.Rectangle`
raw docstring

get-tab-run-countclj

(get-tab-run-count this pane)

pane - javax.swing.JTabbedPane

returns: int

pane - `javax.swing.JTabbedPane`

returns: `int`
raw docstring

tab-for-coordinateclj

(tab-for-coordinate this pane x y)

pane - javax.swing.JTabbedPane x - int y - int

returns: int

pane - `javax.swing.JTabbedPane`
x - `int`
y - `int`

returns: `int`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close