|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.util.ColumnLayout
public class ColumnLayout
Mehrspalten-Layout.
| Constructor Summary | |
|---|---|
ColumnLayout(org.eclipse.swt.widgets.Composite parent,
int columns)
ct. |
|
ColumnLayout(org.eclipse.swt.widgets.Composite parent,
int columns,
boolean fullSize)
ct. |
|
| Method Summary | |
|---|---|
void |
add(Part part)
Fuegt ein neues Child-Part hinzu. |
org.eclipse.swt.widgets.Composite |
getComposite()
Liefert das Zweispalten-Composite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnLayout(org.eclipse.swt.widgets.Composite parent,
int columns)
parent - das Parent.columns - Anzahl der Spalten.
public ColumnLayout(org.eclipse.swt.widgets.Composite parent,
int columns,
boolean fullSize)
parent - das Parent.columns - Anzahl der Spalten.fullSize - true, wenn es voelle Hoehe haben soll.| Method Detail |
|---|
public org.eclipse.swt.widgets.Composite getComposite()
public void add(Part part)
throws java.rmi.RemoteException
part -
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||