|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ide.model.DefaultFilter
oracle.ide.model.FilelistFilter
The FilelistFilter
class shows a flat children list
Nested Class Summary |
Nested classes inherited from class oracle.ide.model.DefaultFilter |
DefaultFilter.SortedComparator, DefaultFilter.SortedFolderFirstComparator |
Field Summary |
Fields inherited from class oracle.ide.model.DefaultFilter |
folderFirstComparator, folderFirstComparator2, sortedComparator |
Fields inherited from interface oracle.ide.explorer.ChildFilter |
NO_OPTIONS |
Constructor Summary | |
FilelistFilter()
Constructor. |
Method Summary | |
TNode |
childrenAdded(java.util.List additions,
TNode parent,
TreeExplorer tree)
The childrenAdded method is called when the UI is notified that an element has been added to the node that owns this filter. |
TNode |
childrenRemoved(java.util.List removals,
TNode parent,
TreeExplorer tree)
The childrenRemoved method is called when the UI is notified that an element has been added to the node that owns this filter. |
java.util.Iterator |
getChildren()
Get the children. |
protected Project |
getProject()
|
int |
getType()
This method should return bitfield specifying the filter type. |
void |
setOwner(TNode owner)
Sets the node that owns this filter. |
protected void |
setProject(Project project)
|
Methods inherited from class oracle.ide.model.DefaultFilter |
cache, canRefresh, canUpdate, checkElementAttributes, closeChildren, getComparator, getIcon, getLongLabel, getOptions, getOwner, getShortLabel, getToolTipText, getURLFilter, refresh, refreshExplorerNode, setOptions, setURLFilter, toString, uncache, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FilelistFilter()
Method Detail |
public java.util.Iterator getChildren()
getChildren
in interface ChildFilter
getChildren
in class DefaultFilter
public void setOwner(TNode owner)
ChildFilter
setOwner
in interface ChildFilter
setOwner
in class DefaultFilter
public TNode childrenRemoved(java.util.List removals, TNode parent, TreeExplorer tree)
ChildFilter
childrenRemoved
in interface ChildFilter
childrenRemoved
in class DefaultFilter
public TNode childrenAdded(java.util.List additions, TNode parent, TreeExplorer tree)
ChildFilter
childrenAdded
in interface ChildFilter
childrenAdded
in class DefaultFilter
public int getType()
ChildFilter
FilterTypes.newType()
.
getType
in interface ChildFilter
getType
in class DefaultFilter
protected Project getProject()
protected void setProject(Project project)
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.