Class NewsSelection

java.lang.Object
org.silverpeas.core.clipboard.ClipboardSelection
org.silverpeas.components.quickinfo.model.NewsSelection
All Implemented Interfaces:
ClipboardOwner, Transferable, Serializable

public class NewsSelection extends org.silverpeas.core.clipboard.ClipboardSelection
Model representing a News into the context of the clipboard API.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final DataFlavor
     

    Fields inherited from class org.silverpeas.core.clipboard.ClipboardSelection

    IndexFlavor, selected, SilverpeasKeyDataFlavor, supportedFlavorsList
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.silverpeas.core.index.indexing.model.IndexEntry
     
    org.silverpeas.core.clipboard.SilverpeasKeyData
     
     

    Methods inherited from class org.silverpeas.core.clipboard.ClipboardSelection

    addFlavor, getTransferDataFlavors, isCut, isDataFlavorSupported, isSelected, lostOwnership, setCut, setSelected

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NewsFlavor

      public static final DataFlavor NewsFlavor
  • Constructor Details

    • NewsSelection

      public NewsSelection(News news)
  • Method Details

    • getTransferData

      @Nonnull public Object getTransferData(DataFlavor parFlavor) throws UnsupportedFlavorException
      Specified by:
      getTransferData in interface Transferable
      Overrides:
      getTransferData in class org.silverpeas.core.clipboard.ClipboardSelection
      Throws:
      UnsupportedFlavorException
    • getIndexEntry

      public org.silverpeas.core.index.indexing.model.IndexEntry getIndexEntry()
      Specified by:
      getIndexEntry in class org.silverpeas.core.clipboard.ClipboardSelection
    • getKeyData

      public org.silverpeas.core.clipboard.SilverpeasKeyData getKeyData()
      Specified by:
      getKeyData in class org.silverpeas.core.clipboard.ClipboardSelection