|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPartHandler | |
---|---|
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 IPartHandler in com.sri.emo.dbobj |
---|
Classes in com.sri.emo.dbobj that implement IPartHandler | |
---|---|
class |
AbstractAttributeHandler
base class for custom handler |
class |
AbstractMatrixHandler
base class for custom handler for a matrix |
class |
AbstractSettingHandler
base class for custom handler for settings |
Methods in com.sri.emo.dbobj that return IPartHandler | |
---|---|
IPartHandler |
PartDescriptor.getCustomHandler()
|
IPartHandler |
Part.getCustomHandler()
|
IPartHandler |
Attribute.getCustomHandler()
|
Methods in com.sri.emo.dbobj with parameters of type IPartHandler | |
---|---|
void |
PartDescriptor.setCustomHandler(IPartHandler customHandler)
|
Uses of IPartHandler in com.sri.emo.wizard.completion |
---|
Methods in com.sri.emo.wizard.completion that return IPartHandler | |
---|---|
IPartHandler |
CustomPartHandlerMetadata.getCustomHandler()
create instance of custom handler; uses 'forName' and depends on no-args constructor |
Uses of IPartHandler in com.sri.emo.wizard.creation |
---|
Methods in com.sri.emo.wizard.creation that return IPartHandler | |
---|---|
IPartHandler |
CustomPartHandlerMetadata.getCustomHandler()
create instance of custom handler; uses 'forName' and depends on no-args constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |