|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChildFilter | |
|---|---|
| oracle.ide.explorer | Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. |
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
| Uses of ChildFilter in oracle.ide.explorer |
|---|
| Methods in oracle.ide.explorer that return ChildFilter | |
|---|---|
abstract ChildFilter |
TreeExplorer.findCacheFilter(TNode node)
Find the ChildFilter associated with the specified
node. |
ChildFilter |
TNode.findChildFilter()
Find the ChildFilter used to build the tree node hierarchy
this TNode belongs to. |
ChildFilter |
TNode.getChildFilter()
Returns the active ChildFilter. |
abstract ChildFilter |
ChildFilterFactory.newChildFilter()
|
| Methods in oracle.ide.explorer with parameters of type ChildFilter | |
|---|---|
abstract void |
TreeExplorer.cacheFilter(TNode node,
ChildFilter filter)
Associate the specified node and filter. |
void |
TNode.setChildFilter(ChildFilter filter)
Set a new ChildFilter on this TNode. |
void |
TNode.setChildFilter(ChildFilter filter,
boolean force)
Set a new ChildFilter on this TNode. |
| Uses of ChildFilter in oracle.ide.model |
|---|
| Subclasses of ChildFilter in oracle.ide.model | |
|---|---|
class |
DefaultFilter
The DefaultFilter class. |
| Methods in oracle.ide.model that return ChildFilter | |
|---|---|
ChildFilter |
ContentFilterFactory.newChildFilter()
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||