public class AboutDialog extends FrameworkController
root| Constructor and Description |
|---|
AboutDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialized(org.fujion.component.BaseComponent comp) |
static void |
execute(Class<?> clazz)
Display an about dialog for the specified class.
|
static void |
execute(ElementBase component)
Display an about dialog for the specified UI element.
|
static void |
execute(Manifest manifest)
Display an about dialog for the specified manifest.
|
static void |
execute(PluginDefinition def)
Display an about dialog for the specified plugin definition.
|
void |
setIcon(String icon)
Sets the default url of the icon to display in the header.
|
void |
setSource(String source)
Sets the default item source to display in the header.
|
abortBackgroundThread, abortBackgroundThreads, addThread, cleanup, getAppContext, getAppFramework, getController, getController, getController, getEventManager, hasActiveThreads, initialize, onRefresh, refresh, removeThread, startBackgroundThread, threadAborted, threadFinishedpublic static void execute(ElementBase component)
component - UI element whose attributes are to be displayed.public static void execute(Class<?> clazz)
clazz - Class whose attributes are to be displayed.public static void execute(PluginDefinition def)
def - Plugin definition whose attributes are to be displayed.public static void execute(Manifest manifest)
manifest - Manifest whose attributes are to be displayed.public void afterInitialized(org.fujion.component.BaseComponent comp)
afterInitialized in interface org.fujion.ancillary.IAutoWiredafterInitialized in class FrameworkControllerpublic void setIcon(String icon)
icon - Icon url.public void setSource(String source)
source - Item source.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.