| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SciGenericFactoryException | |
| com.togethersoft.openapi.sci | |
| Uses of SciGenericFactoryException in com.togethersoft.openapi.sci |
| Methods in com.togethersoft.openapi.sci that throw SciGenericFactoryException | |
SciClass | SciGenericFactory.newClass(String text, String formatStyle) |
SciClass | SciGenericFactory.newClass(String text)Creates a new SciClass based on the specified string. |
SciClassEnumeration | SciGenericFactory.newClasses(String text, String formatStyle) |
SciClassEnumeration | SciGenericFactory.newClasses(String text)Creates a set of SciClasses based on the specified string. |
SciCodeBlock | SciGenericFactory.newCodeBlock(String text, String formatStyle) |
SciCodeBlock | SciGenericFactory.newCodeBlock(String text)Creates a new SciCodeBlock basing on the specified string. |
SciComment | SciGenericFactory.newComment(String text, String formatStyle) |
SciComment | SciGenericFactory.newComment(String text)Creates a new SciComment based on the specified string. |
SciExpression | SciGenericFactory.newExpression(String text, String formatStyle) |
SciExpression | SciGenericFactory.newExpression(String text)Creates a new SciExpression basing on the specified string. |
SciFile | SciGenericFactory.newFile(String text, String formatStyle) |
SciFile | SciGenericFactory.newFile(String text)Creates a new SciFile with the specified contents. |
SciInitializer | SciGenericFactory.newInitializer(String text, String formatStyle) |
SciInitializer | SciGenericFactory.newInitializer(String text)Creates a new SciInitializer based on the specified string. |
SciMember | SciGenericFactory.newMember(String text, SciClass context, String formatStyle) |
SciMember | SciGenericFactory.newMember(String text, SciClass context)Creates a new SciMember based on the specified string. |
SciMemberEnumeration | SciGenericFactory.newMembers(String text, SciClass context, String formatStyle) |
SciMemberEnumeration | SciGenericFactory.newMembers(String text, SciClass context)Creates a set of SciMembers based on the specified string. |
SciParameter | SciGenericFactory.newParameter(String text, String formatStyle) |
SciParameter | SciGenericFactory.newParameter(String text)Creates a new SciParameter with the specified content. |
SciStatement | SciGenericFactory.newStatement(String text, String formatStyle) |
SciStatement | SciGenericFactory.newStatement(String text)Creates a new SciStatement based on the specified string. |
SciNetAttribute | SciNetGenericFactory.newNetAttribute(String text)Creates a new SciNetAttribute with the specified contents. |
SciNetAttributeSection | SciNetGenericFactory.newNetAttributeSection(String text)Creates a new SciNetAttributeSection with the specified contents. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||