|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Selectable
Method Summary | |
---|---|
void |
addToModel()
Add to the model making sure the history is informed |
Selectable |
deepCopy(Selectable parent)
Complete copy of object. |
void |
deepMove(long tick)
Move object and all children by tick |
long |
leftTickForMove()
return the left tick mark for move operations without quantize a move to destTick should move item by destTick - leftTickForMove(); |
void |
removeFromModel()
Remove from model making sure the history is informed |
long |
rightTickForMove()
|
void |
setSelected(boolean b)
set selected flag (for GUI use only) |
Method Detail |
---|
void setSelected(boolean b)
b
- Selectable deepCopy(Selectable parent)
parent
- owner of the new object;
void deepMove(long tick)
tick
- void removeFromModel()
void addToModel()
long leftTickForMove()
long rightTickForMove()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |