com.azalient.api.ui.clipboard
Interface ICreator

All Known Subinterfaces:
IPastableStore<I>

public interface ICreator

A factory interface to make a new object of the right type when pasting. It is also possible to make the store implement IPastableStore, but this implies the creator calls the standard version of newObject()

See Also:
IClippable, IPastable

Method Summary
 boolean fileOnly()
          Certain referenced objects, like types or routeClasses, must be pasted to file only.
 void finishedR(Page page)
           
 IPastable newObject(Object[] originalKeys)
           
 

Method Detail

newObject

IPastable newObject(Object[] originalKeys)

finishedR

void finishedR(Page page)

fileOnly

boolean fileOnly()
Certain referenced objects, like types or routeClasses, must be pasted to file only. They are not physically located objects, so should not be pasted within the same network