|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AreaSelectionAction
A type of feature that will perform an action on an area selected
with the SelectArea
feature. Any features implementing this
interface will be presented as an option by that feature.
SelectArea
,
TextSelectionAction
Method Summary | |
---|---|
String |
getDescription()
Get the name of this Action, to appear in the popup menu. |
void |
selectArea(PagePanel pagepanel,
Rectangle2D area)
Invoked when the area is selected. |
Method Detail |
---|
String getDescription()
void selectArea(PagePanel pagepanel, Rectangle2D area)
pagepanel
- the PagePanel the area was selected onarea
- the selected area
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |