|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.plugins.dnd.viewer.view.simple.AbstractView
org.nakedobjects.plugins.dnd.viewer.table.TableHeader
public class TableHeader
| Field Summary |
|---|
| Fields inherited from interface org.nakedobjects.plugins.dnd.View |
|---|
HPADDING, VPADDING |
| Constructor Summary | |
|---|---|
TableHeader(Content content,
ViewAxis axis)
|
|
| Method Summary | |
|---|---|
Drag |
dragStart(DragStart drag)
|
void |
dragTo(InternalDrag drag)
Called as the drag ends within and without this view. |
void |
draw(Canvas canvas)
Called by the frame, or the parent view, when this view must redraw itself. |
void |
firstClick(Click click)
Called when the user clicks the mouse buttone within this view. |
Size |
getMaximumSize()
|
View |
identify(Location location)
|
void |
invalidateContent()
Flags that the views do not properly represent the content, and hence it needs rebuilding. |
void |
mouseMoved(Location at)
Called as the mouse is moved around within this view. |
void |
secondClick(Click click)
Called when the user double-clicked this view. |
java.lang.String |
toString()
|
ViewAreaType |
viewAreaType(Location at)
Determines if the user is invoking an action relating to this view, rather than to whatever this view represents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableHeader(Content content,
ViewAxis axis)
| Method Detail |
|---|
public void firstClick(Click click)
View
firstClick in interface ViewfirstClick in class AbstractViewclick - the location within the current view where the mouse click took placepublic void invalidateContent()
View
invalidateContent in interface ViewinvalidateContent in class AbstractViewView.invalidateLayout()public Size getMaximumSize()
getMaximumSize in interface ViewgetMaximumSize in class AbstractViewpublic Drag dragStart(DragStart drag)
dragStart in interface ViewdragStart in class AbstractViewpublic void dragTo(InternalDrag drag)
View
dragTo in interface ViewdragTo in class AbstractViewpublic void draw(Canvas canvas)
View
draw in interface Viewdraw in class AbstractViewpublic View identify(Location location)
identify in interface Viewidentify in class AbstractViewpublic void mouseMoved(Location at)
View
mouseMoved in interface ViewmouseMoved in class AbstractViewat - the position relative to the top-left of this viewpublic void secondClick(Click click)
Viewclick.
secondClick in interface ViewsecondClick in class AbstractViewpublic java.lang.String toString()
toString in class AbstractViewpublic ViewAreaType viewAreaType(Location at)
View
viewAreaType in interface ViewviewAreaType in class AbstractView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||