Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.ide.model
Class ContentSetFilter

java.lang.Object
  extended by oracle.ide.explorer.ChildFilterHelper
      extended by oracle.ide.model.ContentSetFilter

public final class ContentSetFilter
extends ChildFilterHelper

The ChildFilterHelper that implements ContentSet support.


Constructor Summary
ContentSetFilter()
           
 
Method Summary
 boolean handleChildrenAdded(Context context, java.util.List children, TNode parent, TreeExplorer tree)
           
 boolean handleChildrenRemoved(Context context, java.util.List children, TNode parent, TreeExplorer tree)
           
 void initChildren(Context context, java.util.List children)
          Implementations of this method must populate the children List with Element instances that represent the root-level children of the project in the Context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentSetFilter

public ContentSetFilter()
Method Detail

initChildren

public void initChildren(Context context,
                         java.util.List children)
Description copied from class: ChildFilterHelper
Implementations of this method must populate the children List with Element instances that represent the root-level children of the project in the Context. Flags that specify how the children should be rendered are passed through the Context.

Specified by:
initChildren in class ChildFilterHelper
Parameters:
context - The Context containing the project whose children need to be rendered. The Context may also contains flags specifying how the children should be rendered.
children - The List that the method should modify to pass the List of children back to the ProjectFilter. If multiple ChildFilterHelper are active at the same time, later helpers will see the result of earlier helpers in the children List.

handleChildrenAdded

public boolean handleChildrenAdded(Context context,
                                   java.util.List children,
                                   TNode parent,
                                   TreeExplorer tree)
Overrides:
handleChildrenAdded in class ChildFilterHelper

handleChildrenRemoved

public boolean handleChildrenRemoved(Context context,
                                     java.util.List children,
                                     TNode parent,
                                     TreeExplorer tree)
Overrides:
handleChildrenRemoved in class ChildFilterHelper

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.