|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.util.Container
de.willuhn.jameica.gui.util.SimpleContainer
public class SimpleContainer
Simpelste Version eines Containers ohne Rahmen und Titel.
| Constructor Summary | |
|---|---|
SimpleContainer(org.eclipse.swt.widgets.Composite parent)
ct. |
|
SimpleContainer(org.eclipse.swt.widgets.Composite parent,
boolean fullSize)
ct. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Composite |
getComposite()
Liefert das Composite, in das die Label-Paare, Checkboxen und so weiter gezeichnet werden. |
| Methods inherited from class de.willuhn.jameica.gui.util.Container |
|---|
addCheckbox, addHeadline, addInput, addLabelPair, addLabelPair, addPart, addSeparator, addText, addText, createButtonArea, isFullSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleContainer(org.eclipse.swt.widgets.Composite parent)
parent - Das Composite, in dem das Composite gemalt werden soll.
public SimpleContainer(org.eclipse.swt.widgets.Composite parent,
boolean fullSize)
parent - Das Composite, in dem die Group gemalt werden soll.fullSize - true, wenn es voelle Hoehe haben soll.| Method Detail |
|---|
public org.eclipse.swt.widgets.Composite getComposite()
Container
getComposite in class ContainerContainer.getComposite()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||