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

A

AbstractAgentRequestFilter - Class in com.creamtec.ajaxswing.core
Provides base implementation for AgentRequestFilter interface
AbstractAgentRequestFilter() - Constructor for class com.creamtec.ajaxswing.core.AbstractAgentRequestFilter
 
AbstractDocument - Class in com.creamtec.ajaxswing.rendering
 
AbstractDocument() - Constructor for class com.creamtec.ajaxswing.rendering.AbstractDocument
 
AbstractDocumentRenderer - Class in com.creamtec.ajaxswing.rendering
Acts as a base class for all document renderers and contains logic shared by all of them.
AbstractDocumentRenderer() - Constructor for class com.creamtec.ajaxswing.rendering.AbstractDocumentRenderer
 
AbstractHTMLComponentRenderer - Class in com.creamtec.ajaxswing.rendering.html
Convenience base class to delegate renderComponent to an HTML specific method
AbstractHTMLComponentRenderer() - Constructor for class com.creamtec.ajaxswing.rendering.html.AbstractHTMLComponentRenderer
 
AbstractMenuRenderer - Class in com.creamtec.ajaxswing.rendering.html
 
AbstractMenuRenderer() - Constructor for class com.creamtec.ajaxswing.rendering.html.AbstractMenuRenderer
 
AccordionPane - Class in com.creamtec.ajaxswing.support.components
Custom component that mimics expanding Outlook folders
AccordionPane() - Constructor for class com.creamtec.ajaxswing.support.components.AccordionPane
 
AccordionPane(JMenuBar) - Constructor for class com.creamtec.ajaxswing.support.components.AccordionPane
 
AccordionPane.Tree - Class in com.creamtec.ajaxswing.support.components
Marker interface for accordion tree
AccordionPane.Tree(AccordionPane.TreeNode) - Constructor for class com.creamtec.ajaxswing.support.components.AccordionPane.Tree
 
AccordionPane.TreeNode - Class in com.creamtec.ajaxswing.support.components
Marker interface for accordion tree node
AccordionPane.TreeNode() - Constructor for class com.creamtec.ajaxswing.support.components.AccordionPane.TreeNode
 
AccordionPane.TreeNode(String, Object) - Constructor for class com.creamtec.ajaxswing.support.components.AccordionPane.TreeNode
 
AccordionPaneRenderer - Class in com.creamtec.ajaxswing.rendering.html
 
AccordionPaneRenderer() - Constructor for class com.creamtec.ajaxswing.rendering.html.AccordionPaneRenderer
 
ActionData - Class in com.creamtec.ajaxswing.core
Contains parameters, associated with action, that needs to be performed or emulated.
ActionData() - Constructor for class com.creamtec.ajaxswing.core.ActionData
 
ActionEmulator - Interface in com.creamtec.ajaxswing.gui
This interface must be implemented to override default, or provide custom action emulation within the system.
actionOverridden(AbstractDocument, ActionData) - Method in class com.creamtec.ajaxswing.gui.WindowUpdater
Returns true if this action is overidden by a configuration property
actionPerformed(Object) - Method in class com.creamtec.ajaxswing.servlet.SessionManager
Resets timeout information for the given session.
add(String, int) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingChoicePeer
 
add(String, int) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingListPeer
 
add(String, JComponent) - Method in class com.creamtec.ajaxswing.support.components.AccordionPane
Adds a new tab to the pane
add(JMenu) - Method in class com.creamtec.ajaxswing.support.components.AccordionPane
Adds the tab with the menu title and all of it's children represented as a tree
addAgent(Object, ClientAgentRemote) - Method in class com.creamtec.ajaxswing.servlet.AppDesc
Adds the given agent to the list of currently running agents.
addBlockedThread(AjaxSwingThread) - Method in class com.creamtec.ajaxswing.core.ClientAgent
Adds the given thread to the list of blocked threads within the clinet.
addDirtyRegion(JComponent, int, int, int, int) - Method in class com.creamtec.ajaxswing.gui.AjaxSwingRepaintManager
 
addHelpMenu(Menu) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingMenuPeer
 
addInvalidComponent(JComponent) - Method in class com.creamtec.ajaxswing.gui.AjaxSwingRepaintManager
 
addItem(String, int) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingChoicePeer
 
addItem(String, int) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingListPeer
 
addItem(MenuItem) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingMenuPeer
 
addMenu(Menu) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingMenuPeer
 
addMenus(JMenuBar) - Method in class com.creamtec.ajaxswing.support.components.AccordionPane
Adds all menus of the menu bar as tabs with trees of items
addSeparator() - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingMenuPeer
 
addSession(Object, SessionListener) - Method in class com.creamtec.ajaxswing.servlet.SessionManager
Places a session into a map of sessions.
adjustBounds(ClientAgent, Rectangle) - Method in class com.creamtec.ajaxswing.gui.WindowUpdateContext
 
afterCreate(int, ClientAgentRemote) - Method in interface com.creamtec.ajaxswing.AjaxSwingSessionListener
Called after a new client agent instance is created.
afterDestroy(int, ClientAgentRemote) - Method in interface com.creamtec.ajaxswing.AjaxSwingSessionListener
Called after a client agent session is destroyed due to a time out or user exit
afterEmulateRequest() - Method in class com.creamtec.ajaxswing.gui.AjaxSwingUIManager
Called after the emulation of the request is finished
afterRender() - Method in class com.creamtec.ajaxswing.rendering.AbstractDocument
 
afterRender() - Method in interface com.creamtec.ajaxswing.rendering.Document
Callback function called after a document is rendered
afterRender() - Method in class com.creamtec.ajaxswing.rendering.html.positioned.AjaxPage
 
afterRenderComponent(Document, Object) - Method in class com.creamtec.ajaxswing.rendering.AbstractDocumentRenderer
A callback method that is invoked right after the component is rendered
afterRenderComponent(Document, Object) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPageRenderer
Callback method invoked after rendering a component.
afterRenderComponent(HTMLPage, Object) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPageRenderer
Callback method invoked after rendering a component
AGENT_ALLOW_LF_CHANGE - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_APP_PARAMS - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_CLASSPATH - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_IGNORE_UNSUPPORTED_ACTIONS - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_REQUEST_TIMEOUT - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_RUN_AS_APPLET - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_START_CLASS_NAME - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_START_WINDOW - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_USE_AJAXSWING_FONTS_CONFIG_FILE - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AGENT_USE_PLATFORM_FONT_CONFIGURATION - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AgentInitData - Class in com.creamtec.ajaxswing.core
Contains Client Agent initialization data, that is passed to a newly instantiated client
AgentInitData(int, float, boolean, int) - Constructor for class com.creamtec.ajaxswing.core.AgentInitData
Initializes the data with the given browser info
AgentRequestFilter - Interface in com.creamtec.ajaxswing.core
Used to do pre- and post-processing of requests received by the client agent.
AgentRequestFilterExample - Class in com.creamtec.ajaxswing.examples
Demonstrates the usage of AgentRequestFilter interface to intercept standard AjaxSwing "resize" action and to modify the generated HTML pages.
AgentRequestFilterExample() - Constructor for class com.creamtec.ajaxswing.examples.AgentRequestFilterExample
 
agents - Variable in class com.creamtec.ajaxswing.servlet.AppDesc
Map of agents
agentsCount - Variable in class com.creamtec.ajaxswing.core.AgentInitData
Numberof agents in AjaxSwing.
AjaxComponentState - Class in com.creamtec.ajaxswing.rendering.html.positioned
 
AjaxComponentState(Object, AjaxPage) - Constructor for class com.creamtec.ajaxswing.rendering.html.positioned.AjaxComponentState
 
AjaxPage - Class in com.creamtec.ajaxswing.rendering.html.positioned
 
AjaxPage() - Constructor for class com.creamtec.ajaxswing.rendering.html.positioned.AjaxPage
 
AjaxPageRenderer - Class in com.creamtec.ajaxswing.rendering.html.positioned
 
AjaxPageRenderer() - Constructor for class com.creamtec.ajaxswing.rendering.html.positioned.AjaxPageRenderer
 
AjaxResponse - Class in com.creamtec.ajaxswing.rendering.html.positioned
 
AjaxResponse() - Constructor for class com.creamtec.ajaxswing.rendering.html.positioned.AjaxResponse
 
AJAXSWING_HOME - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AJAXSWING_VERSION - Static variable in class com.creamtec.ajaxswing.gui.VersionHelper
 
AJAXSWING_VERSION_ID - Static variable in class com.creamtec.ajaxswing.gui.VersionHelper
 
AjaxSwingAgentRequestFilter - Class in com.creamtec.ajaxswing.core
 
AjaxSwingAgentRequestFilter() - Constructor for class com.creamtec.ajaxswing.core.AjaxSwingAgentRequestFilter
 
AjaxSwingAppletContext - Class in com.creamtec.ajaxswing.gui
Used to supply applets running in AjaxSwing with an instance of AppletContext
AjaxSwingAppletContext() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingAppletContext
 
AjaxSwingAppletFrame - Class in com.creamtec.ajaxswing.gui
Used as the main frame that contains applets
AjaxSwingAppletFrame(ClientAgent, Applet) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingAppletFrame
 
AjaxSwingAppletStub - Class in com.creamtec.ajaxswing.gui
AjaxSwing implementation of AppletStub interface.
AjaxSwingAppletStub() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingAppletStub
 
AjaxSwingButtonPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingButtonPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingButtonPeer
 
AjaxSwingCheckboxPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingCheckboxPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingCheckboxPeer
 
AjaxSwingChoicePeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingChoicePeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingChoicePeer
 
AjaxSwingClassLoader - Class in com.creamtec.ajaxswing.core
AjaxSwing uses a custom class loader to isolate applications running in the same JVM.
AjaxSwingClassLoader(URL[]) - Constructor for class com.creamtec.ajaxswing.core.AjaxSwingClassLoader
 
AjaxSwingComponentPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingComponentPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingComponentPeer
Other peers will delegate to their corresponding Swing classes so that sizes can be calculated properly
AjaxSwingContainerPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingContainerPeer(Container) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingContainerPeer
 
AjaxSwingCursorManager - Class in com.creamtec.ajaxswing.gui
 
AjaxSwingCursorManager() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingCursorManager
 
AjaxSwingDialogPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingDialogPeer(Dialog) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingDialogPeer
 
AjaxSwingEventQueue - Class in com.creamtec.ajaxswing.gui
AjaxSwing provides each virtual client with its own EventQueue to isolate clients running in the same JVM.
AjaxSwingEventQueue(ClientAgent) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingEventQueue
 
AjaxSwingException - Exception in com.creamtec.ajaxswing.core
Used to report all errors in AjaxSwing
AjaxSwingException(String) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingException
Initializes exception
AjaxSwingException(String, boolean) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingException
Initializes exception
AjaxSwingException(String, Throwable) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingException
Initializes exception
AjaxSwingException(String, Throwable, boolean) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingException
Initializes exception
AjaxSwingException(String, int) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingException
Initializes exception
AjaxSwingException(String, int, Throwable) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingException
Initializes exception
AjaxSwingException(String, int, Throwable, boolean) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingException
Initializes exception
AjaxSwingFontConfiguration - Class in com.creamtec.ajaxswing.gui
 
AjaxSwingFontConfiguration(SunGraphicsEnvironment) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingFontConfiguration
 
AjaxSwingFontConfiguration(SunGraphicsEnvironment, boolean, boolean) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingFontConfiguration
 
AjaxSwingFramePeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingFramePeer(Frame) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingFramePeer
 
AjaxSwingGenericPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingGenericPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingGenericPeer
 
AjaxSwingGraphicsConfig - Class in com.creamtec.ajaxswing.gui
Used to provide simulated graphics environment for GUI applications.
AjaxSwingGraphicsConfig(GraphicsDevice, int) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingGraphicsConfig
 
AjaxSwingGraphicsDevice - Class in com.creamtec.ajaxswing.gui
Used to provide simulated graphics environment for GUI applications.
AjaxSwingGraphicsEnvironment - Class in com.creamtec.ajaxswing.gui
Used to provide simulated graphics environment for GUI applications.
AjaxSwingGraphicsEnvironment() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingGraphicsEnvironment
 
AjaxSwingGraphicsEnvironment.NameHelper - Class in com.creamtec.ajaxswing.gui
This function is here just because the class name doesn't change during obfuscation
AjaxSwingGraphicsEnvironment.NameHelper() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingGraphicsEnvironment.NameHelper
 
AjaxSwingImage - Class in com.creamtec.ajaxswing.gui
Used as a wrapper around sun.awt.image.Image to capture the creation and loading of all images.
AjaxSwingImage(ImageProducer) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingImage
 
AjaxSwingLabelPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingLabelPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingLabelPeer
 
AjaxSwingListPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingListPeer(List) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingListPeer
 
AjaxSwingLookAndFeel - Class in com.creamtec.ajaxswing.gui
 
AjaxSwingLookAndFeel() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingLookAndFeel
 
AjaxSwingLookAndFeel.LFChangeError - Exception in com.creamtec.ajaxswing.gui
 
AjaxSwingLookAndFeel.LFChangeError() - Constructor for exception com.creamtec.ajaxswing.gui.AjaxSwingLookAndFeel.LFChangeError
 
AjaxSwingManager - Class in com.creamtec.ajaxswing
AjaxSwingManager is a helper class containing miscellaneous methods that provide simple means of integration with AjaxSwing system.
AjaxSwingMenuPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingMenuPeer(MenuComponent) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingMenuPeer
 
AjaxSwingPanelPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingPanelPeer(Panel) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingPanelPeer
 
AjaxSwingProperties - Class in com.creamtec.ajaxswing.core
Caches certain properties for faster lookup.
AjaxSwingProperties() - Constructor for class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AjaxSwingProperties(Properties) - Constructor for class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
AjaxSwingPropertiesManager - Class in com.creamtec.ajaxswing.core
Loads and manages the configuration properties for all applications configured in AjaxSwing/conf directory.
AjaxSwingRegistryManager - Class in com.creamtec.ajaxswing.core
Manages RMI registry.
AjaxSwingRegistryManager() - Constructor for class com.creamtec.ajaxswing.core.AjaxSwingRegistryManager
 
AjaxSwingRepaintManager - Class in com.creamtec.ajaxswing.gui
 
AjaxSwingRepaintManager() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingRepaintManager
 
AjaxSwingRouter - Class in com.creamtec.ajaxswing
AjaxSwing uses the router servlet to receive, pre-process and delegate HTTP requests to the appropriate client agent.
AjaxSwingRouter() - Constructor for class com.creamtec.ajaxswing.AjaxSwingRouter
 
AjaxSwingRouter.InProcessJVMFactory - Class in com.creamtec.ajaxswing
Extends the JVMFactory to provide AjaxSwing with a class that is not loaded from the boot class path.
AjaxSwingRouter.InProcessJVMFactory() - Constructor for class com.creamtec.ajaxswing.AjaxSwingRouter.InProcessJVMFactory
 
AjaxSwingScrollBarPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingScrollBarPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingScrollBarPeer
 
AjaxSwingScrollPanePeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingScrollPanePeer(Container) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingScrollPanePeer
 
AjaxSwingSecurityException - Exception in com.creamtec.ajaxswing.core
Currently not used.
AjaxSwingSecurityException(String) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingSecurityException
 
AjaxSwingSecurityException(int) - Constructor for exception com.creamtec.ajaxswing.core.AjaxSwingSecurityException
 
AjaxSwingServlet - Interface in com.creamtec.ajaxswing.servlet
Created just to link AjaxSwingRouter servlet classes with the boot classes
AjaxSwingSessionListener - Interface in com.creamtec.ajaxswing
AjaxSwingSessionListener can be used to do task that are required before or after a client session has been created or deleted.
AjaxSwingTextAreaPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingTextAreaPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingTextAreaPeer
 
AjaxSwingTextComponentPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingTextComponentPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingTextComponentPeer
 
AjaxSwingTextFieldPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingTextFieldPeer(Component) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingTextFieldPeer
 
AjaxSwingThread - Class in com.creamtec.ajaxswing.core
AjaxSwing uses a pool of its own threads to process incoming requests.
AjaxSwingThread(AjaxSwingThreadGroup) - Constructor for class com.creamtec.ajaxswing.core.AjaxSwingThread
 
AjaxSwingThread.ThreadFlag - Class in com.creamtec.ajaxswing.core
Lock flag that is used to synchronize the execution of operations on this thread
AjaxSwingThread.ThreadFlag() - Constructor for class com.creamtec.ajaxswing.core.AjaxSwingThread.ThreadFlag
 
AjaxSwingThreadGroup - Class in com.creamtec.ajaxswing.core
AjaxSwing uses its own thread groups to keep track of the threads created by, and of behalf of, the virtual application.
AjaxSwingThreadGroup(ClientAgent) - Constructor for class com.creamtec.ajaxswing.core.AjaxSwingThreadGroup
Creates a thread group for the given client agent
AjaxSwingToolkit - Class in com.creamtec.ajaxswing.gui
AjaxSwing's implementation of AWT Toolkit is provided to override instantiation of peers and control other platform specific operations such as image loading.
AjaxSwingToolkit() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingToolkit
 
AjaxSwingToolkit130 - Class in com.creamtec.ajaxswing.gui
AjaxSwing's implementation of AWT Toolkit is provided to override instantiation of peers and control other platform specific operations such as image loading.
AjaxSwingToolkit130() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingToolkit130
 
AjaxSwingToolkit142 - Class in com.creamtec.ajaxswing.gui
AjaxSwing's implementation of AWT Toolkit is provided to override instantiation of peers and control other platform specific operations such as image loading.
AjaxSwingToolkit142() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingToolkit142
 
AjaxSwingToolkit15 - Class in com.creamtec.ajaxswing.gui
AjaxSwing's implementation of AWT Toolkit is provided to override instantiation of peers and control other platform specific operations such as image loading.
AjaxSwingToolkit15() - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingToolkit15
 
AjaxSwingUIManager - Class in com.creamtec.ajaxswing.gui
Manages the UI elements such as windows and components.
AjaxSwingUIManager(ClientAgent) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingUIManager
Instantiates the manager for the given client agent
AjaxSwingVolatileImage - Class in com.creamtec.ajaxswing.gui
This class is needed because platform VolatileImage implementation casts graphics config to platform config which results in exception
AjaxSwingVolatileImage(AjaxSwingGraphicsConfig, int, int) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingVolatileImage
 
AjaxSwingVolatileImage(AjaxSwingGraphicsConfig, int, int, int) - Constructor for class com.creamtec.ajaxswing.gui.AjaxSwingVolatileImage
 
AjaxSwingWindowPeer - Class in com.creamtec.ajaxswing.gui.peer
 
AjaxSwingWindowPeer(Window) - Constructor for class com.creamtec.ajaxswing.gui.peer.AjaxSwingWindowPeer
 
allocateThread() - Method in class com.creamtec.ajaxswing.core.AjaxSwingThreadGroup
Allocate a thread for the given client
allowExit() - Method in class com.creamtec.ajaxswing.core.ClientAgent
Checks if System.exit() is allowed to shutdown the JVM
APP_NAME - Static variable in class com.creamtec.ajaxswing.ServletHelper
 
AppDesc - Class in com.creamtec.ajaxswing.servlet
Application descriptor.
AppDesc(String) - Constructor for class com.creamtec.ajaxswing.servlet.AppDesc
Initializes application
append(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends a string
append(char) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends a character
append(int) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends an integer
append(String) - Method in class com.creamtec.core.FormattedStringBuffer
Appends the given string to the buffer
append(char) - Method in class com.creamtec.core.FormattedStringBuffer
Appends the given character to the buffer
append(StringBuffer) - Method in class com.creamtec.core.FormattedStringBuffer
 
append(FormattedStringBuffer) - Method in class com.creamtec.core.FormattedStringBuffer
 
append(int) - Method in class com.creamtec.core.FormattedStringBuffer
 
appendClippingClause(HTMLPage, Component) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPageRenderer
Should be overriden to get clipping style clause of component in the positioning page renderers.
appendClippingClause(HTMLPage, Component, Rectangle, boolean) - Method in class com.creamtec.ajaxswing.rendering.html.positioned.PositionedPageRenderer
Appends the clipping clause to component style
appendComponentRect(HTMLPage, Component, Rectangle) - Method in class com.creamtec.ajaxswing.rendering.html.positioned.PositionedPageRenderer
 
appendComponentStyle(HTMLPage, Object, boolean) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPageRenderer
Can be overridden to add styles to compoents
appendComponentStyle(HTMLPage, Object, boolean) - Method in class com.creamtec.ajaxswing.rendering.html.positioned.PositionedPageRenderer
Appends component style to the given page.
appendContextMenuEventHandler(HTMLPage, Component) - Static method in class com.creamtec.ajaxswing.rendering.html.RenderUtils
 
appendElementId - Variable in class com.creamtec.ajaxswing.rendering.RenderContext
If set, appendComponentName (and therefore appendInput and everything else that uses it) will append id=compName to the rendered element
appendEventHandler(String, Component) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends a JavaScript event handler to the component HTML tag.
appendHeader(HTMLPage, List) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPageRenderer
Appends page header which contains the title and a link to the stylesheet
appendHeaderScript(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Use to append JavaScript to the HTML page header together with other AjaxSwing's JavaScripts.
appendHexColor(StringBuffer, Color) - Static method in class com.creamtec.ajaxswing.rendering.html.ColorFontMap
Appends the hex representation of the Java color to the given string buffer.
appendHexValue(StringBuffer, int) - Static method in class com.creamtec.ajaxswing.rendering.html.ColorFontMap
Appends a hex value of the integer to the string buffer
appendHTMLText(String, boolean) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends text which can have HTML tags in it.
appendHTMLText(String, boolean, boolean) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends text which can have HTML tags in it.
appendHTMLText(String, boolean) - Method in class com.creamtec.core.FormattedStringBuffer
 
appendHTMLText(String, boolean, boolean) - Method in class com.creamtec.core.FormattedStringBuffer
Appends given HTML text to the buffer.
appendln(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends a string and an end-of-line character
appendln(String) - Method in class com.creamtec.core.FormattedStringBuffer
Appends the given string to the buffer and terminates the line
appendMenuItem(FormattedStringBuffer, String, MenuItem, String) - Static method in class com.creamtec.ajaxswing.rendering.html.DefaultMenuBarRenderer
 
appendOnLoadScriptBody(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends JavaScript statements to the body of onLoad function.
appendOnSubmitScript(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Use to append code to the function that is called when AjaxSwing page is submitted (any action is taken by the user)
appendScript(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Use to append JavaScript snippet to the HTML page.
appendScript(String) - Method in class com.creamtec.ajaxswing.rendering.html.positioned.AjaxPage
Use to append JavaScript snippet to the HTML page.
appendText(String, Component) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends the given text as non-breakable spaced text.
appendText(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends the given text to the page with parameters noBreak as false and ignoreHTMLTags as false.
appendText(String, boolean, boolean) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends the given text to the page.
appendText(String, boolean, Component) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends the given text to HTML page.
appendText(String) - Method in class com.creamtec.core.FormattedStringBuffer
Appends the given text as non-breakable spaced text (for HTML inserts spaces as  ).
appendText(String, boolean) - Method in class com.creamtec.core.FormattedStringBuffer
 
appendText(String, boolean, boolean) - Method in class com.creamtec.core.FormattedStringBuffer
 
appendText(String, boolean, boolean, boolean) - Method in class com.creamtec.core.FormattedStringBuffer
Appends the given text as HTML-ready text.
appendTrailerScript(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Appends a JavaScript to the end of the HTML page
appendWidthHeight(Component, HTMLPage, Rectangle) - Method in class com.creamtec.ajaxswing.rendering.html.positioned.PositionedPageRenderer
 
APPLET_CODE_BASE - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
APPLET_DOCUMENT_BASE - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
APPLET_HEIGHT - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
APPLET_PARAM - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
APPLET_TITLE - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
APPLET_WIDTH - Static variable in class com.creamtec.ajaxswing.core.AjaxSwingProperties
 
appletResize(int, int) - Method in class com.creamtec.ajaxswing.gui.AjaxSwingAppletStub
 
appName - Variable in class com.creamtec.ajaxswing.servlet.AppDesc
Application name
AppProperties - Class in com.creamtec.core
AppProperties extends java.util.Properties and adds convenience methods for reading properties from a file and getting typed properties such as boolean and int
AppProperties(String) - Constructor for class com.creamtec.core.AppProperties
Instantiates the object and reads the properties from a given file
AppProperties(String, boolean) - Constructor for class com.creamtec.core.AppProperties
Instantiates the object and reads the properties from a given file
AppProperties(Properties) - Constructor for class com.creamtec.core.AppProperties
Instantiates the object populated with default values
AppProperties() - Constructor for class com.creamtec.core.AppProperties
Instantiates the object

B

beep() - Method in class com.creamtec.ajaxswing.gui.AjaxSwingToolkit
 
beforeCreate() - Method in interface com.creamtec.ajaxswing.AjaxSwingSessionListener
Called before a new client agent instance is created.
beforeDestroy(int, ClientAgentRemote) - Method in interface com.creamtec.ajaxswing.AjaxSwingSessionListener
Called before a client agent session is destroyed due to a time out or user exit
beforeRender() - Method in class com.creamtec.ajaxswing.rendering.AbstractDocument
 
beforeRender() - Method in interface com.creamtec.ajaxswing.rendering.Document
Callback function called before a document is rendered
beforeRender() - Method in class com.creamtec.ajaxswing.rendering.html.positioned.AjaxPage
 
beforeRenderComponent(Document, Object) - Method in class com.creamtec.ajaxswing.rendering.AbstractDocumentRenderer
A callback method that is invoked right before the component is rendered
beforeRenderComponent(Document, Object) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPageRenderer
Callback method invoked before rendering a component.
beforeRenderComponent(HTMLPage, Object) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPageRenderer
Callback method invoked before rendering a component
beginLayout() - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingContainerPeer
 
beginOperation() - Static method in class com.creamtec.ajaxswing.AjaxSwingManager
Marks the beginning of a complete sequence of steps letting AjaxSwing know that rendering of HTML page should be deferred until the application calls endOperation().
beginOperation() - Method in class com.creamtec.ajaxswing.core.ClientAgent
Begins a custom operation
beginTable(int) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method that appends the tags that start HTML table
beginTable(int, int) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method that appends the tags that start HTML table
beginTable(int, String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method that appends the tags that start HTML table
beginTable(int, int, String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method that appends the tags that start HTML table
beginTable(int, int, String, Object) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method that appends the tags that start HTML table
beginTable(int, int, String, Object, String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method that appends the tags that start HTML table.
beginTableCell() - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method to begin table cell
beginTableCell(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method to begin table cell
beginTableCell(String) - Method in class com.creamtec.ajaxswing.rendering.html.positioned.PositionedHTMLPage
Override from HTMLPage to add a
for Netscape, otherwise absolute positioning doesn't work
beginTableRow() - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method to begin HTML table row
beginTableRow(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper method to begin HTML table row using <tr> tag
beginValidate() - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingContainerPeer
 
blockedWindows - Variable in class com.creamtec.ajaxswing.rendering.RenderContext
Windows that were rendered but are blocked by a modal dialog
BORDER_HEIGHT - Static variable in class com.creamtec.ajaxswing.rendering.html.positioned.PositionedPageRenderer
 
BORDER_WIDTH - Static variable in class com.creamtec.ajaxswing.rendering.html.positioned.PositionedPageRenderer
 
BROWSER_IE - Static variable in class com.creamtec.ajaxswing.core.AgentInitData
Internet Explorer
BROWSER_NS - Static variable in class com.creamtec.ajaxswing.core.AgentInitData
Netscape browser
BROWSER_OPERA - Static variable in class com.creamtec.ajaxswing.core.AgentInitData
Opera browser
BROWSER_UNKNOWN - Static variable in class com.creamtec.ajaxswing.core.AgentInitData
Unknown browser
browserID - Variable in class com.creamtec.ajaxswing.core.AgentInitData
The version of the browser.
browserVersion - Variable in class com.creamtec.ajaxswing.core.AgentInitData
Version of the browser.

C

cancelPendingPaint(int, int, int, int) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingContainerPeer
 
canDetermineObscurity() - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingComponentPeer
 
centerWindow(Window) - Static method in class com.creamtec.core.GUIUtilities
Centers a given window on screen
checkActionOperation(AbstractDocument, Object) - Static method in class com.creamtec.ajaxswing.gui.WindowUpdater
Checks if an operation is configured for this action, and if it is, calls ClientAgent.beginOperation().
checkImage(Image, int, int, ImageObserver) - Method in class com.creamtec.ajaxswing.gui.AjaxSwingToolkit
 
checkImage(Image, int, int, ImageObserver) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingComponentPeer
 
childResized(int, int) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingScrollPanePeer
 
className(Class, String) - Static method in class com.creamtec.core.TraceMgr
 
cleanupImageUrl(String) - Method in class com.creamtec.ajaxswing.rendering.html.HTMLPage
Helper function used by getImageUrl to clean up the image URL in case it originated from a jar or from a file
cleanupName(String) - Static method in class com.creamtec.ajaxswing.gui.AjaxSwingUIManager
Removes/replaces characters in the name that can cause problems when used in HTML and JavaScript
cleanupName(String, String) - Static method in class com.creamtec.ajaxswing.gui.AjaxSwingUIManager
Removes/replaces characters in the name that can cause problems when used in HTML and JavaScript
clear() - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingListPeer
 
clear() - Method in class com.creamtec.core.FormattedStringBuffer
Resets the buffer by deleting the entire contents and setting indent to 0
clear() - Method in class com.creamtec.core.util.ResourcePool
Frees all allocated resources
clearMyAgent(Object) - Static method in class com.creamtec.ajaxswing.core.ClientAgentManager
Removes the association between the object and the client agent
clearSelection() - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingListPeer
 
ClientAgent - Class in com.creamtec.ajaxswing.core
Main class within the client process/virtual process.
ClientAgent(String, String) - Constructor for class com.creamtec.ajaxswing.core.ClientAgent
Initializes the client agent
ClientAgent.InitLock - Class in com.creamtec.ajaxswing.core
Synchronizes the initialization of the JVM
ClientAgent.InitLock() - Constructor for class com.creamtec.ajaxswing.core.ClientAgent.InitLock
 
ClientAgent.OperationLock - Class in com.creamtec.ajaxswing.core
Synchronizes the processing of a user-defined operation.
ClientAgent.OperationLock() - Constructor for class com.creamtec.ajaxswing.core.ClientAgent.OperationLock
 
ClientAgent.RequestLock - Class in com.creamtec.ajaxswing.core
Syncrhonizes the processing of a request.
ClientAgent.RequestLock() - Constructor for class com.creamtec.ajaxswing.core.ClientAgent.RequestLock
 
ClientAgentFactory - Class in com.creamtec.ajaxswing.core
Creates, maintains and shuts down virtual client agents.
ClientAgentImpl - Class in com.creamtec.ajaxswing
 
ClientAgentImpl(String, String) - Constructor for class com.creamtec.ajaxswing.ClientAgentImpl
 
ClientAgentImpl_Skel - Class in com.creamtec.ajaxswing
 
ClientAgentImpl_Skel() - Constructor for class com.creamtec.ajaxswing.ClientAgentImpl_Skel
 
ClientAgentImpl_Stub - Class in com.creamtec.ajaxswing
 
ClientAgentImpl_Stub(RemoteRef) - Constructor for class com.creamtec.ajaxswing.ClientAgentImpl_Stub
 
ClientAgentManager - Class in com.creamtec.ajaxswing.core
Centralized manager of virtual client instances.
ClientAgentManager() - Constructor for class com.creamtec.ajaxswing.core.ClientAgentManager
 
ClientAgentManagerImpl - Class in com.creamtec.ajaxswing
Centralized manager of ClientAgents.
ClientAgentManagerImpl() - Constructor for class com.creamtec.ajaxswing.ClientAgentManagerImpl
 
ClientAgentManagerImpl_Skel - Class in com.creamtec.ajaxswing
 
ClientAgentManagerImpl_Skel() - Constructor for class com.creamtec.ajaxswing.ClientAgentManagerImpl_Skel
 
ClientAgentManagerImpl_Stub - Class in com.creamtec.ajaxswing
 
ClientAgentManagerImpl_Stub(RemoteRef) - Constructor for class com.creamtec.ajaxswing.ClientAgentManagerImpl_Stub
 
ClientAgentManagerRemote - Interface in com.creamtec.ajaxswing.core
Centralized manager of ClientAgents.
ClientAgentRemote - Interface in com.creamtec.ajaxswing.core
Remote interface, through which a ClientAgent can be accessed via RMI
clientHeight - Variable in class com.creamtec.ajaxswing.core.AgentInitData
 
clientId - Variable in class com.creamtec.ajaxswing.core.AgentInitData
Used to uniquely identify a client
clientInitializing - Variable in class com.creamtec.ajaxswing.core.JVMProcessContext
How many agents have executed in the life of the JVM
clientsCount - Variable in class com.creamtec.ajaxswing.core.JVMProcessContext
Remote handle to a JVM
clientsExecuted - Variable in class com.creamtec.ajaxswing.core.JVMProcessContext
Current number of agents executing in the JVM
clientWidth - Variable in class com.creamtec.ajaxswing.core.AgentInitData
 
close() - Method in class com.creamtec.core.StringBufferWriter
 
closeWindow(Window) - Method in class com.creamtec.ajaxswing.gui.AjaxSwingUIManager
Closes given window
coalescePaintEvent(PaintEvent) - Method in class com.creamtec.ajaxswing.gui.peer.AjaxSwingComponentPeer
 
ColorFontMap - Class in com.creamtec.ajaxswing.rendering.html
Helper class that appends formatting such as colors and fonts for a component if the component formatting is different from the Swing default.
ColorFontMap() - Constructor for class com.creamtec.ajaxswing.rendering.html.ColorFontMap
 
com.creamtec.ajaxswing - package com.creamtec.ajaxswing
 
com.creamtec.ajaxswing.core - package com.creamtec.ajaxswing.core
 
com.creamtec.ajaxswing.examples - package com.creamtec.ajaxswing.examples
 
com.creamtec.ajaxswing.gui - package com.creamtec.ajaxswing.gui
 
com.creamtec.ajaxswing.gui.html - package com.creamtec.ajaxswing.gui.html
 
com.creamtec.ajaxswing.gui.peer - package com.creamtec.ajaxswing.gui.peer
 
com.creamtec.ajaxswing.rendering - package com.creamtec.ajaxswing.rendering
 
com.creamtec.ajaxswing.rendering.html - package com.creamtec.ajaxswing.rendering.html
 
com.creamtec.ajaxswing.rendering.html.positioned - package com.creamtec.ajaxswing.rendering.html.positioned
 
com.creamtec.ajaxswing.rendering.html.structured - package com.creamtec.ajaxswing.rendering.html.structured
 
com.creamtec.ajaxswing.servlet - package com.creamtec.ajaxswing.servlet
 
com.creamtec.ajaxswing.support - package com.creamtec.ajaxswing.support
 
com.creamtec.ajaxswing.support.components - package com.creamtec.ajaxswing.support.components
 
com.creamtec.ajaxswing.support.validation - package com.creamtec.ajaxswing.support.validation
 
com.creamtec.core - package com.creamtec.core
 
com.creamtec.core.awt - package com.creamtec.core.awt
 
com.creamtec.core.util - package com.creamtec.core.util
 
component - Variable in class com.creamtec.ajaxswing.rendering.html.positioned.AjaxComponentState
 
COMPONENT_HEIGHT_FOR_FILL - Static variable in class com.creamtec.ajaxswing.rendering.html.structured.StructuredLayoutRenderer
 
COMPONENT_WIDTH_FOR_FILL - Static variable in class com.creamtec.ajaxswing.rendering.html.structured.StructuredLayoutRenderer
 
ComponentHash - Class in com.creamtec.ajaxswing.rendering.html.positioned
 
ComponentHash(String, int, Integer) - Constructor for class com.creamtec.ajaxswing.rendering.html.positioned.ComponentHash
 
componentHasListeners(ClientAgent, Component) - Static method in class com.creamtec.ajaxswing.gui.AjaxSwingUIManager
 
ComponentProcessor - Class in com.creamtec.ajaxswing.gui
Used to process a component while updating the GUI elements with the data from the brower
ComponentProcessor(HttpRequestData, ActionData, WindowUpdater) - Constructor for class com.creamtec.ajaxswing.gui.ComponentProcessor
Initializes the processor
ComponentRenderer - Interface in com.creamtec.ajaxswing.rendering
This interface must be implemented by classes that will provide custom rendering for standard and custom controls
ComponentState - Class in com.creamtec.ajaxswing.rendering.html.positioned
 
ComponentState(String) - Constructor for class com.creamtec.ajaxswing.rendering.html.positioned.ComponentState
 
ComponentState(Object, HTMLPage) - Constructor for class com.creamtec.ajaxswing.rendering.html.positioned.ComponentState
 
ComponentUpdater - Interface in com.creamtec.ajaxswing.gui
Used to set data from the HTML page to the corresponding UI component.
computeHash(AjaxPage) - Method in class com.creamtec.ajaxswing.rendering.html.positioned.AjaxComponentState
 
Constants - Class in com.creamtec.ajaxswing.rendering.html
 
Constants() - C