elte.java2_utikalauz5.reflect
Shapes.CanvasLayout osztály
java.lang.Object
elte.java2_utikalauz5.reflect.Shapes.CanvasLayout
- Megvalósított interfészek:
- LayoutManager
- Beágyazó osztály:
- Shapes
- class Shapes.CanvasLayout
- extends Object
- implements LayoutManager
java.lang.Object osztálytól örökölt metódusok |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Konstruktorok részletezése |
Shapes.CanvasLayout
Shapes.CanvasLayout()
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Megvalósítja:
LayoutManager
interfész addLayoutComponent
metódusát
layoutContainer
public void layoutContainer(Container parent)
- Megvalósítja:
LayoutManager
interfész layoutContainer
metódusát
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Megvalósítja:
LayoutManager
interfész minimumLayoutSize
metódusát
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Megvalósítja:
LayoutManager
interfész preferredLayoutSize
metódusát
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Megvalósítja:
LayoutManager
interfész removeLayoutComponent
metódusát