|
SWT LPEX v3.0.5 |
|||||||||||
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, an optional compare area, and several separator lines positioned in-between various components.
LpexView
,
LpexMultiWindow
Field Summary |
---|
Fields inherited from class org.eclipse.swt.widgets.Control |
---|
handle |
Constructor Summary | |
---|---|
LpexWindow(Composite parent)
Constructs a window for displaying an LPEX view. |
|
LpexWindow(Composite parent,
int swtStyles)
Constructs a window for displaying an LPEX view. |
Method Summary | |
---|---|
Composite |
commandLine()
Returns the command line. |
Composite |
compareLine()
Returns the compare line, or null if none was created yet. |
protected Layout |
createLayoutManager()
Creates the layout manager for this LPEX window. |
Composite |
formatLine()
Returns the format line. |
LpexView |
getLpexView()
Returns the document view currently associated with this window. |
ScrollBar |
horizontalScrollBar()
Returns the horizontal scrollbar. |
Composite |
messageLine()
Returns the message line. |
Composite |
separator0()
Returns the 1st separator line. |
Composite |
separator1()
Returns the 2nd separator line. |
Composite |
separator2()
Returns the 3rd separator line. |
boolean |
setFocus()
Sets the focus on this LpexWindow. |
Composite |
statusLine()
Returns the status line. |
Composite |
textWindow()
Returns the client portion of the LPEX window (the edit area). |
Composite |
titleLine()
Returns the title line. |
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.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(Composite parent)
public LpexWindow(Composite parent, int swtStyles)
Method Detail |
public Composite titleLine()
public Composite statusLine()
public Composite separator0()
public Composite formatLine()
public Composite separator1()
public Composite textWindow()
public ScrollBar horizontalScrollBar()
public ScrollBar verticalScrollBar()
public Composite separator2()
public Composite messageLine()
public Composite commandLine()
public Composite compareLine()
null
if none was created yet.
protected Layout createLayoutManager()
public LpexView view()
public LpexView getLpexView()
public boolean setFocus()
|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |