Class FilterMapping


  • public class FilterMapping
    extends java.lang.Object
    UNSTABLE API! Allows to customize children of node and action.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FilterMapping.Position
      Allows to set position of new Children.Keys.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAction​(javax.swing.Action action, org.openide.nodes.Node.Cookie cookie, javax.swing.Action before, javax.swing.Action after)
      Customize actions - not yet implemented.
      org.openide.nodes.Children getChildren​(java.lang.Object item)  
      NodesConfig getFilterConfig()  
      void removeAction​(javax.swing.Action remAction, org.openide.nodes.Node.Cookie remCookie, javax.swing.Action before, javax.swing.Action after)
      Customize actions - not yet implemented.
      void updateKeys​(java.lang.Object item)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addAction

        public void addAction​(javax.swing.Action action,
                              org.openide.nodes.Node.Cookie cookie,
                              javax.swing.Action before,
                              javax.swing.Action after)
        Customize actions - not yet implemented.
        Parameters:
        action -
        cookie -
        before -
        after -
      • removeAction

        public void removeAction​(javax.swing.Action remAction,
                                 org.openide.nodes.Node.Cookie remCookie,
                                 javax.swing.Action before,
                                 javax.swing.Action after)
        Customize actions - not yet implemented.
        Parameters:
        remAction -
        remCookie -
        before -
        after -
      • updateKeys

        public void updateKeys​(java.lang.Object item)
      • getFilterConfig

        public NodesConfig getFilterConfig()
      • getChildren

        public org.openide.nodes.Children getChildren​(java.lang.Object item)