|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.domain2d.DraggingModel
Dragging model. This class is the model to determine if a residue can be dragged with the mouse to another location (by user interaction), or if the position is fixed (determined only by the layout algorithm for instance). It is the responsability of a Domain2D subclass implementor to turn off the dragging behaviour of residues incorporated in the SSE.
| Constructor Summary | |
DraggingModel()
The state is draggable=true by default |
|
| Method Summary | |
boolean |
isDraggable()
|
void |
setDragging(boolean new_state)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DraggingModel()
| Method Detail |
public boolean isDraggable()
isDraggable in interface edu.mssm.crover.domain2d.DraggingModelInterfacepublic void setDragging(boolean new_state)
setDragging in interface edu.mssm.crover.domain2d.DraggingModelInterface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||