|
LPEX 3.6.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectComposite
com.ibm.lpex.core.LpexWindow
public class 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
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. |
boolean |
getForceNoScrollBars()
Returns the enablement of scroll bars display. |
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. |
void |
setForceNoScrollBars(boolean forceNoScrollBars)
Disables the display of scroll bars. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.
public void setForceNoScrollBars(boolean forceNoScrollBars)
public boolean getForceNoScrollBars()
setForceNoScrollBars(boolean)
protected Layout createLayoutManager()
public LpexView getLpexView()
null
if nonepublic boolean setFocus()
|
LPEX 3.6.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |