Class GraphSelectionEvent

  • All Implemented Interfaces:
    org.eclipse.jface.viewers.ISelection, org.eclipse.jface.viewers.IStructuredSelection

    public class GraphSelectionEvent
    extends org.eclipse.jface.viewers.StructuredSelection
    • Field Summary

      • Fields inherited from class org.eclipse.jface.viewers.StructuredSelection

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphSelectionEvent​(com.ensoftcorp.atlas.core.db.graph.Graph selection)  
      GraphSelectionEvent​(com.ensoftcorp.atlas.core.query.Q selection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void expire()  
      java.lang.Object getFirstElement()  
      boolean isExpired()  
      java.util.Iterator iterator()  
      java.lang.Object[] toArray()  
      java.util.List toList()  
      • Methods inherited from class org.eclipse.jface.viewers.StructuredSelection

        equals, hashCode, isEmpty, size, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GraphSelectionEvent

        public GraphSelectionEvent​(com.ensoftcorp.atlas.core.query.Q selection)
      • GraphSelectionEvent

        public GraphSelectionEvent​(com.ensoftcorp.atlas.core.db.graph.Graph selection)
    • Method Detail

      • getFirstElement

        public java.lang.Object getFirstElement()
        Specified by:
        getFirstElement in interface org.eclipse.jface.viewers.IStructuredSelection
        Overrides:
        getFirstElement in class org.eclipse.jface.viewers.StructuredSelection
      • iterator

        public java.util.Iterator iterator()
        Specified by:
        iterator in interface org.eclipse.jface.viewers.IStructuredSelection
        Overrides:
        iterator in class org.eclipse.jface.viewers.StructuredSelection
      • toArray

        public java.lang.Object[] toArray()
        Specified by:
        toArray in interface org.eclipse.jface.viewers.IStructuredSelection
        Overrides:
        toArray in class org.eclipse.jface.viewers.StructuredSelection
      • toList

        public java.util.List toList()
        Specified by:
        toList in interface org.eclipse.jface.viewers.IStructuredSelection
        Overrides:
        toList in class org.eclipse.jface.viewers.StructuredSelection
      • expire

        public void expire()
      • isExpired

        public boolean isExpired()