Uses of Interface
org.norvelle.textcite.model.ClipboardHostable

Packages that use ClipboardHostable
org.norvelle.textcite.model This package contains the classes used for the TextCite data model. 
 

Uses of ClipboardHostable in org.norvelle.textcite.model
 

Classes in org.norvelle.textcite.model that implement ClipboardHostable
 class BookOutlineItem
          Represents an entry in the outline of the publication.
 class Category
          Represents a subject category that can be associated with a citation.
 

Methods in org.norvelle.textcite.model that return ClipboardHostable
 ClipboardHostable Clipboard.pop(java.lang.Class itemClass)
           
 

Methods in org.norvelle.textcite.model with parameters of type ClipboardHostable
 void Clipboard.deleteItem(ClipboardHostable item)
          Deletes the item from the stack, calling its "destroy" method in the process.
 void Clipboard.moveDown(ClipboardHostable item)
          Move the given item down in the stack, so that it will be available later for pasting
 void Clipboard.moveUp(ClipboardHostable item)
          Move the given item up in the stack, so that it will be available earlier for pasting
 void Clipboard.push(ClipboardHostable item)
          Put the given item on the top of the stack