org.fuin.utils4swing.layout.scalable
Class ScalableLayout
java.lang.Object
org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
org.fuin.utils4swing.layout.scalable.ScalableLayout
- All Implemented Interfaces:
- LayoutManager
- Direct Known Subclasses:
- DefaultScalableLayout
public abstract class ScalableLayout
- extends AbstractScalableLayout
A layout manager that resizes the content along to a given factor.
| Methods inherited from class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout |
addLayoutComponent, addScaledComponent, afterComponentsScaled, findScaledComponent, getContainer, getFactor, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setFactor, setFactorRecursive |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScalableLayout
public ScalableLayout(ScalableLayoutRegistry registry,
Container container)
- Constructor with registry and container.
- Parameters:
registry - Registry to use.container - Container this layout should be applied to.
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.