|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.samples.model.SamplesEntry
public class SamplesEntry
| Constructor Summary | |
|---|---|
SamplesEntry(SamplesInfo parent,
java.io.File file,
boolean isRoot)
Creates a new sample entry |
|
| Method Summary | |
|---|---|
void |
addSubEntry(SamplesEntry subEntry)
Add sub entry to this entry |
java.io.File |
getFile()
|
SamplesInfo |
getParent()
|
SamplesEntry |
getRoot()
Gets the sample root |
java.util.List |
getSubEntries()
Gets the sub entries |
boolean |
isRoot()
|
void |
setFile(java.io.File file)
|
void |
setParent(SamplesInfo parent)
|
void |
setRoot(boolean isRoot)
|
void |
setRoot(SamplesEntry root)
Sets the root (meaning the actual sample root) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SamplesEntry(SamplesInfo parent,
java.io.File file,
boolean isRoot)
parent - file - isRoot - | Method Detail |
|---|
public void setRoot(SamplesEntry root)
root - public SamplesEntry getRoot()
public void addSubEntry(SamplesEntry subEntry)
subEntry - public java.util.List getSubEntries()
public java.io.File getFile()
public void setFile(java.io.File file)
file - the file to setpublic boolean isRoot()
public void setRoot(boolean isRoot)
isRoot - the isRoot to setpublic SamplesInfo getParent()
public void setParent(SamplesInfo parent)
parent - the parent to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||