|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISetting | |
|---|---|
| com.sri.emo.dbobj | |
| com.sri.emo.wizard.completion | This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. |
| com.sri.emo.wizard.creation | This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. |
| Uses of ISetting in com.sri.emo.dbobj |
|---|
| Classes in com.sri.emo.dbobj that implement ISetting | |
|---|---|
class |
Setting
A setting for a variable. |
| Methods in com.sri.emo.dbobj that return ISetting | |
|---|---|
ISetting |
Setting.getInstance(String templateId,
String settingParentNodeId)
|
ISetting |
ISetting.getInstance(String parentId,
String nodeId)
|
abstract ISetting |
AbstractSettingHandler.getSettingPrototype()
|
protected ISetting |
AbstractSettingHandler.parseSingleSetting(Map allNodesByXML_ID,
org.dom4j.Element settingElem,
ISetting aSetting)
|
| Methods in com.sri.emo.dbobj with parameters of type ISetting | |
|---|---|
protected org.dom4j.Element |
AbstractSettingHandler.addSingleSettingElem(org.dom4j.Element root,
String typeName,
ISetting aSetting,
ControllerRequest request)
|
String[] |
AbstractSettingHandler.getInsertStatements(AbstractNodeExportSupport treeExporter,
DBObject obj,
ISetting setting)
|
protected ISetting |
AbstractSettingHandler.parseSingleSetting(Map allNodesByXML_ID,
org.dom4j.Element settingElem,
ISetting aSetting)
|
| Uses of ISetting in com.sri.emo.wizard.completion |
|---|
| Methods in com.sri.emo.wizard.completion that return ISetting | |
|---|---|
ISetting |
CustomPartHandlerMetadata.getSettingPrototype()
|
| Methods in com.sri.emo.wizard.completion with parameters of type ISetting | |
|---|---|
void |
CustomPartHandlerMetadata.setSettingPrototype(ISetting settingPrototype)
|
| Uses of ISetting in com.sri.emo.wizard.creation |
|---|
| Methods in com.sri.emo.wizard.creation that return ISetting | |
|---|---|
ISetting |
CustomPartHandlerMetadata.getSettingPrototype()
|
| Methods in com.sri.emo.wizard.creation with parameters of type ISetting | |
|---|---|
void |
CustomPartHandlerMetadata.setSettingPrototype(ISetting settingPrototype)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||