|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.gef.Request org.eclipse.gef.requests.LocationRequest org.eclipse.gef.requests.SelectionRequest sk.uniba.euromath.editor.textEditor.requests.selectionRequest.StructureSelectionRequest
public class StructureSelectionRequest
Used when selecting structures. Stores which EditParts are seleced
Constructor Summary | |
---|---|
StructureSelectionRequest()
Creates StructureSelectionRequest and inits its List of selectedParts |
Method Summary | |
---|---|
void |
addEditParts(List<org.eclipse.gef.EditPart> list)
Adds list to selectedEditParts |
List<org.eclipse.gef.EditPart> |
getParts()
|
Methods inherited from class org.eclipse.gef.requests.SelectionRequest |
---|
getLastButtonPressed, isAltKeyPressed, isAnyMouseButtonPressed, isControlKeyPressed, isLeftMouseButtonPressed, isRightMouseButtonPressed, isShiftKeyPressed, setLastButtonPressed, setModifiers |
Methods inherited from class org.eclipse.gef.requests.LocationRequest |
---|
getLocation, setLocation |
Methods inherited from class org.eclipse.gef.Request |
---|
getExtendedData, getType, setExtendedData, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StructureSelectionRequest()
Method Detail |
---|
public void addEditParts(List<org.eclipse.gef.EditPart> list)
list
to selectedEditParts
list
- List of EditParts to by selectedpublic List<org.eclipse.gef.EditPart> getParts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |