|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Representation | |
|---|---|
| org.vectomatic.client.rep.controller | |
| org.vectomatic.common.rpc | |
| Uses of Representation in org.vectomatic.client.rep.controller |
|---|
| Methods in org.vectomatic.client.rep.controller that return Representation | |
|---|---|
Representation |
RepresentationController.getCurrentRep()
|
| Uses of Representation in org.vectomatic.common.rpc |
|---|
| Methods in org.vectomatic.common.rpc that return Representation | |
|---|---|
Representation |
IRepresentationService.openDrawing(String jsessionid,
String drawingid)
Reads the representation of a drawing |
| Methods in org.vectomatic.common.rpc with parameters of type Representation | |
|---|---|
void |
IRepresentationService.saveDrawing(String jsessionid,
String drawingid,
Representation representation)
Saves the representation of a drawing |
void |
IRepresentationServiceAsync.saveDrawing(String jsessionid,
String drawingid,
Representation representation,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
|
| Method parameters in org.vectomatic.common.rpc with type arguments of type Representation | |
|---|---|
void |
IRepresentationServiceAsync.openDrawing(String jsessionid,
String drawingid,
com.google.gwt.user.client.rpc.AsyncCallback<Representation> callback)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||