Uses of Class
org.fuin.utils4swing.layout.scalable.AbstractScalableLayout

Packages that use AbstractScalableLayout
org.fuin.utils4swing.layout.scalable A layout manager that resizes the content along to a given factor. 
 

Uses of AbstractScalableLayout in org.fuin.utils4swing.layout.scalable
 

Subclasses of AbstractScalableLayout in org.fuin.utils4swing.layout.scalable
 class DefaultScalableLayout
          A layout manager that resizes the content along to a given factor.
 class DefaultScalableLayout2
          A layout manager that resizes the content along to a given factor.
 class ScalableBorderLayout
          A layout manager that resizes the content along to a given factor.
 class ScalableLayout
          A layout manager that resizes the content along to a given factor.
 class ScalableLayout2
          A layout manager that resizes the content along to a given factor.
 

Methods in org.fuin.utils4swing.layout.scalable that return AbstractScalableLayout
 AbstractScalableLayout ScalableLayoutRegistry.getScalableLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Returns a scalable replacement for the original layout manager.
 AbstractScalableLayout DefaultScalableLayoutRegistry.getScalableLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Returns a scalable replacement for the original layout manager.
 

Methods in org.fuin.utils4swing.layout.scalable with parameters of type AbstractScalableLayout
static void ScalableLayoutUtils.installScaleKeys(javax.swing.RootPaneContainer rootPaneContainer, AbstractScalableLayout layout, double step)
          Install two key strokes (CTRL+ and CTRL-) for scaling the layout up and down on the content pane of the root pane container.
 



Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.