|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.model.CategoryFolder | +--oracle.jdeveloper.model.JavaSources
The JavaSources
class is responsible for collecting
all java nodes
Fields inherited from class oracle.ide.model.CategoryFolder |
children, DISPLAY_URL_PROTOCOL |
Fields inherited from interface oracle.ide.model.Category |
UNDEFINED |
Constructor Summary | |
JavaSources()
|
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. |
javax.swing.Icon |
getIcon()
Returns an Icon that can be shown in association with this
Displayable . |
URLPath |
getSourcePath()
|
Methods inherited from class oracle.ide.model.CategoryFolder |
add, canAdd, canRemove, containsChild, getAttributes, getCategory, getChildren, getData, getLongLabel, getOwner, getShortLabel, getToolTipText, getURL, mayHaveChildren, remove, removeAll, setCategory, setIcon, setOwner, setURL, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.ide.model.Displayable |
toString |
Constructor Detail |
public JavaSources()
Method Detail |
public javax.swing.Icon getIcon()
Displayable
Icon
that can be shown in association with this
Displayable
. Typically the icon will be used in a
tree control or list control. Therefore the icon must fit
naturally within the space normally given to items within those
controls. Such icons are usually 16x16 in size or, if there is a
one-pixel transparent padding around the edge, 18x18 in size. It
is strongly recommended that icons returned by this method be
either 16x16 or 18x18 in size. If null
is returned,
the control may show a default icon, or it may show no icon,
whichever is appropriate.getIcon
in class CategoryFolder
oracle.ide.model.CategoryFolder
public boolean checkRefresh(UpdateMessage change)
checkRefresh
in class CategoryFolder
public URLPath getSourcePath()
getSourcePath
in class CategoryFolder
protected URLPath getExcludePath()
CategoryFolder
URLPath
which is to be excluded from consideration
when determining whether a particular Locatable
element is on
the sourcepath.getExcludePath
in class CategoryFolder
|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |