Liking cljdoc? Tell your friends :D

seesaw.action

Functions for dealing with Swing Actions. Prefer (seesaw.core/action).

Functions for dealing with Swing Actions. Prefer (seesaw.core/action).
raw docstring

seesaw.applet

Macros and functions that make creating an applet with Seesaw a little less painful.

Macros and functions that make creating an applet with Seesaw a
little less painful.
raw docstring

seesaw.behave

A collection of basic behaviors that can be dynamically added to widgets. Most cover basic functionality that's missing from Swing or just a pain to implement.

A collection of basic behaviors that can be dynamically added to
widgets. Most cover basic functionality that's missing from Swing
or just a pain to implement.
raw docstring

seesaw.bind

Functions for binding the value of one thing to another, for example synchronizing an atom with changes to a slider.

Functions for binding the value of one thing to another, for example
synchronizing an atom with changes to a slider.
raw docstring

seesaw.border

Functions for creating widget borders.

Functions for creating widget borders.
raw docstring

seesaw.cells

Functions for implementing custom cell renderers. Note that on many core functions (listbox, tree, combobox, etc) a render function can be given directly to the :renderer option.

Functions for implementing custom cell renderers. Note that on
many core functions (listbox, tree, combobox, etc) a render function
can be given directly to the :renderer option.
raw docstring

seesaw.chooser

File chooser and other common dialogs.

File chooser and other common dialogs.
raw docstring

seesaw.color

Functions for creating Swing colors. Note that these are implicit in the core color options.

Functions for creating Swing colors. Note that these are implicit
in the core color options.
raw docstring

seesaw.config

Functions for configuring widgets. Prefer (seesaw.core/config) and friends.

Functions for configuring widgets. Prefer (seesaw.core/config) and friends.
raw docstring

seesaw.core

Core functions and macros for Seesaw. Although there are many more Seesaw namespaces, usually what you want is in here. Most functions in other namespaces have a core wrapper which adds additional capability or makes them easier to use.

Core functions and macros for Seesaw. Although there are many more
Seesaw namespaces, usually what you want is in here. Most functions
in other namespaces have a core wrapper which adds additional
capability or makes them easier to use.
raw docstring

seesaw.cursor

Functions for creating Swing cursors.

Functions for creating Swing cursors.
raw docstring

seesaw.dev

Functions to aid development of Seesaw apps.

Functions to aid development of Seesaw apps.
raw docstring

seesaw.event

Functions for handling events. Do not use these functions directly. Use (seesaw.core/listen) instead.

Functions for handling events. Do not use these functions directly.
Use (seesaw.core/listen) instead.
raw docstring

seesaw.font

Functions for handling fonts. Note that most core widget functions use these implicitly through the :font option.

Functions for handling fonts. Note that most core widget functions
use these implicitly through the :font option.
raw docstring

seesaw.icon

Functions for loading and creating icons.

Functions for loading and creating icons.
raw docstring

seesaw.keymap

Functions for mapping key strokes to actions.

Functions for mapping key strokes to actions.
raw docstring

seesaw.meta

Functions for associating metadata with frames and widgets, etc.

Functions for associating metadata with frames and widgets, etc.
raw docstring

seesaw.mig

MigLayout support for Seesaw

MigLayout support for Seesaw
raw docstring

seesaw.mouse

Functions for dealing with the mouse.

Functions for dealing with the mouse.
raw docstring

seesaw.rsyntax

Support for RSyntaxTextArea: http://fifesoft.com/rsyntaxtextarea/index.php

Support for RSyntaxTextArea: http://fifesoft.com/rsyntaxtextarea/index.php
raw docstring

seesaw.scroll

Functions for dealing with scrolling. Prefer (seesaw.core/scroll!).

Functions for dealing with scrolling. Prefer (seesaw.core/scroll!).
raw docstring

seesaw.selector

Seesaw selector support, based largely upon enlive-html. https://github.com/cgrand/enlive

There's no need to ever directly require this namespace. Use (seesaw.core/select)!

Seesaw selector support, based largely upon enlive-html.
https://github.com/cgrand/enlive

There's no need to ever directly require this namespace. Use (seesaw.core/select)!
raw docstring

seesaw.style

Functions for styling apps. Prefer (seesaw.core/stylesheet) and friends.

Functions for styling apps. Prefer (seesaw.core/stylesheet) and friends.
raw docstring

seesaw.value

Functions for dealing with widget value. Prefer (seesaw.core/value).

Functions for dealing with widget value. Prefer (seesaw.core/value).
raw docstring

seesaw.widget-options

Functions and protocol for dealing with widget options.

Functions and protocol for dealing with widget options.
raw docstring

seesaw.widgets.rounded-label

Function to create a label with a rounded border and background.

Function to create a label with a rounded border and background.
raw docstring

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

× close