DESY ACOP Beans Home
com.cosylab.gui.components.wheelswitch
Class UpDownLayout
java.lang.Object
com.cosylab.gui.components.wheelswitch.UpDownLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
public class UpDownLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
Implementation of java.awt.LayoutManager
to be used for
UpDownButton
layout.
- Version:
- $id$
- Author:
- Jernej Kamenik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpDownLayout
public UpDownLayout()
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
- Specified by:
addLayoutComponent
in interface java.awt.LayoutManager
- See Also:
LayoutManager.addLayoutComponent(String, Component)
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
- Specified by:
removeLayoutComponent
in interface java.awt.LayoutManager
- See Also:
LayoutManager.removeLayoutComponent(Component)
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
- Specified by:
preferredLayoutSize
in interface java.awt.LayoutManager
- See Also:
LayoutManager.preferredLayoutSize(Container)
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
- Specified by:
minimumLayoutSize
in interface java.awt.LayoutManager
- See Also:
LayoutManager.minimumLayoutSize(Container)
layoutContainer
public void layoutContainer(java.awt.Container parent)
- Specified by:
layoutContainer
in interface java.awt.LayoutManager
- See Also:
LayoutManager.layoutContainer(Container)
Copyright © 2010. All Rights Reserved.