DESY ACOP Beans Home

com.cosylab.gui.components.wheelswitch
Class WheelswitchLayout

java.lang.Object
  extended by com.cosylab.gui.components.wheelswitch.WheelswitchLayout
All Implemented Interfaces:
java.awt.LayoutManager

public class WheelswitchLayout
extends java.lang.Object
implements java.awt.LayoutManager

Implementation of java.awt.LayoutManager to be used for the layout of the Wheelswitch component.

Version:
$id$
Author:
Jernej Kamenik

Constructor Summary
WheelswitchLayout()
          Constructor for WheelswitchLayout
 
Method Summary
 void addLayoutComponent(java.lang.String name, java.awt.Component comp)
          Empty implementation.
 void layoutContainer(java.awt.Container parent)
           
 java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
           
 java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
           
 void removeLayoutComponent(java.awt.Component comp)
          Empty implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WheelswitchLayout

public WheelswitchLayout()
Constructor for WheelswitchLayout

Method Detail

addLayoutComponent

public void addLayoutComponent(java.lang.String name,
                               java.awt.Component comp)
Empty implementation.

Specified by:
addLayoutComponent in interface java.awt.LayoutManager
See Also:
LayoutManager.addLayoutComponent(String, Component)

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component comp)
Empty implementation.

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.