A B C D E G H I M N O P R S T U V W 
All Classes All Packages

A

actionPerformed(WebActionEvent) - Method in interface org.webswing.toolkit.api.action.WebActionListener
 
addBrowserActionListener(WebActionListener) - Method in interface org.webswing.toolkit.api.WebswingApi
Adds a WebswingBrowserActionListener to listen to javascript browser initiated events.
addShutdownListener(WebswingShutdownListener) - Method in interface org.webswing.toolkit.api.WebswingApi
Add listener that is triggered when Webswing requests swing application to exit.
addUrlStateChangeListener(WebswingUrlStateChangeListener) - Method in interface org.webswing.toolkit.api.WebswingApi
Remove URL state change listener
addUserConnectionListener(WebswingUserListener) - Method in interface org.webswing.toolkit.api.WebswingApi
Add listener to receive notifications when user (primary/mirror view) connects or disconnects from session
addWebWindowActionListener(WebWindowActionListener) - Method in class org.webswing.toolkit.api.component.HtmlPanel
 
Admin - org.webswing.toolkit.api.lifecycle.ShutdownReason
 
ALLOW_DELETE_OVERRIDE - Static variable in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 
ALLOW_DOWNLOAD_OVERRIDE - Static variable in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 
ALLOW_UPLOAD_OVERRIDE - Static variable in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 

B

BrowserTransferable - Interface in org.webswing.toolkit.api.clipboard
 

C

createHtmlPanel() - Method in interface org.webswing.toolkit.api.WebswingApi
Creates an HtmlPanel component.
createHtmlPanelForWebContainerComponent(Container, JComponent) - Method in interface org.webswing.toolkit.api.WebswingApi
Creates an HtmlPanel component which is a part of given component and has a container parent.
CUSTOM_FILE_CHOOSER - Static variable in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 

D

Dockable - Interface in org.webswing.toolkit.api.component
 

E

equals(Object) - Method in class org.webswing.toolkit.api.url.WebswingUrlState
 

G

getActionName() - Method in class org.webswing.toolkit.api.action.WebActionEvent
 
getApi() - Method in interface org.webswing.toolkit.api.WebswingApiProvider
 
getBinaryData() - Method in class org.webswing.toolkit.api.action.WebActionEvent
 
getBrowserClipboard() - Method in interface org.webswing.toolkit.api.WebswingApi
Clipboard data received from browser after CTRL+V key events (browser security allows access to clipboard only in these events).
getBrowserClipboard(PasteRequestContext) - Method in interface org.webswing.toolkit.api.WebswingApi
Request user to paste from browser clipboard by showing built-in html modal dialog.
getData() - Method in class org.webswing.toolkit.api.action.WebActionEvent
 
getFiles() - Method in class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
getFullUrl() - Method in interface org.webswing.toolkit.api.url.WebswingUrlStateChangeEvent
 
getHtml() - Method in interface org.webswing.toolkit.api.clipboard.BrowserTransferable
 
getHtml() - Method in class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
getImage() - Method in interface org.webswing.toolkit.api.clipboard.BrowserTransferable
 
getImg() - Method in class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
getMessage() - Method in class org.webswing.toolkit.api.clipboard.PasteRequestContext
 
getMessage() - Method in interface org.webswing.toolkit.api.messaging.WebswingMessage
 
getMessagingApi() - Method in interface org.webswing.toolkit.api.WebswingApiProvider
 
getMirrorViewUser() - Method in interface org.webswing.toolkit.api.WebswingApi
Return the user of connected mirror view web session.
getOldState() - Method in interface org.webswing.toolkit.api.url.WebswingUrlStateChangeEvent
 
getParameters() - Method in class org.webswing.toolkit.api.url.WebswingUrlState
 
getPath() - Method in class org.webswing.toolkit.api.url.WebswingUrlState
 
getPrimaryUser() - Method in interface org.webswing.toolkit.api.WebswingApi
Return the user of connected web session.
getReason() - Method in class org.webswing.toolkit.api.lifecycle.OnBeforeShutdownEvent
 
getSharedTopic(Class<T>) - Method in interface org.webswing.toolkit.api.WebswingMessagingApi
Creates a reference to a generic message topic shared across all swing sessions.
getState() - Method in interface org.webswing.toolkit.api.url.WebswingUrlStateChangeEvent
 
getText() - Method in interface org.webswing.toolkit.api.clipboard.BrowserTransferable
 
getText() - Method in class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
getTitle() - Method in class org.webswing.toolkit.api.clipboard.PasteRequestContext
 
getUrlState() - Method in interface org.webswing.toolkit.api.WebswingApi
 
getUser() - Method in class org.webswing.toolkit.api.security.UserEvent
 
getUserAttributes() - Method in interface org.webswing.toolkit.api.security.WebswingUser
 
getUserId() - Method in interface org.webswing.toolkit.api.security.WebswingUser
 
getWebswingApi() - Static method in class org.webswing.toolkit.api.WebswingUtil
Api Swing application can utilize to integrate with Webswing's lifecycle and security.
getWebswingMessagingApi() - Static method in class org.webswing.toolkit.api.WebswingUtil
Inter-session messaging api following pub/sub pattern for easy communication of swing instances.
getWebswingVersion() - Method in interface org.webswing.toolkit.api.WebswingApi
 

H

handleWebActionEvent(WebActionEvent) - Method in interface org.webswing.toolkit.api.action.WebWindow
 
handleWindowInitialized() - Method in interface org.webswing.toolkit.api.action.WebWindow
 
hashCode() - Method in class org.webswing.toolkit.api.url.WebswingUrlState
 
HtmlPanel - Class in org.webswing.toolkit.api.component
 
HtmlPanel() - Constructor for class org.webswing.toolkit.api.component.HtmlPanel
 

I

Inactivity - org.webswing.toolkit.api.lifecycle.ShutdownReason
 
isAutoUndock() - Method in interface org.webswing.toolkit.api.component.Dockable
 
isCompositingWindowManager() - Method in interface org.webswing.toolkit.api.WebswingApi
Is compositing window manager enabled?
isDockingEnabled(Window) - Method in interface org.webswing.toolkit.api.WebswingApi
Is docking enabled for window? Compositing window manager and docking mode in config must be enabled.
isEmpty() - Method in class org.webswing.toolkit.api.url.WebswingUrlState
 
isFocusTraversable() - Method in class org.webswing.toolkit.api.component.HtmlPanel
 
isTouchMode() - Method in interface org.webswing.toolkit.api.WebswingApi
Is touch mode active?
isUndocked(Window) - Method in interface org.webswing.toolkit.api.WebswingApi
Check whether window is in undocked state.
isWebswing() - Static method in class org.webswing.toolkit.api.WebswingUtil
 

M

MSG_API_SHARED_TOPIC - Static variable in interface org.webswing.toolkit.api.WebswingMessagingApi
 
MSG_API_TYPE - Static variable in interface org.webswing.toolkit.api.WebswingMessagingApi
 

N

notifyShutdown(int) - Method in interface org.webswing.toolkit.api.WebswingApi
When swing application exit and shutdown process takes longer time to process, invoking this method will notify user (web session) the application has finished, and disconnect the user from the session.

O

onBeforeShutdown(OnBeforeShutdownEvent) - Method in interface org.webswing.toolkit.api.lifecycle.WebswingShutdownListener
Invoked before Webswing requests application to exit.
OnBeforeShutdownEvent - Class in org.webswing.toolkit.api.lifecycle
 
OnBeforeShutdownEvent(ShutdownReason) - Constructor for class org.webswing.toolkit.api.lifecycle.OnBeforeShutdownEvent
 
onMessage(WebswingMessage<T>) - Method in interface org.webswing.toolkit.api.messaging.WebswingMessageListener
This method is invoked when a message of compatible type is published to the topic
onMirrorViewConnected(UserEvent) - Method in interface org.webswing.toolkit.api.security.WebswingUserListener
 
onMirrorViewDisconnected(UserEvent) - Method in interface org.webswing.toolkit.api.security.WebswingUserListener
 
onPrimaryUserConnected(UserEvent) - Method in interface org.webswing.toolkit.api.security.WebswingUserListener
 
onPrimaryUserDisconnected(UserEvent) - Method in interface org.webswing.toolkit.api.security.WebswingUserListener
 
onShutdown() - Method in interface org.webswing.toolkit.api.lifecycle.WebswingShutdownListener
Invoked when Webswing requests swing application to exit.
onUrlStateChange(WebswingUrlStateChangeEvent) - Method in interface org.webswing.toolkit.api.url.WebswingUrlStateChangeListener
Triggered when browser URL is changed
org.webswing.toolkit.api - package org.webswing.toolkit.api
 
org.webswing.toolkit.api.action - package org.webswing.toolkit.api.action
 
org.webswing.toolkit.api.clipboard - package org.webswing.toolkit.api.clipboard
 
org.webswing.toolkit.api.component - package org.webswing.toolkit.api.component
 
org.webswing.toolkit.api.file - package org.webswing.toolkit.api.file
 
org.webswing.toolkit.api.lifecycle - package org.webswing.toolkit.api.lifecycle
 
org.webswing.toolkit.api.messaging - package org.webswing.toolkit.api.messaging
 
org.webswing.toolkit.api.security - package org.webswing.toolkit.api.security
 
org.webswing.toolkit.api.url - package org.webswing.toolkit.api.url
 
overridePermissions(JFileChooser, Boolean, Boolean, Boolean) - Static method in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 

P

PasteRequestContext - Class in org.webswing.toolkit.api.clipboard
 
PasteRequestContext() - Constructor for class org.webswing.toolkit.api.clipboard.PasteRequestContext
 
performWebAction(String, String, byte[]) - Method in interface org.webswing.toolkit.api.action.WebWindow
 
primaryUserHasRole(String) - Method in interface org.webswing.toolkit.api.WebswingApi
Check if connected web session user has role defined.
primaryUserIsPermitted(String) - Method in interface org.webswing.toolkit.api.WebswingApi
Check if connected web session user has permission defined.
publish(T) - Method in interface org.webswing.toolkit.api.messaging.WebswingTopic
Publish a message to all subscribed webswing sessions.

R

registerCustomFileChooser(JFileChooser, Window) - Method in interface org.webswing.toolkit.api.WebswingApi
Register JFileChooser that should show Webswing integration toolbar if embedded in custom window.
registerWebContainer(Container) - Method in interface org.webswing.toolkit.api.WebswingApi
Registers given container to be a parent web container and all of its child components will be rendered into separate canvases.
removeBrowserActionListener(WebActionListener) - Method in interface org.webswing.toolkit.api.WebswingApi
Removed a WebswingBrowserActionListener.
removeShutdownListener(WebswingShutdownListener) - Method in interface org.webswing.toolkit.api.WebswingApi
Remove shutdown listener
removeUrlStateChangeListener(WebswingUrlStateChangeListener) - Method in interface org.webswing.toolkit.api.WebswingApi
Register a URL state change listener
removeUserConnectionListener(WebswingUserListener) - Method in interface org.webswing.toolkit.api.WebswingApi
Remove user listener
removeWebWindowActionListener(WebWindowActionListener) - Method in class org.webswing.toolkit.api.component.HtmlPanel
 
resetInactivityTimeout() - Method in interface org.webswing.toolkit.api.WebswingApi
Reset session timeout to prevent automatic termination.
resetPermissions(JFileChooser) - Static method in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 

S

sendActionEvent(String, String, byte[]) - Method in interface org.webswing.toolkit.api.WebswingApi
Sends an action event with optional data to the browser.
sendActionEvent(WebWindow, String, String, byte[]) - Method in interface org.webswing.toolkit.api.WebswingApi
Sends an action event to a WebWindow, with optional data to the browser.
sendClipboard() - Method in interface org.webswing.toolkit.api.WebswingApi
Sends the current Swing clipboard content to browser.
sendClipboard(WebswingClipboardData) - Method in interface org.webswing.toolkit.api.WebswingApi
Sends the specified data to browser.
setActionName(String) - Method in class org.webswing.toolkit.api.action.WebActionEvent
 
setBinaryData(byte[]) - Method in class org.webswing.toolkit.api.action.WebActionEvent
 
setData(String) - Method in class org.webswing.toolkit.api.action.WebActionEvent
 
setDeleteAllowed(JFileChooser, Boolean) - Static method in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 
setDownloadAllowed(JFileChooser, Boolean) - Static method in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 
setFiles(List<String>) - Method in class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
setHtml(String) - Method in class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
setImg(byte[]) - Method in class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
setMessage(String) - Method in class org.webswing.toolkit.api.clipboard.PasteRequestContext
 
setParameters(Map<String, String>) - Method in class org.webswing.toolkit.api.url.WebswingUrlState
 
setPath(String) - Method in class org.webswing.toolkit.api.url.WebswingUrlState
 
setText(String) - Method in class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
setTitle(String) - Method in class org.webswing.toolkit.api.clipboard.PasteRequestContext
 
setUploadAllowed(JFileChooser, Boolean) - Static method in class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 
setUrlState(WebswingUrlState) - Method in interface org.webswing.toolkit.api.WebswingApi
setUrlState(WebswingUrlState, boolean) - Method in interface org.webswing.toolkit.api.WebswingApi
Sets the hash Fragment of users browser URL to represent the current state of the swing application.
setUser(WebswingUser) - Method in class org.webswing.toolkit.api.security.UserEvent
 
ShutdownReason - Enum in org.webswing.toolkit.api.lifecycle
 
subscribe(WebswingMessageListener<T>) - Method in interface org.webswing.toolkit.api.messaging.WebswingTopic
Subscribe for receiving messages of defined type

T

toggleWindowDock(Window) - Method in interface org.webswing.toolkit.api.WebswingApi
Toggle the dock state of a window.
toggleWindowDock(Window, boolean) - Method in interface org.webswing.toolkit.api.WebswingApi
Toggle the dock state of a window.
toString() - Method in class org.webswing.toolkit.api.url.WebswingUrlState
 

U

unsubscribe(WebswingMessageListener<T>) - Method in interface org.webswing.toolkit.api.messaging.WebswingTopic
Unsubscribe from receiving messages of defined type
UserEvent - Class in org.webswing.toolkit.api.security
 
UserEvent(WebswingUser) - Constructor for class org.webswing.toolkit.api.security.UserEvent
 

V

valueOf(String) - Static method in enum org.webswing.toolkit.api.lifecycle.ShutdownReason
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.webswing.toolkit.api.lifecycle.ShutdownReason
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebActionEvent - Class in org.webswing.toolkit.api.action
 
WebActionEvent(String, String, byte[]) - Constructor for class org.webswing.toolkit.api.action.WebActionEvent
 
WebActionListener - Interface in org.webswing.toolkit.api.action
 
WebswingApi - Interface in org.webswing.toolkit.api
Webswing API used by Swing application for easy integration.
WebswingApiException - Exception in org.webswing.toolkit.api
Exception in API call processing
WebswingApiException() - Constructor for exception org.webswing.toolkit.api.WebswingApiException
 
WebswingApiException(String) - Constructor for exception org.webswing.toolkit.api.WebswingApiException
 
WebswingApiException(String, Throwable) - Constructor for exception org.webswing.toolkit.api.WebswingApiException
 
WebswingApiProvider - Interface in org.webswing.toolkit.api
Implemented by Webswing's WebToolkit
WebswingClipboardData - Class in org.webswing.toolkit.api.clipboard
 
WebswingClipboardData() - Constructor for class org.webswing.toolkit.api.clipboard.WebswingClipboardData
 
WebswingFileChooserUtil - Class in org.webswing.toolkit.api.file
 
WebswingFileChooserUtil() - Constructor for class org.webswing.toolkit.api.file.WebswingFileChooserUtil
 
WebswingMessage<T> - Interface in org.webswing.toolkit.api.messaging
Wrapper class for the message object
WebswingMessageListener<T> - Interface in org.webswing.toolkit.api.messaging
Interface implemented by Swing application to listen to messages of defined type
WebswingMessagingApi - Interface in org.webswing.toolkit.api
Webswing Messaging API used by Swing application for messaging across all swing sessions.
WebswingShutdownListener - Interface in org.webswing.toolkit.api.lifecycle
 
WebswingTopic<T> - Interface in org.webswing.toolkit.api.messaging
Reference to a topic filtered by message type
WebswingUrlState - Class in org.webswing.toolkit.api.url
Object representing the URL State.
WebswingUrlState() - Constructor for class org.webswing.toolkit.api.url.WebswingUrlState
 
WebswingUrlState(String) - Constructor for class org.webswing.toolkit.api.url.WebswingUrlState
 
WebswingUrlState(String, Map<String, String>) - Constructor for class org.webswing.toolkit.api.url.WebswingUrlState
 
WebswingUrlState(WebswingUrlState) - Constructor for class org.webswing.toolkit.api.url.WebswingUrlState
 
WebswingUrlStateChangeEvent - Interface in org.webswing.toolkit.api.url
Event representing change of Url in browser.
WebswingUrlStateChangeListener - Interface in org.webswing.toolkit.api.url
URL Change Listener
WebswingUser - Interface in org.webswing.toolkit.api.security
Representation of user logged-in to Webswing through web interface.
WebswingUserListener - Interface in org.webswing.toolkit.api.security
 
WebswingUtil - Class in org.webswing.toolkit.api
Helper class to get API instance
WebswingUtil() - Constructor for class org.webswing.toolkit.api.WebswingUtil
 
WebWindow - Interface in org.webswing.toolkit.api.action
 
WebWindowActionListener - Interface in org.webswing.toolkit.api.action
 
windowInitialized() - Method in interface org.webswing.toolkit.api.action.WebWindowActionListener
 
A B C D E G H I M N O P R S T U V W 
All Classes All Packages