|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
net.xoetrope.swt.XSwtPage
net.xoetrope.swt.XDialog
net.xoetrope.swt.XDialogTable
net.xoetrope.swt.XDialogTableAddItem
public class XDialogTableAddItem
Class which extends XDialogTable for the SWT Tables, and show a dialog to add an item to a table.
| Field Summary |
|---|
| Fields inherited from class net.xoetrope.swt.XDialogTable |
|---|
borders, H_GAP, height, HEIGHT_BUTTON, HEIGHT_FULL, HEIGHT_SPACING, V_GAP, value, width, WIDTH_SPACING, widthLabel, xbs, xes, xet, xls |
| Fields inherited from class net.xoetrope.swt.XDialog |
|---|
CANCEL_CLICKED, CLOSE_CLICKED, closeButtonID, contentPanel, DEFAULT_PADDING, focusComponent, lastReturnValue, NO_CLICKED, NOTHING_CLICKED_YET, OK_CLICKED, padding, returnObject, returnValue, saveOnClose, shell, trueField, WIDTH_BORDER_CENTER |
| Fields inherited from class net.xoetrope.swt.XSwtPage |
|---|
adapter, componentFactory, COOLITEM, pageHelper, pageMgr, project, rootModel |
| Fields inherited from class org.eclipse.swt.widgets.Control |
|---|
handle |
| Constructor Summary | |
|---|---|
XDialogTableAddItem(XEditTable xet,
java.lang.String title)
Creates a new dialogtableadditem. |
|
| Method Summary | |
|---|---|
void |
addItem()
Add an item |
void |
firststep()
Do the first step of the dialog addition |
void |
fourthstep()
Do the fourth step of the dialog edition |
void |
secondstep()
Do the second step of the dialog edition |
void |
thirdstep()
Do the third step of the dialog edition |
| Methods inherited from class net.xoetrope.swt.XDialogTable |
|---|
addButtons, cancel, finalstep, getBorder, getEdit, getLabel, init, resetAll, show |
| Methods inherited from class net.xoetrope.swt.XDialog |
|---|
cancelDlg, checkSubclass, closeDlg, getContentPane, getFocusComponent, getLastReturnValue, getMinimumSize, getPreferredSize, getReturnObject, pack, pageCreated, setBackground, setCaption, setFont, setForeground, setLocation, setModal, setResizable, setSaveOnClose, setSize, setUseNativeHeaders, showDialog, showDialog, showDialog, showModalWindow, SWTtoAWT, wasMouseClicked |
| Methods inherited from class org.eclipse.swt.widgets.Composite |
|---|
changed, computeSize, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
| Methods inherited from class org.eclipse.swt.widgets.Scrollable |
|---|
computeTrim, getClientArea, getHorizontalBar, getVerticalBar |
| Methods inherited from class org.eclipse.swt.widgets.Control |
|---|
addControlListener, addFocusListener, addHelpListener, addKeyListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addPaintListener, addTraverseListener, computeSize, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, redraw, redraw, removeControlListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removePaintListener, removeTraverseListener, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setEnabled, setLayoutData, setLocation, setMenu, setParent, setRedraw, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update |
| Methods inherited from class org.eclipse.swt.widgets.Widget |
|---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XDialogTableAddItem(XEditTable xet,
java.lang.String title)
xet - the tabletitle - the title of the dialog| Method Detail |
|---|
public void firststep()
firststep in class XDialogTablepublic void secondstep()
secondstep in class XDialogTablepublic void thirdstep()
thirdstep in class XDialogTablepublic void fourthstep()
fourthstep in class XDialogTablepublic void addItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||