|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSView | |
---|---|
org.diamondspin |
Uses of DSView in org.diamondspin |
---|
Subclasses of DSView in org.diamondspin | |
---|---|
class |
DSDefaultView
DSDefaultView is a generic object with all the common functionnalities like annotation, element list, etc.. |
Fields in org.diamondspin declared as DSView | |
---|---|
protected DSView |
DSTabletopPane.activeView
The actual view (the one the user sees ) capable to accept events. |
protected DSView |
DSTabletopPane.DSViewEmpty
an empty view to start. |
protected DSView |
DSTabletopEvent.view
|
Methods in org.diamondspin that return DSView | |
---|---|
DSView |
DSTabletopPane.getActiveView()
|
Methods in org.diamondspin with parameters of type DSView | |
---|---|
void |
DSTabletopPane.setActiveView(DSView view)
change the active view of the interface |
void |
DSJoglTabletopPane.setActiveView(DSView view)
|
Constructors in org.diamondspin with parameters of type DSView | |
---|---|
DSTabletopEvent(DSTabletopPane source,
DSElement dragElement,
int userID,
DSView view,
DSEngine engine)
Creates a new instance of DSViewEvent |
|
DSViewEvent(DSView source)
Creates a new instance of DSViewEvent |
|
DSViewEvent(DSView source,
DSGestureEvent gesture)
Creates a new instance of DSViewEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |