Interface EditablePageItem
-
- All Known Implementing Classes:
CardFace
,CustomTile
,TextBox
,TuckBox
public interface EditablePageItem
Implemented by cards that can be edited. If the card needs to take control of the page's interface during editing, it must callsetEditingCard
to set the edited card to this when it begins editing, and call it again withnull
when it is finished.Typically, a page will call an editable item's
beginEditing()
method when the item is double-clicked.- Author:
- Chris Jennings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginEditing()
-