Liking cljdoc? Tell your friends :D

javax.swing.ViewportLayout

The default layout manager for JViewport. ViewportLayout defines a policy for layout that should be useful for most applications. The viewport makes its view the same size as the viewport, however it will not make the view smaller than its minimum size. As the viewport grows the view is kept bottom justified until the entire view is visible, subsequently the view is kept top justified.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

The default layout manager for JViewport.
ViewportLayout defines
a policy for layout that should be useful for most applications.
The viewport makes its view the same size as the viewport,
however it will not make the view smaller than its minimum size.
As the viewport grows the view is kept bottom justified until
the entire view is visible, subsequently the view is kept top
justified.

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

->viewport-layoutclj

(->viewport-layout)

Constructor.

Constructor.
raw docstring

add-layout-componentclj

(add-layout-component this name c)

Adds the specified component to the layout. Not used by this class.

name - the name of the component - java.lang.String c - the the component to be added - java.awt.Component

Adds the specified component to the layout. Not used by this class.

name - the name of the component - `java.lang.String`
c - the the component to be added - `java.awt.Component`
raw docstring

layout-containerclj

(layout-container this parent)

Called by the AWT when the specified container needs to be laid out.

parent - the container to lay out - java.awt.Container

throws: java.awt.AWTError - if the target isn't the container specified to the BoxLayout constructor

Called by the AWT when the specified container needs to be laid out.

parent - the container to lay out - `java.awt.Container`

throws: java.awt.AWTError - if the target isn't the container specified to the BoxLayout constructor
raw docstring

minimum-layout-sizeclj

(minimum-layout-size this parent)

Returns the minimum dimensions needed to layout the components contained in the specified target container.

parent - the component which needs to be laid out - java.awt.Container

returns: a Dimension object containing the minimum dimensions - java.awt.Dimension

Returns the minimum dimensions needed to layout the components
 contained in the specified target container.

parent - the component which needs to be laid out - `java.awt.Container`

returns: a Dimension object containing the minimum
          dimensions - `java.awt.Dimension`
raw docstring

preferred-layout-sizeclj

(preferred-layout-size this parent)

Returns the preferred dimensions for this layout given the components in the specified target container.

parent - the component which needs to be laid out - java.awt.Container

returns: a Dimension object containing the preferred dimensions - java.awt.Dimension

Returns the preferred dimensions for this layout given the components
 in the specified target container.

parent - the component which needs to be laid out - `java.awt.Container`

returns: a Dimension object containing the
          preferred dimensions - `java.awt.Dimension`
raw docstring

remove-layout-componentclj

(remove-layout-component this c)

Removes the specified component from the layout. Not used by this class.

c - the component to remove - java.awt.Component

Removes the specified component from the layout. Not used by
 this class.

c - the component to remove - `java.awt.Component`
raw docstring

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

× close