|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.plugins.dnd.viewer.border.AbstractViewDecorator
org.nakedobjects.plugins.dnd.viewer.basic.Identifier
public class Identifier
| Field Summary |
|---|
| Fields inherited from class org.nakedobjects.plugins.dnd.viewer.border.AbstractViewDecorator |
|---|
wrappedView |
| Fields inherited from interface org.nakedobjects.plugins.dnd.View |
|---|
HPADDING, VPADDING |
| Constructor Summary | |
|---|---|
Identifier(View wrappedView)
|
|
| Method Summary | |
|---|---|
void |
debugDetails(DebugString debug)
|
void |
dragIn(ContentDrag drag)
Called as the content being dragged is dragged into this view. |
void |
dragOut(ContentDrag drag)
Called as the content being dragged is dragged out of this view. |
void |
draw(Canvas canvas)
Called by the frame, or the parent view, when this view must redraw itself. |
void |
entered()
Called as the mouse crosses the bounds, and ends up inside, of this view. |
void |
exited()
Called as the mouse crosses the bounds, and ends up outside, of this view. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Identifier(View wrappedView)
| Method Detail |
|---|
public void debugDetails(DebugString debug)
debugDetails in class AbstractViewDecoratorpublic void dragIn(ContentDrag drag)
View
dragIn in interface ViewdragIn in class AbstractViewDecoratorpublic void dragOut(ContentDrag drag)
View
dragOut in interface ViewdragOut in class AbstractViewDecoratorpublic void draw(Canvas canvas)
View
draw in interface Viewdraw in class AbstractViewDecoratorpublic void entered()
View
entered in interface Viewentered in class AbstractViewDecoratorpublic void exited()
View
exited in interface Viewexited in class AbstractViewDecoratorpublic java.lang.String toString()
toString in class AbstractViewDecorator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||