|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Object in qx.application |
---|
Subclasses of Object in qx.application | |
---|---|
class |
Basic
Base class for all non GUI qooxdoo applications. |
class |
Gui
This is the base class for all GUI qooxdoo applications. |
Uses of Object in qx.client |
---|
Subclasses of Object in qx.client | |
---|---|
class |
Command
Commands can be used to globally define keyboard shortcuts. |
class |
History
A helper for using the browser history in JavaScript Applications without reloading the main page. |
class |
NativeWindow
A native window is a new browser window (popup) with a URL. |
class |
Timer
Global timer support. |
Uses of Object in qx.core |
---|
Subclasses of Object in qx.core | |
---|---|
class |
Init
Initialize qooxdoo based application. |
class |
Target
This is the main constructor for all objects that need to be connected to qx.event.type.Event objects. |
Methods in qx.core that return Object | |
---|---|
Object |
Init._onbeforeunload(Event e)
beforeunload event handler |
Object |
Init._onload(Event e)
load event handler |
Object |
Object.base(Object args,
Object varags)
Call the same method of the super class. |
Object |
Object.get(java.lang.String prop)
Returns the value of the given property. |
Object |
Init.getApplication()
Returns the (computed) value of the property application . |
Object |
MUserData.getUserData(java.lang.String key)
Load user defined data from the object |
Object |
Target.hasEventListeners(java.lang.String type)
Check if there are one or more listeners for an event type. |
Object |
Object.self(Object args)
Returns the static class (to access static members of this class) |
Object |
Object.set(Object data,
Object value)
Sets multiple properties at once by using a property list or sets one property and its value by the first and second argument. |
Methods in qx.core with parameters of type Object | |
---|---|
void |
Object._disposeFields(Object varargs)
Disconnects given fields from instance. |
void |
Object._disposeObjects(Object varargs)
Disconnects and disposes given objects from instance. |
void |
Target.addEventListener(java.lang.String type,
Object func,
Object obj)
Add event listener to an object. |
Object |
Object.base(Object args,
Object varags)
Call the same method of the super class. |
void |
Target.createDispatchChangeEvent(java.lang.String type,
Object value,
Object old)
Checks if the event is registered. |
void |
Target.createDispatchDataEvent(java.lang.String type,
Object data)
Checks if the event is registered. |
void |
MLegacyInit.defineClose(Object func)
define the close function Don’t use this method directly. |
void |
MLegacyInit.defineFinalize(Object func)
define the finalize function Don’t use this method directly. |
void |
MLegacyInit.defineInitialize(Object func)
define the initialize function Don’t use this method directly. |
void |
MLegacyInit.defineMain(Object func)
define the main function Don’t use this method directly. |
void |
MLegacyInit.defineTerminate(Object func)
define the terminate function Don’t use this method directly. |
void |
Init.initApplication(Object arg)
Calls the apply method and dispatches the change event of the property application
with the default value defined by the class developer. |
void |
Target.removeEventListener(java.lang.String type,
Object func,
Object obj)
Remove event listener from object |
Object |
Object.self(Object args)
Returns the static class (to access static members of this class) |
Object |
Object.set(Object data,
Object value)
Sets multiple properties at once by using a property list or sets one property and its value by the first and second argument. |
void |
Init.setApplication(Object arg)
Sets the user value of the property application . |
void |
MUserData.setUserData(java.lang.String key,
Object value)
Store user defined data inside the object. |
Uses of Object in qx.dev |
---|
Subclasses of Object in qx.dev | |
---|---|
class |
TimeTracker
|
class |
Tokenizer
Simple JavaScript tokenizer used to print syntax highlighted JavaScript code. |
Uses of Object in qx.event.handler |
---|
Subclasses of Object in qx.event.handler | |
---|---|
class |
DragAndDropHandler
This manager (singleton) manage all drag and drop handling of a qx.core.Init instance. |
class |
EventHandler
This manager registers and manage all incoming key and mouse events. |
class |
FocusHandler
Each focus root delegates the focus handling to instances of the FocusHandler. |
class |
KeyEventHandler
This class provides unified key event handler for Internet Explorer, Firefox, Opera and Safari |
Uses of Object in qx.event.message |
---|
Subclasses of Object in qx.event.message | |
---|---|
class |
Message
A message to be dispatched on the message bus. |
Uses of Object in qx.event.type |
---|
Subclasses of Object in qx.event.type | |
---|---|
class |
ChangeEvent
Event object for property changes. |
class |
DataEvent
Event object for data transfers. |
class |
DomEvent
|
class |
DragEvent
The event object for drag and drop sessions |
class |
Event
The qooxdoo core event object. |
class |
FocusEvent
This event handles all focus events. |
class |
KeyEvent
A key event instance contains all data for each occured key event |
class |
MouseEvent
A mouse event instance contains all data for each occured mouse event |
Uses of Object in qx.io |
---|
Subclasses of Object in qx.io | |
---|---|
class |
Alias
This singleton manages global resource aliases |
Uses of Object in qx.io.image |
---|
Subclasses of Object in qx.io.image | |
---|---|
class |
Preloader
This class preloads one image and provides information about this image after it is loaded. |
class |
PreloaderManager
This singleton manage all qx.io.image.Preloader instances. |
class |
PreloaderSystem
The image preloader can be used to fill the browser cache with images, which are needed later. |
Uses of Object in qx.io.remote |
---|
Subclasses of Object in qx.io.remote | |
---|---|
class |
AbstractRemoteTransport
|
class |
Exchange
|
class |
IframeTransport
Transports requests to a server using an IFRAME. |
class |
Request
This class is used to send HTTP requests to the server. |
class |
RequestQueue
Handles scheduling of requests to be sent to a server. |
class |
Response
|
class |
Rpc
Provides a Remote Procedure Call (RPC) implementation. |
class |
ScriptTransport
Transports requests to a server using dynamic script tags. |
class |
XmlHttpTransport
|
Uses of Object in qx.locale |
---|
Subclasses of Object in qx.locale | |
---|---|
class |
LocalizedString
|
Uses of Object in qx.log |
---|
Subclasses of Object in qx.log | |
---|---|
class |
DefaultFilter
The default filter. |
class |
Filter
A filter for log events. |
class |
LogEventProcessor
Processes log events. |
class |
Logger
A logger. |
Uses of Object in qx.log.appender |
---|
Subclasses of Object in qx.log.appender | |
---|---|
class |
Alert
An appender that writes each message to a native alert(). |
class |
Div
An appender that writes all messages to a div element. |
class |
FireBug
An appender that writes all messages to FireBug, a nice extension for debugging and developing under Firefox. |
class |
Forward
An appender that forwards all log events to a log event processor. |
class |
HtmlElement
An appender that writes all messages to an HTML element. |
class |
JsUnit
An appender that writes all messages to the JsUnit console, a unit testing framework for JavaScript (http://www.jsunit.net). |
class |
Native
An appender that writes all messages to the best possible target in this client e.g. |
class |
RingBuffer
An appender that writes all messages to a memory container. |
class |
Window
An appender that writes all messages to a log window. |
Uses of Object in qx.theme.manager |
---|
Subclasses of Object in qx.theme.manager | |
---|---|
class |
Appearance
This singleton manages the current theme |
class |
Color
|
class |
Meta
|
class |
Widget
This singleton selects the widget theme to use. |
Uses of Object in qx.ui.basic |
---|
Subclasses of Object in qx.ui.basic | |
---|---|
class |
Atom
A multi-purpose widget used by many more complex widgets. |
class |
HorizontalSpacer
This widget can be used to create a horizontal spacing between widgets in e.g. |
class |
Inline
A CanvasLayout, which can be placed inside an arbitrary HTML DOM element. |
class |
Label
The Label widget displays plain text or HTML text. |
class |
ScrollArea
The CanvasLayout, which fires scroll events. |
class |
ScrollBar
A scroll bar. |
class |
Terminator
The Terminator is the base class for all widgets, which don’t have child widgets. |
class |
VerticalSpacer
This widget can be used to create a vertical spacing between widgets in e.g. |
Uses of Object in qx.ui.component |
---|
Subclasses of Object in qx.ui.component | |
---|---|
class |
ColorPopup
A color popup |
class |
ColorSelector
A typical color selector as known from native applications. |
class |
DateChooser
Shows a calendar and allows choosing a date. |
class |
DateChooserButton
A date chooser button widget which can be associated to a widget where the date value is synchronized whith the selected date. |
Uses of Object in qx.ui.core |
---|
Subclasses of Object in qx.ui.core | |
---|---|
class |
Border
Border implementation for qx.ui.core.Widget instances. |
class |
ClientDocument
This is the basic widget of all qooxdoo applications. |
class |
ClientDocumentBlocker
qx.ui.core.ClientDocumentBlocker blocks the inputs from the user. |
class |
Font
A wrapper for CSS font styles. |
class |
Parent
Abstract base class for all widget which have child widgets (e.g. |
Uses of Object in qx.ui.embed |
---|
Subclasses of Object in qx.ui.embed | |
---|---|
class |
Flash
Flash Player detection and embed. |
class |
Gallery
|
class |
GalleryList
|
class |
HtmlEmbed
|
class |
IconHtmlEmbed
|
class |
Iframe
Container widget for internal frames (iframes). |
class |
IframeManager
This singleton manages multiple instances of qx.ui.embed.Iframe. |
class |
LinkEmbed
|
class |
NodeEmbed
|
class |
TextEmbed
|
Uses of Object in qx.ui.form |
---|
Subclasses of Object in qx.ui.form | |
---|---|
class |
Button
A button. |
class |
ComboBoxEx
An enhanced combo-box for qooxdoo. |
class |
InputCheckSymbol
|
class |
List
|
class |
ListItem<T>
|
class |
RepeatButton
|
class |
Spinner
A spinner is a control that allows you to adjust a numerical value, typically within an allowed range. |
class |
TextArea
|
Uses of Object in qx.ui.groupbox |
---|
Subclasses of Object in qx.ui.groupbox | |
---|---|
class |
CheckGroupBox
|
class |
GroupBox
|
class |
RadioGroupBox
|
Uses of Object in qx.ui.layout |
---|
Subclasses of Object in qx.ui.layout | |
---|---|
class |
BoxLayout
|
class |
CanvasLayout
|
class |
DockLayout
|
class |
FlowLayout
|
class |
GridLayout
|
class |
HorizontalBoxLayout
|
class |
VerticalBoxLayout
|
Uses of Object in qx.ui.layout.impl |
---|
Subclasses of Object in qx.ui.layout.impl | |
---|---|
class |
CanvasLayoutImpl
|
class |
DockLayoutImpl
|
class |
FlowLayoutImpl
|
class |
GridLayoutImpl
|
class |
HorizontalBoxLayoutImpl
|
class |
LayoutImpl
Abstact base class of all layout implementations |
class |
VerticalBoxLayoutImpl
|
Uses of Object in qx.ui.listview |
---|
Subclasses of Object in qx.ui.listview | |
---|---|
class |
ContentCellHtml
|
class |
ContentCellIconHtml
|
class |
ContentCellImage
|
class |
ContentCellLink
|
class |
ContentCellText
|
class |
Header
|
class |
HeaderCell
|
class |
HeaderSeparator
|
class |
ListView
Table Widget |
class |
ListViewPane
|
Uses of Object in qx.ui.menu |
---|
Subclasses of Object in qx.ui.menu | |
---|---|
class |
ButtonLayoutImpl
|
class |
Layout
A small helper class to create a special layout handler for qx.ui.menu.Menus |
class |
Menu
If you create a new menu using Menu , do not forget
to add it to the client document using its addToDocument() method,
or the menu will not be positioned correctly in the application. |
class |
MenuLayoutImpl
|
class |
Separator
|
Uses of Object in qx.ui.menubar |
---|
Subclasses of Object in qx.ui.menubar | |
---|---|
class |
MenuBar
|
Uses of Object in qx.ui.pageview |
---|
Subclasses of Object in qx.ui.pageview | |
---|---|
class |
AbstractBar
|
class |
AbstractButton
|
class |
AbstractPage
|
class |
AbstractPageView
|
class |
AbstractPane
|
Uses of Object in qx.ui.pageview.buttonview |
---|
Subclasses of Object in qx.ui.pageview.buttonview | |
---|---|
class |
Bar
|
class |
ButtonView
One of the widgets which could be used to structurize the interface. |
class |
Page
|
class |
Pane
|
Uses of Object in qx.ui.pageview.radioview |
---|
Subclasses of Object in qx.ui.pageview.radioview | |
---|---|
class |
RadioView
One of the widgets which could be used to structurize the interface. |
Uses of Object in qx.ui.pageview.tabview |
---|
Subclasses of Object in qx.ui.pageview.tabview | |
---|---|
class |
TabView
|
Uses of Object in qx.ui.popup |
---|
Subclasses of Object in qx.ui.popup | |
---|---|
class |
Popup
|
class |
PopupAtom
|
class |
PopupManager
This singleton is used to manager multiple instances of popups and their state. |
class |
ToolTip
|
class |
ToolTipManager
This manages ToolTip instances |
Uses of Object in qx.ui.resizer |
---|
Subclasses of Object in qx.ui.resizer | |
---|---|
class |
ResizablePopup
A popup that can be resized. |
class |
Resizer
This class acts as a wrapper for other child, and allows it to be resized (not moved), normally in the right and/or bottom directions. |
Uses of Object in qx.ui.selection |
---|
Subclasses of Object in qx.ui.selection | |
---|---|
class |
DomSelectionManager
|
class |
RadioManager
Each instance manages vItems set of radio options: qx.ui.form.RadioButton, qx.ui.toolbar.RadioButton, ... |
class |
Selection
Helper for qx.ui.selection.SelectionManager, contains data for selections |
Methods in qx.ui.selection that return Object | |
---|---|
Object |
RadioManager.getSelected()
Returns the (computed) value of the property selected . |
Methods in qx.ui.selection with parameters of type Object | |
---|---|
void |
RadioManager.initSelected(Object arg)
Calls the apply method and dispatches the change event of the property selected
with the default value defined by the class developer. |
void |
RadioManager.setSelected(Object arg)
Sets the user value of the property selected . |
Uses of Object in qx.ui.splitpane |
---|
Subclasses of Object in qx.ui.splitpane | |
---|---|
class |
HorizontalSplitPane
|
class |
SplitPane
|
class |
SplitPaneKnob
|
class |
SplitPaneSlider
|
class |
SplitPaneSplitter
|
class |
VerticalSplitPane
|
Uses of Object in qx.ui.table |
---|
Subclasses of Object in qx.ui.table | |
---|---|
class |
Table
A table. |
Uses of Object in qx.ui.table.celleditor |
---|
Subclasses of Object in qx.ui.table.celleditor | |
---|---|
class |
CheckBox
For editing boolean data in a checkbox. |
class |
ComboBox
A cell editor factory creating combo boxes. |
class |
PasswordField
A cell editor factory creating password fields fields. |
class |
TextField
A cell editor factory creating text fields. |
Uses of Object in qx.ui.table.cellrenderer |
---|
Subclasses of Object in qx.ui.table.cellrenderer | |
---|---|
class |
Abstract
An abstract data cell renderer that does the basic coloring (borders, selected look, ...). |
class |
Boolean
A data cell renderer for boolean values. |
class |
Conditional
|
class |
Date
Specific data cell renderer for dates. |
class |
Dynamic
A cell renderer factory which can dynamically exchange the cell renderer based on information retrieved at runtime. |
class |
Icon
A template class for cell renderers, which display images. |
class |
Image
|
class |
Number
Specific data cell renderer for numbers. |
class |
Password
A cell renderer which hides cell values such as passwords form view by masking them by *s |
class |
Replace
|
class |
String
The string data cell renderer. |
Uses of Object in qx.ui.table.columnmodel |
---|
Subclasses of Object in qx.ui.table.columnmodel | |
---|---|
class |
Resize
A table column model that automagically resizes columns based on a selected behavior. |
Uses of Object in qx.ui.table.columnmodel.resizebehavior |
---|
Subclasses of Object in qx.ui.table.columnmodel.resizebehavior | |
---|---|
class |
ColumnData
All of the resizing information about a column. |
Uses of Object in qx.ui.table.headerrenderer |
---|
Subclasses of Object in qx.ui.table.headerrenderer | |
---|---|
class |
Default
The default header cell renderer. |
Uses of Object in qx.ui.table.model |
---|
Subclasses of Object in qx.ui.table.model | |
---|---|
class |
Filtered
A filtered table model to provide support for hiding and filtering table rows. |
class |
Remote
A table model that loads its data from a backend. |
class |
Simple
A simple table model that provides an API for changing the model data. |
Uses of Object in qx.ui.table.pane |
---|
Subclasses of Object in qx.ui.table.pane | |
---|---|
class |
CellEvent
A cell event instance contains all data for mouse events related to cells in a table. |
class |
FocusIndicator
|
class |
Model
The model of a table pane. |
class |
Scroller
Shows a whole meta column. |
Uses of Object in qx.ui.table.selection |
---|
Subclasses of Object in qx.ui.table.selection | |
---|---|
class |
Manager
A selection manager. |
Uses of Object in qx.ui.toolbar |
---|
Subclasses of Object in qx.ui.toolbar | |
---|---|
class |
MenuButton
|
class |
Part
|
class |
PartHandle
|
class |
RadioButton
|
class |
ToolBar
|
Uses of Object in qx.ui.tree |
---|
Subclasses of Object in qx.ui.tree | |
---|---|
class |
AbstractTreeElement<T>
The AbstractTreeElement serves as a common superclass for the TreeFile and TreeFolder classes and is an implementation means of
the qooxdoo framework. |
class |
Tree<T>
The Tree class implements a tree widget, with collapsable and expandable container nodes and terminal leaf nodes. |
class |
TreeFile<T>
qx.ui.tree.TreeFile objects are terminal tree rows (i.e. |
class |
TreeFolder<T>
qx.ui.tree.TreeFolder objects are tree rows which may contain sub-trees |
class |
TreeRowStructure
The structure of a tree row. |
Uses of Object in qx.ui.treevirtual |
---|
Subclasses of Object in qx.ui.treevirtual | |
---|---|
class |
CheckBoxDataCellRenderer
Adds the capability of render checboxes just before the text. |
class |
CheckBoxTree
A “virtual” tree intended to use multiple selection. |
class |
DefaultDataCellRenderer
The default data cell renderer for a virtual tree (columns other than the tree column) |
class |
RecursiveCheckBoxTree
A “virtual” tree intended to use multiple selection. |
class |
RecursiveSelectionModel
A recursive selection model. |
class |
SelectionManager
A selection manager. |
class |
SimpleTreeDataCellRenderer
A data cell renderer for the tree column of a simple tree |
class |
SimpleTreeDataModel
A simple tree data model used as the table model |
class |
SimpleTreeDataRowRenderer
A data row renderer for a simple tree row |
class |
TreeVirtual
A “virtual” tree |
Uses of Object in qx.util |
---|
Subclasses of Object in qx.util | |
---|---|
class |
GuiBuilder
A class to generate a widget hierarchy from XML. |
class |
Version
Generic handling of version numbers based on a string representation of major, minor and revision flags. |
Uses of Object in qx.util.format |
---|
Subclasses of Object in qx.util.format | |
---|---|
class |
DateFormat
A formatter and parser for dates |
class |
Format
Superclass for formatters and parsers. |
class |
NumberFormat
A formatter and parser for numbers. |
Uses of Object in qx.util.fsm |
---|
Subclasses of Object in qx.util.fsm | |
---|---|
class |
FiniteStateMachine
A finite state machine. |
class |
State
Create a new state which may be added to a finite state machine. |
class |
Transition
Create a new possible transition from one state to another. |
Uses of Object in qx.util.manager |
---|
Subclasses of Object in qx.util.manager | |
---|---|
class |
Object
This class allows basic managment of assigned objects. |
class |
Value
|
Methods in qx.util.manager with parameters of type Object | |
---|---|
void |
Value.disconnect(Object obj)
Disconnect all connections to the given object. |
Uses of Object in qx.util.range |
---|
Subclasses of Object in qx.util.range | |
---|---|
class |
IntegerRange
Create a list of successive integers. |
class |
Range
This manager is used by all objects which needs ranges like qx.ui.form.Spinner, ... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |