|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.graph.BasicMarqueeHandler
tico.editor.handler.TBasicMarqueeHandler
tico.editor.handler.TComponentMarqueeHandler
tico.editor.handler.TGridMarqueeHandler
public class TGridMarqueeHandler
Marquee handler which allows to insert, in a boardContainer
board, a new grid
of the selected dimension and which contains
a specified number of gridCell
s rows and columns.
Constructor Summary | |
---|---|
TGridMarqueeHandler(TBoardContainer boardContainer,
java.awt.Dimension dimension)
Creates a new TGridMarqueeHandler for the specified
boardContainer and dimension . |
|
TGridMarqueeHandler(TBoardContainer boardContainer,
int rows,
int columns)
Creates a new TGridMarqueeHandler for the specified
boardContainer , rows and columns . |
Method Summary |
---|
Methods inherited from class tico.editor.handler.TComponentMarqueeHandler |
---|
handleMarqueeEvent, isForceMarqueeEvent |
Methods inherited from class tico.editor.handler.TBasicMarqueeHandler |
---|
mousePressed, mouseReleased |
Methods inherited from class org.jgraph.graph.BasicMarqueeHandler |
---|
getCurrentPoint, getGraphForEvent, getMarqueeBounds, getPreviousCursor, getStartPoint, isMarqueeTriggerEvent, mouseDragged, mouseMoved, overlay, paint, setCurrentPoint, setMarqueeBounds, setPreviousCursor, setStartPoint |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TGridMarqueeHandler(TBoardContainer boardContainer, java.awt.Dimension dimension)
TGridMarqueeHandler
for the specified
boardContainer
and dimension
.
boardContainer
- The specified boardContainer
dimension
- The dimension
that determines the number of
the new grid
rows and columnspublic TGridMarqueeHandler(TBoardContainer boardContainer, int rows, int columns)
TGridMarqueeHandler
for the specified
boardContainer
, rows
and columns
.
boardContainer
- The specified boardContainer
rows
- The specified rows
columns
- The specified columns
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |