public class SystemFolder extends DefaultScriptingFolder
folder
changeListener, createdBy, description, id, manager, name, parent, saved, typename, version
Constructor and Description |
---|
SystemFolder(ScriptingManager manager) |
Modifier and Type | Method and Description |
---|---|
String[] |
getIconNames()
Gets the name of the icons associated to the ScriptingUnit type.
|
Unit |
getUnit(File afile)
Returns the
ScriptingUnit associated with a File. |
List<ScriptingUnit> |
getUnits()
Gets all the
ScriptingUnit s contained in a ScriptingFolder. |
String |
toString() |
accept, add, create, create, getFile, getFiles, getParent, getUnitFolders, load, move, remove, remove, rename
addPropertyChangeListener, console_println, firePropertyChange, firePropertyChangeListener, getCreatedBy, getDescription, getFileResource, getId, getInfBoolean, getInfInt, getInfString, getInfValue, getManager, getName, getTypeName, getVersion, isSaved, loadInf, save, setCreatedBy, setDescription, setId, setName, setParent, setSaved, setVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addPropertyChangeListener, getCreatedBy, getDescription, getId, getName, getTypeName, getVersion, isSaved, setCreatedBy, setDescription, setName, setSaved, setVersion
public SystemFolder(ScriptingManager manager)
public String toString()
toString
in class AbstractUnit
public String[] getIconNames()
ScriptingUnit
getIconNames
in interface ScriptingUnit
getIconNames
in class DefaultScriptingFolder
public Unit getUnit(File afile)
ScriptingFolder
ScriptingUnit
associated with a File.getUnit
in interface ScriptingFolder
getUnit
in class DefaultScriptingFolder
afile
- File of the data origin.ScriptingUnit
with the content extracted from the file.public List<ScriptingUnit> getUnits()
ScriptingFolder
ScriptingUnit
s contained in a ScriptingFolder.getUnits
in interface ScriptingFolder
getUnits
in class DefaultScriptingFolder
ScriptingUnit
s.