|
SWT LPEX v3.0.0 | |||||||||||
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
com.ibm.lpex.core.LpexWindow
This class manages an LPEX window. LpexWindow is an SWT Composite consisting of the text window (the edit area), a title line, a status line, a format line (horizontal ruler), a message line, a command line, a compare area, and several separator lines positioned in-between various components.
Field Summary |
---|
Fields inherited from class org.eclipse.swt.widgets.Control |
---|
handle |
Constructor Summary | |
---|---|
LpexWindow(org.eclipse.swt.widgets.Composite parent)
Constructs a window for displaying an LPEX view. | |
LpexWindow(org.eclipse.swt.widgets.Composite parent,
int swtStyles)
Constructs a window for displaying an LPEX view. |
Method Summary | |
---|---|
org.eclipse.swt.widgets.Composite | commandLine()
Returns the command line. |
org.eclipse.swt.widgets.Composite | compareLine()
Returns the compare line, or null if none was created yet. |
protected org.eclipse.swt.widgets.Layout | createLayoutManager()
Creates the layout manager for this LPEX window. |
org.eclipse.swt.widgets.Composite | formatLine()
Returns the format line. |
org.eclipse.swt.widgets.ScrollBar | horizontalScrollBar()
Returns the horizontal scrollbar. |
org.eclipse.swt.widgets.Composite | messageLine()
Returns the message line. |
org.eclipse.swt.widgets.Composite | separator0()
Returns the 1st separator line. |
org.eclipse.swt.widgets.Composite | separator1()
Returns the 2nd separator line. |
org.eclipse.swt.widgets.Composite | separator2()
Returns the 3rd separator line. |
boolean | setFocus()
Sets the focus on this LpexWindow. |
org.eclipse.swt.widgets.Composite | statusLine()
Returns the status line. |
org.eclipse.swt.widgets.Composite | textWindow()
Returns the client portion of the LPEX window (the edit area). |
org.eclipse.swt.custom.CLabel | titleLine()
Returns the title line. |
org.eclipse.swt.widgets.ScrollBar | verticalScrollBar()
Returns the vertical scrollbar. |
LpexView | view()
Returns the document view currently associated with this window. |
Methods inherited from class org.eclipse.swt.widgets.Composite |
---|
checkSubclass, computeSize, getChildren, getLayout, getTabList, layout, layout, setLayout, 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, 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, pack, redraw, redraw, removeControlListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removePaintListener, removeTraverseListener, setBackground, setBounds, setBounds, setCapture, setCursor, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setSize, 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 LpexWindow(org.eclipse.swt.widgets.Composite parent)
public LpexWindow(org.eclipse.swt.widgets.Composite parent, int swtStyles)
Method Detail |
public org.eclipse.swt.custom.CLabel titleLine()
public org.eclipse.swt.widgets.Composite statusLine()
public org.eclipse.swt.widgets.Composite separator0()
public org.eclipse.swt.widgets.Composite formatLine()
public org.eclipse.swt.widgets.Composite separator1()
public org.eclipse.swt.widgets.Composite textWindow()
public org.eclipse.swt.widgets.ScrollBar horizontalScrollBar()
public org.eclipse.swt.widgets.ScrollBar verticalScrollBar()
public org.eclipse.swt.widgets.Composite separator2()
public org.eclipse.swt.widgets.Composite messageLine()
public org.eclipse.swt.widgets.Composite commandLine()
public org.eclipse.swt.widgets.Composite compareLine()
protected org.eclipse.swt.widgets.Layout createLayoutManager()
public LpexView view()
public boolean setFocus()
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |