Interface VertexStateCookie

  • All Superinterfaces:
    org.openide.nodes.Node.Cookie

    public interface VertexStateCookie
    extends org.openide.nodes.Node.Cookie
    This cookie is provided when activated nodes are bound with some active result set data. Actually one DFResultSet's vertex state, because it is necessary to recognize the active vertex in the current result set. For example navigation actions (next/prev row, ...) can work only when vertex is known.
    • Method Detail

      • getVertexState

        com.im.df.api.dml.DFResultSet.VertexState getVertexState()