|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LySplittableCanvas
This interface defines an object than can be drawn in a canvas splitter.
LyAbstractCanvasSplitterManager
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
drawInSplitter(java.awt.Graphics gc,
int xOffset,
int yOffset)
Draws the canvas in a graphics context. |
java.awt.event.KeyListener[] |
getKeyListeners()
Gets all the key listeners. |
int |
getLeftHeaderWidth()
Gets the left header width. |
java.awt.event.MouseListener[] |
getMouseListeners()
Gets all the mouse listeners. |
java.awt.event.MouseMotionListener[] |
getMouseMotionListeners()
Gets all the mouse motion listeners. |
java.awt.Dimension |
getScrollableSize()
Gets the scrollable size, which is equals to the planning size. |
int |
getTopHeaderHeight()
Gets the top header height. |
void |
setCanvasSplitter(LyAbstractCanvasSplitterManager splitter)
Sets the canvas splitter. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void drawInSplitter(java.awt.Graphics gc, int xOffset, int yOffset)
gc
- the graphical contextxOffset
- the horizontal offset for the splitter drawingyOffset
- the vertical offset for the splitter drawingvoid setCanvasSplitter(LyAbstractCanvasSplitterManager splitter)
splitter
- the splitterjava.awt.Dimension getScrollableSize()
int getTopHeaderHeight()
int getLeftHeaderWidth()
java.awt.event.MouseMotionListener[] getMouseMotionListeners()
java.awt.event.MouseListener[] getMouseListeners()
java.awt.event.KeyListener[] getKeyListeners()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |