A B C D E F G H I J L M O P R S T U V W

A

about() - Method in class org.freehep.application.Application
 
AboutDialog - Class in org.freehep.application
An about box for use by Applications.
AboutDialog(Application) - Constructor for class org.freehep.application.AboutDialog
Creates new AboutDialog.
AboutDialog.InfoPanel - Class in org.freehep.application
 
AboutDialog.InfoPanel() - Constructor for class org.freehep.application.AboutDialog.InfoPanel
 
aboutToExit(ApplicationEvent) - Method in interface org.freehep.application.ApplicationListener
 
acceptCommand(String) - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
actionPerformed(ActionEvent) - Method in class org.freehep.application.AboutDialog.InfoPanel
 
actionPerformed(ActionEvent) - Method in class org.freehep.application.studio.PageManagerMenu
 
addActionListener(ActionListener) - Method in class org.freehep.application.RecentItemTextField
Adds an the given ActionListener to the text field.
addApplicationListener(ApplicationListener) - Method in class org.freehep.application.Application
 
addChangeListener(ChangeListener) - Method in class org.freehep.application.RecentItemTextField
Change listeners will be notified any time the text visible in the text field changes.
addChangeListener(ChangeListener) - Method in class org.freehep.application.StoppableInputStream
 
addEventListener(StudioListener, Class) - Method in class org.freehep.application.studio.EventSender
 
addKeyListener(KeyListener) - Method in class org.freehep.application.RecentItemTextField
 
addMenu(JMenuItem, long) - Method in class org.freehep.application.studio.Plugin
 
addPageListener(PageListener) - Method in class org.freehep.application.mdi.PageContext
Add a page listener to receive notifications of user initiated changes
addPageListener(PageListener) - Method in class org.freehep.application.mdi.PageManager
Add a page listener to receive notifications of user initiated changes
addToolBar(JToolBar, String, int) - Method in class org.freehep.application.mdi.MDIApplication
Adds a new toolbar to the toolbar area.
addToolBar(JToolBar, String) - Method in class org.freehep.application.mdi.MDIApplication
 
addURL(URL) - Method in class org.freehep.application.studio.ExtensionClassLoader
 
app - Variable in class org.freehep.application.services.app.AppServiceManager
 
Application - Class in org.freehep.application
A framework for a simple swing application.
Application(String) - Constructor for class org.freehep.application.Application
Creates new Application
Application.ApplicationCommandProcessor - Class in org.freehep.application
Extends CommandProcessor to handle some standard Application commands.
Application.ApplicationCommandProcessor() - Constructor for class org.freehep.application.Application.ApplicationCommandProcessor
 
Application.ApplicationCommandTargetManager - Class in org.freehep.application
 
Application.ApplicationCommandTargetManager() - Constructor for class org.freehep.application.Application.ApplicationCommandTargetManager
 
Application.AppPrintPreview - Class in org.freehep.application
 
Application.AppPrintPreview() - Constructor for class org.freehep.application.Application.AppPrintPreview
 
Application.InitializationException - Exception in org.freehep.application
 
Application.InitializationException(String, Throwable) - Constructor for exception org.freehep.application.Application.InitializationException
 
Application.InitializationException(String) - Constructor for exception org.freehep.application.Application.InitializationException
 
Application.InitializationListener - Interface in org.freehep.application
 
APPLICATION_EXITING - Static variable in class org.freehep.application.ApplicationEvent
 
APPLICATION_VISIBLE - Static variable in class org.freehep.application.ApplicationEvent
 
ApplicationEvent - Class in org.freehep.application
An event fired by the application at various times.
ApplicationListener - Interface in org.freehep.application
Listen for ApplicationEvents
applicationVisible() - Method in class org.freehep.application.studio.Plugin
Called after all plugins have been loaded, and the GUI has become visible
AppServiceManager - Class in org.freehep.application.services.app
A basic implementation of ServiceManager, for use in applications.
AppServiceManager() - Constructor for class org.freehep.application.services.app.AppServiceManager
 

B

broadcast(EventObject) - Method in class org.freehep.application.studio.EventSender
 
buildPluginList(InputStream, File) - Method in class org.freehep.application.studio.Studio
 

C

canBeShutDown() - Method in class org.freehep.application.studio.Plugin
Test if the plugin can be shutdown.
canRead() - Method in interface org.freehep.application.services.FileAccess
Returns whether the file can be read.
canRead() - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
canWrite() - Method in interface org.freehep.application.services.FileAccess
Returns whether the file can be written to.
canWrite() - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
CASCADE - Static variable in class org.freehep.application.mdi.InternalFramePageManager
 
close(PageContext) - Method in class org.freehep.application.mdi.ControlPageManager
 
close(PageContext) - Method in class org.freehep.application.mdi.InternalFramePageManager
 
close() - Method in interface org.freehep.application.mdi.ManagedPage
Called BEFORE the page is closed.
close() - Method in class org.freehep.application.mdi.PageContext
Closes the associated window
close(PageContext) - Method in class org.freehep.application.mdi.PageManager
 
close(PageContext) - Method in class org.freehep.application.mdi.TabbedPageManager
 
close() - Method in class org.freehep.application.SplashScreen
Close the splash screen and free any resources associated with it.
closeAll() - Method in class org.freehep.application.mdi.PageManager
 
compare(Object, Object) - Method in class org.freehep.application.PropertyUtilities.PropertyTable
 
ControlPageManager - Class in org.freehep.application.mdi
A TabbedPageManager that only shows its tabs when there is more than one page.
ControlPageManager() - Constructor for class org.freehep.application.mdi.ControlPageManager
Creates new ControlPageManager
ControlPageManager.InternalPanel - Class in org.freehep.application.mdi
 
createAboutDialog() - Method in class org.freehep.application.Application
 
createAppProperties() - Method in class org.freehep.application.Application
 
createCloseButton() - Method in class org.freehep.application.PrintPreview
Creates the Close button
createCommandLine() - Method in class org.freehep.application.Application
 
createCommandLine() - Method in class org.freehep.application.studio.Studio
 
createCommandProcessor() - Method in class org.freehep.application.Application
 
createCommandProcessor() - Method in class org.freehep.application.mdi.InternalFramePageManager
 
createCommandProcessor() - Method in class org.freehep.application.mdi.MDIApplication
 
createCommandProcessor() - Method in class org.freehep.application.mdi.PageManager
 
createCommandTargetManager() - Method in class org.freehep.application.Application
 
createConsoleManager() - Method in class org.freehep.application.mdi.MDIApplication
 
createControlManager() - Method in class org.freehep.application.mdi.MDIApplication
 
createDialog(Component) - Method in class org.freehep.application.PrintPreview
Create a standard dialog that wraps the PrintPreview
createDialog(Component, String) - Method in class org.freehep.application.PrintPreview
Create a standard dialog that wraps the PrintPreview
createFrame(String[]) - Method in class org.freehep.application.Application
Creates a JFrame that holds the application.
createHelpService() - Method in class org.freehep.application.Application
 
createInfoPanel() - Method in class org.freehep.application.AboutDialog
Override to customize the InfoPanel.
createLookup() - Method in class org.freehep.application.studio.Studio
 
createManager(String) - Method in class org.freehep.application.mdi.MDIApplication
 
createPageManager() - Method in class org.freehep.application.mdi.MDIApplication
 
createPageManager() - Method in class org.freehep.application.studio.Studio
 
createPopupMenu() - Method in class org.freehep.application.PrintPreview
 
createPrintButton() - Method in class org.freehep.application.PrintPreview
Creates the Print Button
createPrintPreview() - Method in class org.freehep.application.Application
 
createRealPageManager() - Method in class org.freehep.application.studio.Studio
 
createScaleChooser() - Method in class org.freehep.application.PrintPreview
Create the Scale chooser
createServiceManager() - Method in class org.freehep.application.Application
Override this method to provide a specialized ServiceManager.
createSplashScreen() - Method in class org.freehep.application.Application
 
createStatusBar() - Method in class org.freehep.application.Application
Override this to provide an application specific status bar
createToolBar() - Method in class org.freehep.application.PrintPreview
Called to create the toolbar.
createToolBarHolder() - Method in class org.freehep.application.Application
 
createUserProperties() - Method in class org.freehep.application.Application
 
createXMLMenuBuilder() - Method in class org.freehep.application.Application
 
createXMLReader() - Method in class org.freehep.application.Application
 

D

doLayout() - Method in class org.freehep.application.mdi.InternalFramePageManager.MDIDesktopPane
 

E

enableCloseAllPages(CommandState) - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
enableCloseAllPagesByType(CommandState) - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
enableCloseOtherPages(CommandState) - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
enableCloseOtherPagesByType(CommandState) - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
enableClosePage(CommandState) - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
enableInternalFrames(BooleanCommandState) - Method in class org.freehep.application.mdi.MDIApplication.MDICommandProcessor
 
enableShowStatusBar(BooleanCommandState) - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
enableShowToolBar(BooleanCommandState) - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
enableTabbedPanes(BooleanCommandState) - Method in class org.freehep.application.mdi.MDIApplication.MDICommandProcessor
 
equals(Object) - Method in class org.freehep.application.studio.PluginInfo
 
error(String) - Method in class org.freehep.application.Application
Show an error dialog with a simple message This method is thread safe and can be called from any thread.
error(String, Throwable) - Method in class org.freehep.application.Application
Show an error dialog with a message and supporting detail.
error(Component, String) - Static method in class org.freehep.application.Application
Show an error message in an error dialog.
error(Component, String, Throwable) - Static method in class org.freehep.application.Application
Show an error message in an error dialog, with optional supporting detail.
EventSender - Class in org.freehep.application.studio
 
exit() - Method in class org.freehep.application.Application
Override this method to provide specialized application exit handling.
ExtensionClassLoader - Class in org.freehep.application.studio
 
ExtensionClassLoader(URL[]) - Constructor for class org.freehep.application.studio.ExtensionClassLoader
 

F

failed(Throwable) - Method in interface org.freehep.application.Application.InitializationListener
 
FileAccess - Interface in org.freehep.application.services
Encapsulates access to a File in a way which will work with unsigned java web start apps.
fireAboutToExit(ApplicationEvent) - Method in class org.freehep.application.Application
 
fireAboutToExit(ApplicationEvent) - Method in class org.freehep.application.studio.Studio
 
fireApplicationVisible(ApplicationEvent) - Method in class org.freehep.application.Application
 
fireApplicationVisible(ApplicationEvent) - Method in class org.freehep.application.studio.Studio
 
fireInitializationComplete(ApplicationEvent) - Method in class org.freehep.application.Application
 
fireInitializationComplete(ApplicationEvent) - Method in class org.freehep.application.studio.Studio
 
fireItemStateChanged(ItemEvent) - Method in class org.freehep.application.RecentItemTextField
This method is protected as an implementation side effect.
fireMenuDeselected() - Method in class org.freehep.application.mdi.WindowMenu
 
fireMenuSelected() - Method in class org.freehep.application.LookAndFeelMenu
 
fireMenuSelected() - Method in class org.freehep.application.mdi.WindowMenu
 
fireMenuSelected() - Method in class org.freehep.application.studio.PageManagerMenu
 
firePageEvent(PageContext, int) - Method in class org.freehep.application.mdi.PageManager
 
firePageOpened(PageContext) - Method in class org.freehep.application.mdi.PageManager
 
fireSelectionChanged(PageContext) - Method in class org.freehep.application.mdi.PageManager
 

G

getApplication() - Static method in class org.freehep.application.Application
 
getApplication() - Method in class org.freehep.application.ApplicationEvent
 
getApplication() - Method in class org.freehep.application.studio.Plugin
 
getAppName() - Method in class org.freehep.application.Application
 
getAppProperties() - Method in class org.freehep.application.Application
 
getAuthor() - Method in class org.freehep.application.studio.PluginInfo
 
getBoolean(Properties, String, boolean) - Static method in class org.freehep.application.PropertyUtilities
 
getCategory() - Method in class org.freehep.application.studio.PluginInfo
 
getClipboardContents() - Method in class org.freehep.application.services.app.AppServiceManager
 
getClipboardContents() - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
getClipboardContents() - Method in interface org.freehep.application.services.ServiceManager
 
getCloseAction() - Method in class org.freehep.application.PrintPreview
 
getColor(Properties, String, Color) - Static method in class org.freehep.application.PropertyUtilities
 
getColumnCount() - Method in class org.freehep.application.PropertyUtilities.PropertyTable
 
getColumnName(int) - Method in class org.freehep.application.PropertyUtilities.PropertyTable
 
getCommandLine() - Method in class org.freehep.application.Application
 
getCommandProcessor() - Method in class org.freehep.application.Application
 
getCommandProcessor() - Method in class org.freehep.application.mdi.PageManager
 
getCommandTargetManager() - Method in class org.freehep.application.Application
 
getConsoleManager() - Method in class org.freehep.application.mdi.MDIApplication
 
getControlManager() - Method in class org.freehep.application.mdi.MDIApplication
 
getDefaultPage() - Method in class org.freehep.application.services.app.AppServiceManager
 
getDefaultPage() - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
Creates a new PageFormat instance and sets it to the default size and orientation.
getDefaultPage() - Method in interface org.freehep.application.services.ServiceManager
Creates a new PageFormat instance and sets it to the default size and orientation.
getDescription() - Method in class org.freehep.application.studio.PluginInfo
 
getEmbodiment() - Method in class org.freehep.application.mdi.ControlPageManager
 
getEmbodiment() - Method in class org.freehep.application.mdi.InternalFramePageManager
 
getEmbodiment() - Method in class org.freehep.application.mdi.PageManager
 
getEmbodiment() - Method in class org.freehep.application.mdi.TabbedPageManager
 
getErrorStatus() - Method in class org.freehep.application.studio.PluginInfo
 
getEventSender() - Method in class org.freehep.application.studio.Studio
 
getExtensionLoader() - Method in class org.freehep.application.studio.Studio
 
getExtent() - Method in class org.freehep.application.StoppableInputStream
 
getFile() - Method in interface org.freehep.application.services.FileAccess
Applications that need direct access to the underlying File can call this method, but it breaks the JNLP encapsualtion and will throw a SecurityException if used from an unsigned JNLP application.
getFile() - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
getFiles() - Method in class org.freehep.application.studio.PluginInfo
 
getFloat(Properties, String, float) - Static method in class org.freehep.application.PropertyUtilities
 
getFooter() - Method in class org.freehep.application.PrintHelper
 
getFullVersion() - Method in class org.freehep.application.Application
 
getGroupExtensionsDir() - Method in class org.freehep.application.studio.Studio
 
getHeader() - Method in class org.freehep.application.PrintHelper
 
getIcon() - Method in class org.freehep.application.mdi.PageContext
Get the icon associated with the page
getID() - Method in class org.freehep.application.ApplicationEvent
 
getInputStream() - Method in interface org.freehep.application.services.FileAccess
Gets an InputStream from the file.
getInputStream() - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
getInteger(Properties, String) - Static method in class org.freehep.application.PropertyUtilities
 
getInteger(Properties, String, int) - Static method in class org.freehep.application.PropertyUtilities
 
getKey() - Method in class org.freehep.application.RecentItemTextField
Getter for property key.
getLength() - Method in interface org.freehep.application.services.FileAccess
Gets the length of the file
getLength() - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
getLoadDirectory() - Method in class org.freehep.application.studio.PluginInfo
 
getLookup() - Method in class org.freehep.application.studio.Studio
 
getMaximum() - Method in class org.freehep.application.StoppableInputStream
 
getMaximumSize() - Method in class org.freehep.application.RecentItemTextField
Incorporates the maximum width if it has been set.
getMaxLength() - Method in interface org.freehep.application.services.FileAccess
Gets the maximum length of this file.
getMaxLength() - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
getMenuBar() - Method in class org.freehep.application.Application
 
getMinimum() - Method in class org.freehep.application.StoppableInputStream
 
getMinimumSize() - Method in class org.freehep.application.RecentItemTextField
Incorporates the minimum width if it has been set.
getModel() - Method in class org.freehep.application.ProgressMeter
Get the model attached to the progress bar
getModel() - Method in interface org.freehep.application.Stoppable
 
getModel() - Method in class org.freehep.application.StoppableInputStream
 
getName() - Method in interface org.freehep.application.services.FileAccess
Gets the file name as a string
getName() - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
getName() - Method in class org.freehep.application.studio.PluginInfo
 
getNumberOfItems() - Method in class org.freehep.application.RecentItemTextField
Getter for property numberOfItems.
getOrientation() - Method in class org.freehep.application.PrintHelper
 
getOutputStream(boolean) - Method in interface org.freehep.application.services.FileAccess
Gets an OutputStream to the file.
getOutputStream(boolean) - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
getPage() - Method in class org.freehep.application.mdi.PageContext
Get the component associated with this page
getPageContext() - Method in class org.freehep.application.mdi.PageEvent
 
getPageCount() - Method in class org.freehep.application.mdi.PageManager
 
getPageManager() - Method in class org.freehep.application.mdi.MDIApplication
 
getPlugin() - Method in class org.freehep.application.studio.PluginInfo
 
getPlugins() - Method in class org.freehep.application.studio.Studio
Return the list of installed plugins.
getPreferredBounds() - Method in class org.freehep.application.Application
 
getPreferredSize() - Method in class org.freehep.application.RecentItemTextField
Incorporates the minimum and maximum widths if they have been set.
getPrintAction() - Method in class org.freehep.application.PrintPreview
 
getProperties() - Method in class org.freehep.application.studio.PluginInfo
 
getProperty(String) - Method in class org.freehep.application.PropertyUtilities.TranslatedProperties
 
getProperty(String, String) - Method in class org.freehep.application.PropertyUtilities.TranslatedProperties
 
getRecentFileList(String) - Method in class org.freehep.application.Application
 
getRectangle(Properties, String, Rectangle) - Static method in class org.freehep.application.PropertyUtilities
 
getRowCount() - Method in class org.freehep.application.PropertyUtilities.PropertyTable
 
getScaleUp() - Method in class org.freehep.application.PrintHelper
 
getSelectedPage() - Method in class org.freehep.application.mdi.PageManager
 
getSelectedPage() - Method in class org.freehep.application.mdi.TabbedPageManager
 
getServiceManager() - Method in class org.freehep.application.Application
 
getShowStatusBar() - Method in class org.freehep.application.Application
 
getShowToolBar() - Method in class org.freehep.application.Application
 
getStatusBar() - Method in class org.freehep.application.Application
 
getStopEnabled() - Method in class org.freehep.application.ProgressMeter
 
getString(Properties, String, String) - Static method in class org.freehep.application.PropertyUtilities
 
getStringArray(Properties, String, String[]) - Static method in class org.freehep.application.PropertyUtilities
 
getStringCollection(Properties, String, Collection) - Static method in class org.freehep.application.PropertyUtilities
 
getSystemExtensionsDir() - Method in class org.freehep.application.studio.Studio
 
getTabPlacement() - Method in class org.freehep.application.mdi.TabbedPageManager
 
getText() - Method in class org.freehep.application.RecentItemTextField
Returns the text currently showing in the text field.
getTitle() - Method in class org.freehep.application.mdi.PageContext
Get the name associated with the page
getTitle() - Method in class org.freehep.application.studio.PluginInfo
 
getToolBarHolder() - Method in class org.freehep.application.Application
 
getURL(Properties, String, URL) - Static method in class org.freehep.application.PropertyUtilities
Load a URL from a properties file.
getUserExtensionsDir() - Method in class org.freehep.application.studio.Studio
 
getUserProperties() - Method in class org.freehep.application.Application
 
getValue() - Method in class org.freehep.application.StoppableInputStream
 
getValueAt(int, int) - Method in class org.freehep.application.PropertyUtilities.PropertyTable
 
getValueIsAdjusting() - Method in class org.freehep.application.StoppableInputStream
 
getVersion() - Method in class org.freehep.application.Application
 
getVersion() - Method in class org.freehep.application.studio.PluginInfo
 
getXMLMenuBuilder() - Method in class org.freehep.application.Application
 

H

handleCommandError(Throwable) - Method in class org.freehep.application.Application.ApplicationCommandTargetManager
 
handleEvent(EventObject) - Method in interface org.freehep.application.studio.StudioListener
 
hashCode() - Method in class org.freehep.application.studio.PluginInfo
 
hasListeners(Class) - Method in class org.freehep.application.studio.EventSender
 
HasPopupItems - Interface in org.freehep.application
Deprecated. Use org.freehep.swing.popup.HasPopupItems instead.
HelpService - Interface in org.freehep.application
HelpInterface is the interface which users of the help system deal with.

I

iconChanged(PageContext) - Method in class org.freehep.application.mdi.InternalFramePageManager
 
iconChanged(PageContext) - Method in class org.freehep.application.mdi.PageManager
 
iconChanged(PageContext) - Method in class org.freehep.application.mdi.TabbedPageManager
 
indexOfPage(PageContext) - Method in class org.freehep.application.mdi.ControlPageManager
 
indexOfPage(PageContext) - Method in class org.freehep.application.mdi.TabbedPageManager
 
init() - Method in class org.freehep.application.Application
 
init(List, PageContext) - Method in class org.freehep.application.mdi.InternalFramePageManager
 
init(List, PageContext) - Method in class org.freehep.application.mdi.PageManager
 
init(List, PageContext) - Method in class org.freehep.application.mdi.TabbedPageManager
 
init() - Method in class org.freehep.application.studio.Plugin
Called to initialize the plugin.
init() - Method in class org.freehep.application.studio.pluginmanager.PluginManager
 
init() - Method in class org.freehep.application.studio.Studio
 
INITIALIZATION_COMPLETE - Static variable in class org.freehep.application.ApplicationEvent
 
initializationComplete(ApplicationEvent) - Method in interface org.freehep.application.ApplicationListener
 
InternalFramePageManager - Class in org.freehep.application.mdi
A PageManager which manages its pages as InternalFrames on a Desktop
InternalFramePageManager() - Constructor for class org.freehep.application.mdi.InternalFramePageManager
 
InternalFramePageManager.MDIDesktopPane - Class in org.freehep.application.mdi
 
InternalFramePageManager.MDIDesktopPane() - Constructor for class org.freehep.application.mdi.InternalFramePageManager.MDIDesktopPane
 
invoke(Method, Object[]) - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
isAvailable(String) - Method in class org.freehep.application.services.app.AppServiceManager
 
isAvailable(String) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
isAvailable(String) - Method in interface org.freehep.application.services.ServiceManager
 
isClickDefault() - Method in class org.freehep.application.RecentItemTextField
Getter for property clickDefault.
isDrawBorder() - Method in class org.freehep.application.PrintHelper
 
isIndeterminate() - Method in class org.freehep.application.ProgressMeter
 
isLoadAtStart() - Method in class org.freehep.application.studio.PluginInfo
 
isShowFooter() - Method in class org.freehep.application.PrintHelper
 
isShowHeader() - Method in class org.freehep.application.PrintHelper
 

J

JNLPFileAccess - Class in org.freehep.application.services.jnlp
Implementation of FileAccess for use in unsigned JNLP applications.
JNLPFileAccess(FileContents) - Constructor for class org.freehep.application.services.jnlp.JNLPFileAccess
Creates new JNLPFileAccess
JNLPServiceManager - Class in org.freehep.application.services.jnlp
 
JNLPServiceManager() - Constructor for class org.freehep.application.services.jnlp.JNLPServiceManager
Creates new JNLPServiceManager

L

listenerList - Variable in class org.freehep.application.mdi.PageManager
 
loadDefaultProperties(Properties) - Method in class org.freehep.application.Application
 
loadDefaultProperties(Properties) - Method in class org.freehep.application.mdi.MDIApplication
 
LOADDIR - Static variable in class org.freehep.application.studio.Studio
 
loadPlugins(List, ClassLoader) - Method in class org.freehep.application.studio.Studio
 
loadUserPreferences(Properties) - Method in class org.freehep.application.services.app.AppServiceManager
 
loadUserPreferences(Properties) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
loadUserPreferences(Properties) - Method in interface org.freehep.application.services.ServiceManager
 
LookAndFeelMenu - Class in org.freehep.application
A menu for setting the look and feel of an application
LookAndFeelMenu() - Constructor for class org.freehep.application.LookAndFeelMenu
Creates a Look and Feel menu

M

main(String[]) - Static method in class org.freehep.application.studio.Studio
 
makeAvailable(String) - Method in class org.freehep.application.services.app.AppServiceManager
 
makeAvailable(String) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
makeAvailable(String, String) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
makeAvailable(String) - Method in interface org.freehep.application.services.ServiceManager
 
ManagedPage - Interface in org.freehep.application.mdi
An optional interface that can be implemented by pages managed by a PageManager.
mark(int) - Method in class org.freehep.application.StoppableInputStream
 
MDIApplication - Class in org.freehep.application.mdi
Extends Application to provide MDI facilities.
MDIApplication(String) - Constructor for class org.freehep.application.mdi.MDIApplication
Creates new MDIApplication
MDIApplication.MDICommandProcessor - Class in org.freehep.application.mdi
 
MDIApplication.MDICommandProcessor() - Constructor for class org.freehep.application.mdi.MDIApplication.MDICommandProcessor
 
modifyPopupMenu(JPopupMenu, Component, Point) - Method in class org.freehep.application.mdi.ControlPageManager.InternalPanel
 
modifyPopupMenu(JPopupMenu, Component, Point) - Method in class org.freehep.application.mdi.InternalFramePageManager.MDIDesktopPane
 
modifyPopupMenu(JPopupMenu, Component, Point) - Method in class org.freehep.application.mdi.PageManager
 
modifyPopupMenu(JPopupMenu, Component, Point) - Method in class org.freehep.application.mdi.ToolBarHolder
 

O

onAbout() - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
onCloseAllPages() - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
onCloseAllPagesByType() - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
onCloseOtherPages() - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
onCloseOtherPagesByType() - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
onClosePage() - Method in class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
onError(PrinterException) - Method in class org.freehep.application.Application.AppPrintPreview
 
onError(PrinterException) - Method in class org.freehep.application.PrintPreview
 
onExit() - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
onHelpContents() - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
onHelpIndex() - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
onHelpSearch() - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
onInternalFrames(boolean) - Method in class org.freehep.application.mdi.MDIApplication.MDICommandProcessor
 
onPluginManager() - Method in class org.freehep.application.studio.pluginmanager.PluginManager.Commands
 
onPrint(Pageable) - Method in class org.freehep.application.Application.AppPrintPreview
 
onPrint(Pageable) - Method in class org.freehep.application.PrintPreview
Called if the user chooses Print.
onShowStatusBar(boolean) - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
onShowToolBar(boolean) - Method in class org.freehep.application.Application.ApplicationCommandProcessor
 
onTabbedPanes(boolean) - Method in class org.freehep.application.mdi.MDIApplication.MDICommandProcessor
 
openFileDialog(FileFilter[], FileFilter, String) - Method in class org.freehep.application.services.app.AppServiceManager
 
openFileDialog(FileFilter[], FileFilter, String) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
openFileDialog(FileFilter[], FileFilter, String) - Method in interface org.freehep.application.services.ServiceManager
 
openPage(Component, String, Icon, String) - Method in class org.freehep.application.mdi.ControlPageManager
 
openPage(Component, String, Icon, String) - Method in class org.freehep.application.mdi.InternalFramePageManager
 
openPage(Component, String, Icon) - Method in class org.freehep.application.mdi.PageManager
 
openPage(Component, String, Icon, String) - Method in class org.freehep.application.mdi.PageManager
 
openPage(Component, String, Icon, String) - Method in class org.freehep.application.mdi.TabbedPageManager
 
org.freehep.application - package org.freehep.application
Application Framework (see documentation).
org.freehep.application.mdi - package org.freehep.application.mdi
 
org.freehep.application.services - package org.freehep.application.services
 
org.freehep.application.services.app - package org.freehep.application.services.app
 
org.freehep.application.services.jnlp - package org.freehep.application.services.jnlp
 
org.freehep.application.studio - package org.freehep.application.studio
 
org.freehep.application.studio.pluginmanager - package org.freehep.application.studio.pluginmanager
 
ORIENTATION_BEST_FIT - Static variable in class org.freehep.application.PrintHelper
 
ORIENTATION_LANDSCAPE - Static variable in class org.freehep.application.PrintHelper
 
ORIENTATION_PORTRAIT - Static variable in class org.freehep.application.PrintHelper
 

P

pageChanged(PageEvent) - Method in interface org.freehep.application.mdi.PageListener
 
pageClosed() - Method in interface org.freehep.application.mdi.ManagedPage
Called after this page has been closed.
PAGECLOSED - Static variable in class org.freehep.application.mdi.PageEvent
 
PageContext - Class in org.freehep.application.mdi
Allows the user to interact with a Page in an abstract way
pageDeiconized() - Method in interface org.freehep.application.mdi.ManagedPage
Called when this page is deiconized
PAGEDEICONIZED - Static variable in class org.freehep.application.mdi.PageEvent
 
pageDeselected() - Method in interface org.freehep.application.mdi.ManagedPage
Called when this page is no longer the "selected" page
PAGEDESELECTED - Static variable in class org.freehep.application.mdi.PageEvent
 
PageEvent - Class in org.freehep.application.mdi
Page Events are delivered to PageListeners in response to user interaction with a page
PageEvent(PageContext, int) - Constructor for class org.freehep.application.mdi.PageEvent
 
pageIconized() - Method in interface org.freehep.application.mdi.ManagedPage
Called when this page is iconized
PAGEICONIZED - Static variable in class org.freehep.application.mdi.PageEvent
 
PageListener - Interface in org.freehep.application.mdi
 
PageManager - Class in org.freehep.application.mdi
A PageManager manages a set of pages.
PageManager() - Constructor for class org.freehep.application.mdi.PageManager
 
PageManager.PageManagerCommandProcessor - Class in org.freehep.application.mdi
 
PageManager.PageManagerCommandProcessor() - Constructor for class org.freehep.application.mdi.PageManager.PageManagerCommandProcessor
 
PageManagerMenu - Class in org.freehep.application.studio
A menu that includes a list of all available page managers.
PageManagerMenu() - Constructor for class org.freehep.application.studio.PageManagerMenu
 
pageManagerType() - Method in class org.freehep.application.mdi.PageManager
 
PAGEOPENED - Static variable in class org.freehep.application.mdi.PageEvent
 
pages() - Method in class org.freehep.application.mdi.PageManager
 
pageSelected() - Method in interface org.freehep.application.mdi.ManagedPage
Called when this page becomes the current "selected" page
PAGESELECTED - Static variable in class org.freehep.application.mdi.PageEvent
 
Plugin - Class in org.freehep.application.studio
A base class which Plugins must extend
Plugin() - Constructor for class org.freehep.application.studio.Plugin
 
PluginInfo - Class in org.freehep.application.studio
Provides a description of a plugin.
PluginInfo(Element) - Constructor for class org.freehep.application.studio.PluginInfo
Builds a PluginInfo from a JDOM element
PluginManager - Class in org.freehep.application.studio.pluginmanager
A Plugin which provides a Plugin Manager.
PluginManager() - Constructor for class org.freehep.application.studio.pluginmanager.PluginManager
 
PluginManager.Commands - Class in org.freehep.application.studio.pluginmanager
 
PluginManager.Commands() - Constructor for class org.freehep.application.studio.pluginmanager.PluginManager.Commands
 
postInit() - Method in class org.freehep.application.studio.Plugin
Called after all plugins have been loaded, but before the GUI has become visible
print(Graphics, PageFormat, int) - Method in class org.freehep.application.PrintHelper
 
print() - Method in class org.freehep.application.PrintHelper
 
print(Printable) - Method in class org.freehep.application.services.app.AppServiceManager
 
print(Pageable) - Method in class org.freehep.application.services.app.AppServiceManager
 
print(Pageable) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
Prints a document using the given Pageable object
print(Printable) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
Prints a document using the given Printable object.
print(Pageable) - Method in interface org.freehep.application.services.ServiceManager
Prints a document using the given Pageable object
print(Printable) - Method in interface org.freehep.application.services.ServiceManager
Prints a document using the given Printable object.
PrintHelper - Class in org.freehep.application
 
PrintHelper(Component, Studio) - Constructor for class org.freehep.application.PrintHelper
 
printPreview(Component) - Method in class org.freehep.application.PrintHelper
 
PrintPreview - Class in org.freehep.application
This class can be used to add print preview capabilities to an application.
PrintPreview() - Constructor for class org.freehep.application.PrintPreview
Create an empty PrintPreview
ProgressMeter - Class in org.freehep.application
A progress meter designed to slot into a StatusBar.
ProgressMeter() - Constructor for class org.freehep.application.ProgressMeter
 
ProgressMeter(boolean) - Constructor for class org.freehep.application.ProgressMeter
 
PropertyUtilities - Class in org.freehep.application
A set of static methods for operating on a Properties set
PropertyUtilities() - Constructor for class org.freehep.application.PropertyUtilities
 
PropertyUtilities.PropertyTable - Class in org.freehep.application
Creates a TableModel from a property set
PropertyUtilities.TranslatedProperties - Class in org.freehep.application
A Properties object whose values and defaults are automatically translated if they contain {prop} tokens.
PropertyUtilities.TranslatedProperties() - Constructor for class org.freehep.application.PropertyUtilities.TranslatedProperties
 
PropertyUtilities.TranslatedProperties(Properties) - Constructor for class org.freehep.application.PropertyUtilities.TranslatedProperties
 

R

read(byte[]) - Method in class org.freehep.application.StoppableInputStream
 
read() - Method in class org.freehep.application.StoppableInputStream
 
read(byte[], int, int) - Method in class org.freehep.application.StoppableInputStream
 
RecentItemTextField - Class in org.freehep.application
This class is ideal if you want to have a text field for user input but also have a list of recently selected items available to choose from.
RecentItemTextField() - Constructor for class org.freehep.application.RecentItemTextField
 
RecentItemTextField(String[], boolean) - Constructor for class org.freehep.application.RecentItemTextField
Creates a RecentItemTextField with the given list of drop-down items.
RecentItemTextField(String, int, boolean) - Constructor for class org.freehep.application.RecentItemTextField
Creates a RecentItemTextField with a dropDown list that will be stored in the user properties object for the Application.
RecentItemTextField(String, String, boolean) - Constructor for class org.freehep.application.RecentItemTextField
Creates a RecentItemTextField with a dropDown list that will be stored in the user properties object for the Application.
removeApplicationListener(ApplicationListener) - Method in class org.freehep.application.Application
 
removeChangeListener(ChangeListener) - Method in class org.freehep.application.StoppableInputStream
 
removeEventListener(StudioListener, Class) - Method in class org.freehep.application.studio.EventSender
 
removePageListener(PageListener) - Method in class org.freehep.application.mdi.PageContext
Remove a previously installed PageListener
removePageListener(PageListener) - Method in class org.freehep.application.mdi.PageManager
Remove a previously installed PageListener
removeToolBar(JToolBar) - Method in class org.freehep.application.mdi.MDIApplication
 
requestFocus() - Method in class org.freehep.application.RecentItemTextField
Requests focus for the text field of the box.
requestShow() - Method in class org.freehep.application.mdi.PageContext
Requests that the associated page be shown If the page is iconized it is deiconized, and bought to the top
reset() - Method in class org.freehep.application.StoppableInputStream
 
run() - Method in class org.freehep.application.studio.pluginmanager.PluginManager
 

S

saveFileAsDialog(FileFilter[], FileFilter, String, InputStream) - Method in class org.freehep.application.services.app.AppServiceManager
 
saveFileAsDialog(FileFilter[], FileFilter, String, InputStream) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
saveFileAsDialog(FileFilter[], FileFilter, String, InputStream) - Method in interface org.freehep.application.services.ServiceManager
 
saveState() - Method in class org.freehep.application.RecentItemTextField
If a key was supplied to the constructor, the drop-down list will be updated to include the currently selected item.
saveUserProperties() - Method in class org.freehep.application.Application
 
saveUserProperties() - Method in class org.freehep.application.mdi.MDIApplication
 
selectedPageManager() - Method in class org.freehep.application.mdi.MDIApplication
 
ServiceManager - Interface in org.freehep.application.services
This interface is implemented by all ServiceManagers.
setActive(boolean) - Method in class org.freehep.application.mdi.InternalFramePageManager
 
setActive(boolean) - Method in class org.freehep.application.mdi.PageManager
Called whenever the page manager becomes, or ceases to be, in use.
setActive(boolean) - Method in class org.freehep.application.mdi.TabbedPageManager
 
setBoolean(Properties, String, boolean) - Static method in class org.freehep.application.PropertyUtilities
 
setClickDefault(boolean) - Method in class org.freehep.application.RecentItemTextField
Setter for property clickDefault.
setClipboardContents(Transferable) - Method in class org.freehep.application.services.app.AppServiceManager
 
setClipboardContents(Transferable) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
setClipboardContents(Transferable) - Method in interface org.freehep.application.services.ServiceManager
 
setColor(Properties, String, Color) - Static method in class org.freehep.application.PropertyUtilities
 
setConsoleManager(PageManager) - Method in class org.freehep.application.mdi.MDIApplication
 
setControlManager(PageManager) - Method in class org.freehep.application.mdi.MDIApplication
 
setDrawBorder(boolean) - Method in class org.freehep.application.PrintHelper
 
setExtent(int) - Method in class org.freehep.application.StoppableInputStream
 
setFloat(Properties, String, float) - Static method in class org.freehep.application.PropertyUtilities
 
setFooter(String) - Method in class org.freehep.application.PrintHelper
 
setHeader(String) - Method in class org.freehep.application.PrintHelper
 
setIcon(Icon) - Method in class org.freehep.application.mdi.PageContext
Set the icon associated with the window
setIndeterminate(boolean) - Method in class org.freehep.application.ProgressMeter
 
setInteger(Properties, String, int) - Static method in class org.freehep.application.PropertyUtilities
 
setKey(String) - Method in class org.freehep.application.RecentItemTextField
Setter for property key.
setLoadAtStart(boolean) - Method in class org.freehep.application.studio.PluginInfo
 
setLoadDirectory(File) - Method in class org.freehep.application.studio.PluginInfo
 
setLookAndFeel(String) - Method in class org.freehep.application.Application
 
setMaximum(int) - Method in class org.freehep.application.StoppableInputStream
 
setMaxLength(long) - Method in interface org.freehep.application.services.FileAccess
Sets the maximum file length for the file.
setMaxLength(long) - Method in class org.freehep.application.services.jnlp.JNLPFileAccess
 
setMaxWidth(int) - Method in class org.freehep.application.RecentItemTextField
Set the maximum width of the box.
setMessage(String) - Method in class org.freehep.application.StatusBar
Set the message to display in the status bar.
setMinimum(int) - Method in class org.freehep.application.StoppableInputStream
 
setMinWidth(int) - Method in class org.freehep.application.RecentItemTextField
Set the minimum width of the box.
setModel(BoundedRangeModel) - Method in class org.freehep.application.ProgressMeter
Set the model for the progress bar
setNumberOfItems(int) - Method in class org.freehep.application.RecentItemTextField
Setter for property numberOfItems.
setOrientation(int) - Method in class org.freehep.application.PrintHelper
 
setPageable(Pageable) - Method in class org.freehep.application.PrintPreview
Set a target Pageable.
setPageContext(PageContext) - Method in interface org.freehep.application.mdi.ManagedPage
Called after the page is created to set its page context.
setPageManager(PageManager) - Method in class org.freehep.application.mdi.MDIApplication
 
setPageManagerType(String) - Method in class org.freehep.application.mdi.PageManager
 
setPrintable(Printable) - Method in class org.freehep.application.Application.AppPrintPreview
 
setPrintable(Printable) - Method in class org.freehep.application.PrintPreview
Set a target Printable using the default PageFormat.
setPrintable(Printable, PageFormat) - Method in class org.freehep.application.PrintPreview
Set a target Printable.
setRangeProperties(int, int, int, int, boolean) - Method in class org.freehep.application.StoppableInputStream
 
setRectangle(Properties, String, Rectangle) - Static method in class org.freehep.application.PropertyUtilities
 
setScaleUp(boolean) - Method in class org.freehep.application.PrintHelper
 
setSelectedPageManager(PageManager) - Method in class org.freehep.application.mdi.MDIApplication
 
setShowFooter(boolean) - Method in class org.freehep.application.PrintHelper
 
setShowHeader(boolean) - Method in class org.freehep.application.PrintHelper
 
setShowStatusBar(boolean) - Method in class org.freehep.application.Application
Show or Hide the status bar.
setShowStopButton(boolean) - Method in class org.freehep.application.ProgressMeter
 
setShowToolBar(boolean) - Method in class org.freehep.application.Application
Show or Hide the tool bar.
setStage(String) - Method in interface org.freehep.application.Application.InitializationListener
 
setStatusMessage(String) - Method in class org.freehep.application.Application
Display a message in the applications status bar.
setStopEnabled(boolean) - Method in class org.freehep.application.ProgressMeter
 
setStoppable(Stoppable) - Method in class org.freehep.application.ProgressMeter
Set a stoppable, which will be stopped if the user presses the stop button
setString(Properties, String, String) - Static method in class org.freehep.application.PropertyUtilities
 
setStringArray(Properties, String, String[]) - Static method in class org.freehep.application.PropertyUtilities
 
setStringCollection(Properties, String, Collection) - Static method in class org.freehep.application.PropertyUtilities
 
setTabPlacement(int) - Method in class org.freehep.application.mdi.TabbedPageManager
 
setText(String) - Method in class org.freehep.application.RecentItemTextField
Sets the text showing in the text field.
setTitle(String) - Method in class org.freehep.application.mdi.PageContext
Set the title of the window
setURL(Properties, String, URL) - Static method in class org.freehep.application.PropertyUtilities
 
setValue(int) - Method in class org.freehep.application.StoppableInputStream
 
setValueIsAdjusting(boolean) - Method in class org.freehep.application.StoppableInputStream
 
setVisible(boolean) - Method in class org.freehep.application.SplashScreen
Show or hide the splash screen.
show(PageContext) - Method in class org.freehep.application.mdi.ControlPageManager
 
show(PageContext) - Method in class org.freehep.application.mdi.InternalFramePageManager
 
show(PageContext) - Method in class org.freehep.application.mdi.PageManager
 
show(PageContext) - Method in class org.freehep.application.mdi.TabbedPageManager
 
showDialog(JDialog, String) - Method in class org.freehep.application.Application
Shows a dialog and remembers its screen position (across sessions)
showHelpContents() - Method in class org.freehep.application.Application
Shows the table of contents for the help system.
showHelpIndex() - Method in class org.freehep.application.Application
Shows the index for the help system.
showHelpSearch() - Method in class org.freehep.application.Application
Opens a search window for the help system.
showHelpTopic(String) - Method in class org.freehep.application.Application
 
showHelpTopic(String, Component) - Method in class org.freehep.application.Application
 
showHelpTopic(String, String, Component) - Method in interface org.freehep.application.HelpService
Shows the specified JavaHelp topic according to the display parameters provided.
showInputDialog(Component, Object, String) - Static method in class org.freehep.application.RecentItemTextField
Show an input dialog, with a record of recent entries.
showInputDialog(Component, Object, String, int, String) - Static method in class org.freehep.application.RecentItemTextField
Show an input dialog, with a record of recent entries.
showOptionsDialog(Component) - Method in class org.freehep.application.PrintHelper
 
showPageFormatDialog(PageFormat) - Method in class org.freehep.application.services.app.AppServiceManager
 
showPageFormatDialog(PageFormat) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
Displays a dialog that allows modification of a PageFormat instance.
showPageFormatDialog(PageFormat) - Method in interface org.freehep.application.services.ServiceManager
Displays a dialog that allows modification of a PageFormat instance.
showStatus(String, int) - Method in class org.freehep.application.SplashScreen
Updates the status bar.
shutdown() - Method in class org.freehep.application.studio.Plugin
Called to shutdown the plugin (if supported)
skip(long) - Method in class org.freehep.application.StoppableInputStream
 
SplashScreen - Class in org.freehep.application
A SplashScreen for use when starting applications.
SplashScreen(Icon, String, String) - Constructor for class org.freehep.application.SplashScreen
Create a new SplashScreen
startPlugin(PluginInfo) - Method in class org.freehep.application.studio.Studio
 
StatusBar - Class in org.freehep.application
An status bar typically displayed at the bottom of the application window.
StatusBar() - Constructor for class org.freehep.application.StatusBar
Create a new StatusBar
stop() - Method in interface org.freehep.application.Stoppable
 
stop() - Method in class org.freehep.application.StoppableInputStream
 
Stoppable - Interface in org.freehep.application
A interface to be implemented by things that can be stopped.
StoppableInputStream - Class in org.freehep.application
An input stream which also implements Stoppable.
StoppableInputStream(URL) - Constructor for class org.freehep.application.StoppableInputStream
 
StoppableInputStream(InputStream, int) - Constructor for class org.freehep.application.StoppableInputStream
 
stopPlugin(PluginInfo) - Method in class org.freehep.application.studio.Studio
 
storeUserPreferences(Properties) - Method in class org.freehep.application.services.app.AppServiceManager
 
storeUserPreferences(Properties) - Method in class org.freehep.application.services.jnlp.JNLPServiceManager
 
storeUserPreferences(Properties) - Method in interface org.freehep.application.services.ServiceManager
 
Studio - Class in org.freehep.application.studio
 
Studio(String) - Constructor for class org.freehep.application.studio.Studio
 
StudioListener - Interface in org.freehep.application.studio
 
succeeded() - Method in interface org.freehep.application.Application.InitializationListener
 

T

TabbedPageManager - Class in org.freehep.application.mdi
 
TabbedPageManager() - Constructor for class org.freehep.application.mdi.TabbedPageManager
Creates new TabbedPageManager
tabs - Variable in class org.freehep.application.mdi.TabbedPageManager
 
TILE_HORIZONTALLY - Static variable in class org.freehep.application.mdi.InternalFramePageManager
 
TILE_VERTICALLY - Static variable in class org.freehep.application.mdi.InternalFramePageManager
 
titleChanged(PageContext) - Method in class org.freehep.application.mdi.InternalFramePageManager
 
titleChanged(PageContext) - Method in class org.freehep.application.mdi.PageManager
 
titleChanged(PageContext) - Method in class org.freehep.application.mdi.TabbedPageManager
 
TOOLBAR_AUTO - Static variable in class org.freehep.application.mdi.MDIApplication
 
TOOLBAR_DEFAULT - Static variable in class org.freehep.application.mdi.MDIApplication
 
TOOLBAR_INVISIBLE - Static variable in class org.freehep.application.mdi.MDIApplication
 
TOOLBAR_PROGRAM - Static variable in class org.freehep.application.mdi.MDIApplication
 
TOOLBAR_VISIBLE - Static variable in class org.freehep.application.mdi.MDIApplication
 
ToolBarHolder - Class in org.freehep.application.mdi
 
ToolBarHolder() - Constructor for class org.freehep.application.mdi.ToolBarHolder
 
toString() - Method in class org.freehep.application.mdi.PageContext
 
toString() - Method in class org.freehep.application.mdi.PageEvent
 
translate(Properties, String) - Static method in class org.freehep.application.PropertyUtilities
Translates a string by substituting tokens of the form {name} to the value of property name in the properties set.
type() - Method in class org.freehep.application.mdi.PageContext
 

U

updateComponentTreeUI(Component) - Static method in class org.freehep.application.Application
A simple minded look and feel change: ask each node in the tree to updateUI() -- that is, to initialize its UI property with the current look and feel.
updateUI() - Method in class org.freehep.application.Application
 

V

versionNumberCompare(String, String) - Static method in class org.freehep.application.Application
Compares two version numbers of the form 1.2.3.4

W

whenAvailable(String, Runnable) - Method in class org.freehep.application.Application
Run Runnable when part is downloaded and available.
WindowMenu - Class in org.freehep.application.mdi
A menu that includes a list of all active windows.
WindowMenu() - Constructor for class org.freehep.application.mdi.WindowMenu
 

A B C D E F G H I J L M O P R S T U V W

Copyright © 2000-2006 FreeHEP. All Rights Reserved.