|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.BoxLayout
org.montsuqi.widgets.GtkBoxLayout
public class GtkBoxLayout
A layout manager that simulates Gtk+'s Box.
| Field Summary | |
|---|---|
(package private) int |
axis
|
| Fields inherited from class javax.swing.BoxLayout |
|---|
LINE_AXIS, PAGE_AXIS, X_AXIS, Y_AXIS |
| Constructor Summary | |
|---|---|
GtkBoxLayout(java.awt.Container target,
int axis)
|
|
| Method Summary | |
|---|---|
void |
layoutContainer(java.awt.Container target)
|
| Methods inherited from class javax.swing.BoxLayout |
|---|
addLayoutComponent, addLayoutComponent, getAxis, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int axis
| Constructor Detail |
|---|
public GtkBoxLayout(java.awt.Container target,
int axis)
| Method Detail |
|---|
public void layoutContainer(java.awt.Container target)
layoutContainer in interface java.awt.LayoutManagerlayoutContainer in class javax.swing.BoxLayout
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||