|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LpexWindow | |
---|---|
com.ibm.lpex.alef | This package provides advanced line-oriented editing functions for Eclipse technology plug-ins. |
com.ibm.lpex.core | This package provides the base implementation of the LPEX editor widget. |
Uses of LpexWindow in com.ibm.lpex.alef |
---|
Methods in com.ibm.lpex.alef that return LpexWindow | |
LpexWindow | LpexTextViewer.getLpexWindow()
Retrieve the window of the underlying LPEX text widget that has the focus, or else the primary window. |
LpexWindow | LpexTextViewer.getFirstLpexWindow()
Retrieve the primary window of the underlying LPEX text widget. |
LpexWindow | LpexAbstractTextEditor.getLpexWindow()
Convenience method to retrieve the active window of the underlying LPEX text widget, or otherwise the primary window. |
LpexWindow | LpexAbstractTextEditor.getFirstLpexWindow()
Convenience method to retrieve the primary window of the underlying LPEX text widget. |
Methods in com.ibm.lpex.alef with parameters of type LpexWindow | |
protected int | LpexTextViewer.getAverageCharWidth(LpexWindow lpexWindow)
Return the average character width in the specified text window of this viewer's widget. |
Uses of LpexWindow in com.ibm.lpex.core |
---|
Methods in com.ibm.lpex.core that return LpexWindow | |
LpexWindow | LpexMultiWindow.newWindow(LpexView lpexView,
int style)
Creates a new window for the given document view. |
LpexWindow | LpexMultiWindow.getFirstWindow()
Returns the first window. |
LpexWindow | LpexMultiWindow.getWindow()
Returns the window that has the input focus, if any, otherwise the first window. |
LpexWindow[] | LpexMultiWindow.getWindows()
Returns an array of the windows currently managed by this multiwindow. |
LpexWindow | LpexView.window()
Returns the LPEX window currently associated with this view. |
Methods in com.ibm.lpex.core with parameters of type LpexWindow | |
protected void | LpexMultiWindow.activeWindowChanged(LpexWindow lpexWindow)
Notification for a change in the active window. |
void | LpexMultiWindow.closeWindow(LpexWindow lpexWindow)
Convenience method to close the specified window and dispose of its associated view, if any. |
void | LpexView.setWindow(LpexWindow lpexWindow)
Use this method to associate an LPEX window with this document view. |
|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |