public class ReservedFunctionDOM extends RepositoryStorageDOM implements ReservedFunctionStorage
document, dostylesheets, storageRoot, templateDOMnickname, reposListeners, transferAgent| Constructor and Description |
|---|
ReservedFunctionDOM() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object c) |
java.lang.Object |
evaluate(java.lang.Object[] args,
DefaultSpreadsheetPanel p,
DefaultSpreadsheetTable t) |
int |
getArgCount() |
java.lang.String |
getCategory() |
java.lang.Class |
getDefaultGraphicalEditorClass() |
java.lang.String |
getDescription() |
java.lang.String |
getFunctionName() |
java.lang.String |
getGroovyText() |
int |
getMaxArgCount()
Sets the minimum number of arguments.
|
int |
getMinArgCount()
Sets the minimum number of arguments.
|
java.lang.String |
getName() |
java.lang.String |
getRootElementName() |
java.lang.String |
getShortDescription() |
java.lang.Class |
getStorageTransferAgentClass()
This method should be overridden by subclasses wanting to extend the transfer method.
|
void |
importGroovyFile(java.io.File x) |
Script |
parseGroovyScript() |
void |
setArgCount(int m) |
void |
setCategory(java.lang.String cat) |
void |
setGroovyText(java.lang.String n) |
void |
setMaxArgCount(int m) |
void |
setMinArgCount(int m) |
void |
setShortDescription(java.lang.String cat) |
void |
show() |
protected void |
specifyStorage(org.w3c.dom.Document doc,
org.w3c.dom.Element root) |
void |
writeGroovyFile(java.io.File x) |
createElementByName, getAttributeByElementName, getComment, getCommentElementName, getCreatedBy, getCreatedByAttributeName, getCreatedOn, getCreatedOnAttributeName, getDocument, getDOMStorageClass, getEnabled, getEnabledAttributeName, getNickname, getNicknameAttributeName, getStorage, getStorageRoot, getStylesheetRef, getTemplateDOM, getTextNodeByElementName, isValidXML, readXML, setComment, setCreatedBy, setCreatedOn, setEnabled, setNickname, setProcessingInstructions, setTextNodeByElementName, show, useStyleSheetInfo, usingStyleSheetInfo, writeTemplateXML, writeXMLaddRepositoryListener, afterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, getStorageCalculationsAgentClass, removeRepositoryListener, transferStorage, transferStorageCommandsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringgetCommentaddRepositoryListener, getComment, getCreatedBy, getCreatedOn, getEnabled, getNickname, removeRepositoryListener, setComment, setCreatedBy, setCreatedOn, setEnabled, setNicknameafterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStorage, transferStorageCommandsgetDOMStorageClassprotected void specifyStorage(org.w3c.dom.Document doc,
org.w3c.dom.Element root)
specifyStorage in class RepositoryStorageDOMpublic java.lang.String getRootElementName()
getRootElementName in class RepositoryStorageDOMpublic java.lang.Class getDefaultGraphicalEditorClass()
getDefaultGraphicalEditorClass in interface RepositoryStoragegetDefaultGraphicalEditorClass in class RepositoryStorageDOMpublic java.lang.Class getStorageTransferAgentClass()
AbstractRepositoryStoragegetStorageTransferAgentClass in class AbstractRepositoryStoragepublic java.lang.String getGroovyText()
getGroovyText in interface GroovyScriptStoragepublic void setGroovyText(java.lang.String n)
setGroovyText in interface GroovyScriptStoragepublic void writeGroovyFile(java.io.File x)
writeGroovyFile in interface GroovyScriptStoragepublic void importGroovyFile(java.io.File x)
importGroovyFile in interface GroovyScriptStoragepublic Script parseGroovyScript()
parseGroovyScript in interface GroovyScriptStoragepublic void setCategory(java.lang.String cat)
setCategory in interface GroovyScriptStoragesetCategory in interface ReservedFunctionStoragepublic java.lang.String getCategory()
getCategory in interface GroovyScriptStoragegetCategory in interface ReservedFunctionStoragegetCategory in interface ReservedFunctionpublic void setShortDescription(java.lang.String cat)
setShortDescription in interface GroovyScriptStoragepublic java.lang.String getShortDescription()
getShortDescription in interface GroovyScriptStoragepublic void show()
show in class RepositoryStorageDOMpublic void setMaxArgCount(int m)
setMaxArgCount in interface ReservedFunctionStoragepublic void setMinArgCount(int m)
setMinArgCount in interface ReservedFunctionStoragepublic int getMaxArgCount()
ReservedFunctiongetMaxArgCount in interface ReservedFunctionStoragegetMaxArgCount in interface ReservedFunctionpublic int getMinArgCount()
ReservedFunctiongetMinArgCount in interface ReservedFunctionStoragegetMinArgCount in interface ReservedFunctionpublic java.lang.String getFunctionName()
getFunctionName in interface ReservedFunctionStoragepublic void setArgCount(int m)
setArgCount in interface ReservedFunctionpublic int getArgCount()
getArgCount in interface ReservedFunctionpublic java.lang.String getDescription()
getDescription in interface ReservedFunctionpublic java.lang.String getName()
getName in interface ReservedFunctionpublic java.lang.Object evaluate(java.lang.Object[] args,
DefaultSpreadsheetPanel p,
DefaultSpreadsheetTable t)
evaluate in interface ReservedFunctionStorageevaluate in interface ReservedFunctionpublic int compareTo(java.lang.Object c)
compareTo in interface ReservedFunctioncompareTo in interface java.lang.ComparableCopyright © 2011, 2013. Daniel P. Dougherty