net.sf.jmp3renamer.gui
Class VerticalFlowLayout
java.lang.Object
   net.sf.jmp3renamer.gui.VerticalFlowLayout
net.sf.jmp3renamer.gui.VerticalFlowLayout
- All Implemented Interfaces: 
- LayoutManager
- public class VerticalFlowLayout 
- extends Object- implements LayoutManager
| Field Summary | 
| private  int | hgap
 | 
| private  int | vgap
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
vgap
private int vgap
hgap
private int hgap
VerticalFlowLayout
public VerticalFlowLayout()
VerticalFlowLayout
public VerticalFlowLayout(int vgap)
VerticalFlowLayout
public VerticalFlowLayout(int vgap,
                          int hgap)
addLayoutComponent
public void addLayoutComponent(String name,
                               Component comp)
- 
- Specified by:
- addLayoutComponentin interface- LayoutManager
 
- 
 
layoutContainer
public void layoutContainer(Container parent)
- 
- Specified by:
- layoutContainerin interface- LayoutManager
 
- 
 
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- 
- Specified by:
- minimumLayoutSizein interface- LayoutManager
 
- 
 
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- 
- Specified by:
- preferredLayoutSizein interface- LayoutManager
 
- 
 
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- 
- Specified by:
- removeLayoutComponentin interface- LayoutManager
 
-