|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface specifies the common functionality of a
GraphApplication. It extends Application
and adds the functionality for applications that are working with graphs.
The specified methods allow access to the major parts of the application.
| Method Summary | |
LayoutController |
getDefaultLayoutController()
Returns this applications default layout controller. |
DragContext |
getDragContext()
Instance variable for the DragContext that is assigned to a
concrete instance of an ApplicationFrame |
RuleRegistry |
getRuleRegistry()
Returns this applications ruleregistry. |
void |
setRuleRegistry(RuleRegistry ruleRegistry)
Sets the applications ruleregistry. |
| Methods inherited from interface com.tensegrity.application.Application |
getApplet, getApplicationFrame, getApplicationFrames, getCommandRegistry, getDefaultPreferencesFileName, getDefaultPreferencesLoadClass, getKeyStrokeProvider, getLocale, getPreferenceHelp, getPreferences, getPreferencesFileName, getTitle, getUIManager, getUIManagerResources, launch, savePreferences, setPreferenceHelp, setPreferences, showError, shutDown |
| Method Detail |
public DragContext getDragContext()
DragContext that is assigned to a
concrete instance of an ApplicationFrame
DragContext.public RuleRegistry getRuleRegistry()
public void setRuleRegistry(RuleRegistry ruleRegistry)
ruleRegistry - the rule registry of this applicationpublic LayoutController getDefaultLayoutController()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||