public class SystemFolder extends DefaultScriptingFolder
folderchangeListener, 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
ScriptingUnits contained in a ScriptingFolder. |
String |
toString() |
accept, add, create, create, getFile, getFiles, getParent, getUnitFolders, load, move, remove, remove, renameaddPropertyChangeListener, 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, setVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, getCreatedBy, getDescription, getId, getName, getTypeName, getVersion, isSaved, setCreatedBy, setDescription, setName, setSaved, setVersionpublic SystemFolder(ScriptingManager manager)
public String toString()
toString in class AbstractUnitpublic String[] getIconNames()
ScriptingUnitgetIconNames in interface ScriptingUnitgetIconNames in class DefaultScriptingFolderpublic Unit getUnit(File afile)
ScriptingFolderScriptingUnit associated with a File.getUnit in interface ScriptingFoldergetUnit in class DefaultScriptingFolderafile - File of the data origin.ScriptingUnit with the content extracted from the file.public List<ScriptingUnit> getUnits()
ScriptingFolderScriptingUnits contained in a ScriptingFolder.getUnits in interface ScriptingFoldergetUnits in class DefaultScriptingFolderScriptingUnits.