| |
|
| java.lang.Object javax.swing.tree.DefaultMutableTreeNode tide.sources.ResourceFile
deleteCachedContent | public void deleteCachedContent()(Code) | | data may be lost if not saved previously !
used to enforce reload from file !
|
getCaretColumnPosition | public int getCaretColumnPosition()(Code) | | |
getCaretLinePosition | public int getCaretLinePosition()(Code) | | |
getFileSize | public long getFileSize()(Code) | | |
getHasBeenRemoved | public boolean getHasBeenRemoved()(Code) | | |
getJavaName | public String getJavaName()(Code) | | "mypack.Hello" used to address the class
|
getLastModified | public long getLastModified()(Code) | | |
getName | public String getName()(Code) | | "Hello" Used in the tree as display
|
getPackageName | public String getPackageName()(Code) | | "mypack" is the package name
|
hasPackageDirectJavaChilds | public boolean hasPackageDirectJavaChilds()(Code) | | |
hasTextRepresentation | public boolean hasTextRepresentation()(Code) | | |
isDirectory | public boolean isDirectory()(Code) | | |
isEditable | public boolean isEditable()(Code) | | |
isIgnored | public boolean isIgnored()(Code) | | |
isJavaFile | public boolean isJavaFile()(Code) | | |
isSourceFile | public boolean isSourceFile()(Code) | | |
liberateResourcesForGC | public void liberateResourcesForGC()(Code) | | |
setCaretPositionToRemember | public void setCaretPositionToRemember(int line, int column)(Code) | | |
|
|
|