net.java.sip.communicator.impl.gui.main.call
Class FullScreenLayout
java.lang.Object
net.java.sip.communicator.impl.gui.main.call.FullScreenLayout
- All Implemented Interfaces:
- LayoutManager
public class FullScreenLayout
- extends Object
- implements LayoutManager
- Author:
- Lubomir Marinov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CENTER
public static final String CENTER
- See Also:
- Constant Field Values
SOUTH
public static final String SOUTH
- See Also:
- Constant Field Values
FullScreenLayout
public FullScreenLayout(boolean overlay)
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent in interface LayoutManager
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize in interface LayoutManager
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent in interface LayoutManager
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.