|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppLoader | |
edu.umd.cfar.lamp.apploader | This package provides the main class for the Application Loader, and some utility classes and RDF vocabulary classes. |
edu.umd.cfar.lamp.apploader.prefs | A preference manager for the application loader. |
edu.umd.cfar.lamp.apploader.propertysheets | A property viewer for individual java objects. |
edu.umd.cfar.lamp.apploader.undo | An undo history manager that uses RDF for localization. |
Uses of AppLoader in edu.umd.cfar.lamp.apploader |
Methods in edu.umd.cfar.lamp.apploader that return AppLoader | |
AppLoader |
HotkeyProcessor.getCore()
|
AppLoader |
AppLoaderMenu.getCore()
|
Methods in edu.umd.cfar.lamp.apploader with parameters of type AppLoader | |
void |
HotkeyProcessor.setCore(AppLoader core)
Sets the core. |
void |
AppLoaderScript.run(AppLoader application)
|
void |
AppLoaderMenu.setCore(AppLoader core)
|
Uses of AppLoader in edu.umd.cfar.lamp.apploader.prefs |
Methods in edu.umd.cfar.lamp.apploader.prefs that return AppLoader | |
AppLoader |
PrefsManager.getCore()
Gets the associated core bean. |
Methods in edu.umd.cfar.lamp.apploader.prefs with parameters of type AppLoader | |
void |
PrefsManager.setCore(AppLoader loader)
Sets the associated Limn3 core. |
Uses of AppLoader in edu.umd.cfar.lamp.apploader.propertysheets |
Methods in edu.umd.cfar.lamp.apploader.propertysheets with parameters of type AppLoader | |
javax.swing.JComponent |
InstancePropertyDescriptor.getEditor(java.lang.Object bean,
AppLoader core)
Gets the associated cell editor for the property |
javax.swing.JComponent |
InstancePropertyDescriptor.getRenderer(java.lang.Object bean,
AppLoader core)
Gets the associated cell renderer for the property. |
javax.swing.JComponent |
ExplicitPropertyDescriptor.getEditor(java.lang.Object bean,
AppLoader core)
|
javax.swing.JComponent |
ExplicitPropertyDescriptor.getRenderer(java.lang.Object bean,
AppLoader core)
|
Uses of AppLoader in edu.umd.cfar.lamp.apploader.undo |
Methods in edu.umd.cfar.lamp.apploader.undo that return AppLoader | |
AppLoader |
ActionHistoryPane.getCore()
Get the associated application launcher. |
Methods in edu.umd.cfar.lamp.apploader.undo with parameters of type AppLoader | |
void |
ActionHistoryPane.setCore(AppLoader loader)
Sets the associated application loader. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |