Extension SDK 10.1.2


oracle.jdeveloper.model
Class Sources

java.lang.Object
  extended byoracle.ide.model.CategoryFolder
      extended byoracle.jdeveloper.model.Sources

All Implemented Interfaces:
Category, Data, Displayable, Element, Folder, Locatable
Direct Known Subclasses:
ApplicationCode, JavaSources, WebSources

public class Sources
extends CategoryFolder

The Sources class is the base class for collecting an application source files.


Field Summary

Fields inherited from class oracle.ide.model.CategoryFolder
children, DISPLAY_URL_PROTOCOL

Fields inherited from interface oracle.ide.model.Category
UNDEFINED

Constructor Summary
protected Sources(java.lang.String label)

Method Summary
boolean checkRefresh(UpdateMessage change)
protected URLPath getExcludePath()
Returns the URLPath which is to be excluded from consideration when determining whether a particular Locatable element is on the sourcepath.
protected JProject getProject()
URLPath getSourcePath()

Methods inherited from class oracle.ide.model.CategoryFolder
add, canAdd, canRemove, containsChild, getAttributes, getCategory, getChildren, getData, getIcon, getLongLabel, getOwner, getShortLabel, getToolTipText, getURL, isStrict, matchElement, mayHaveChildren, remove, removeAll, setCategory, setIcon, setOwner, setURL, size, toString, useFactory

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

Sources

protected Sources(java.lang.String label)

Method Detail

checkRefresh

public boolean checkRefresh(UpdateMessage change)
Overrides:
checkRefresh in class CategoryFolder

getSourcePath

public URLPath getSourcePath()
Overrides:
getSourcePath in class CategoryFolder

getExcludePath

protected URLPath getExcludePath()
Description copied from class: CategoryFolder
Returns the URLPath which is to be excluded from consideration when determining whether a particular Locatable element is on the sourcepath.
Overrides:
getExcludePath in class CategoryFolder

getProject

protected JProject getProject()

Extension SDK


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