Skip navigation links
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 

O

Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
Observable - Class in java.util
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
 
Observer - Interface in java.util
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
OCTOBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the tenth month of the year in the Gregorian and Julian calendars.
ODD_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.OddChildSelector
Odd child selector singleton to avoid creating several ones.
OddChildSelector - Class in ej.mwt.stylesheet.selector
An odd child selector selects by checking if a widget is at an odd position in its parent (0, 2, 4,…).
OddChildSelector() - Constructor for class ej.mwt.stylesheet.selector.OddChildSelector
 
OFF - Static variable in class java.util.logging.Level
OFF is a special level that can be used to turn off logging.
onAttached() - Method in class ej.mwt.Widget
This method is called as soon as: the widget is attached to a desktop that is attached, the desktop of the widget is attached.
onAvailable(Network) - Method in class android.net.ConnectivityManager.NetworkCallback
Called when the framework connects and has declared new network ready for use.
onCapabilitiesChanged(Network, NetworkCapabilities) - Method in class android.net.ConnectivityManager.NetworkCallback
Called when the network the framework connected to for this request changes capabilities but still satisfies the stated need.
onDetached() - Method in class ej.mwt.Widget
This method is called as soon as: the widget is detached from a desktop that is attached, the desktop of the widget is detached.
onHidden() - Method in class ej.mwt.Desktop
This method is called by the system as soon as the desktop is hidden from the display.
onHidden() - Method in class ej.mwt.Widget
This method is called as soon as the widget is no more visible on the display.
onInstall(Application) - Method in interface ej.wadapps.application.ApplicationInstallationListener
Called when an application is installed.
onLaidOut() - Method in class ej.mwt.Widget
This method is called as soon as the widget bounds are set.
onLost(Network) - Method in class android.net.ConnectivityManager.NetworkCallback
Called when the framework has a hard loss of the network or when the graceful failure ends.
onShown() - Method in class ej.mwt.Desktop
This method is called by the system as soon as the desktop is shown on the display.
onShown() - Method in class ej.mwt.Widget
This method is called as soon as the widget is visible on the display.
onStart(Application) - Method in interface ej.wadapps.application.ApplicationLifecycleListener
Called when the application is started.
onStop(Application) - Method in interface ej.wadapps.application.ApplicationLifecycleListener
Called when the application is stopped.
onUninstall(Application) - Method in interface ej.wadapps.application.ApplicationInstallationListener
Called when the application is uninstalled.
OPTIMAL_DIMENSION_X - Static variable in class ej.mwt.style.dimension.OptimalDimension
Optimal dimension using widget's optimal width.
OPTIMAL_DIMENSION_XY - Static variable in class ej.mwt.style.dimension.OptimalDimension
Optimal dimension using widget's optimal width and height.
OPTIMAL_DIMENSION_Y - Static variable in class ej.mwt.style.dimension.OptimalDimension
Optimal dimension using widget's optimal height.
OptimalDimension - Class in ej.mwt.style.dimension
Dimension which fits the optimal size of the widget.
OptimalDimension() - Constructor for class ej.mwt.style.dimension.OptimalDimension
 
ordinal() - Method in class java.lang.Enum
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
out - Static variable in class java.lang.System
The "standard" output stream.
Outline - Interface in ej.mwt.style.outline
Represents an outline that wraps a rectangle.
Outlineable - Interface in ej.mwt.util
Represents a two-dimensional object to which outlines can be added or removed.
OutlineHelper - Class in ej.mwt.util
Provides utility methods to apply outlines and backgrounds.
OutlineHelper() - Constructor for class ej.mwt.util.OutlineHelper
 
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the named charset.
OverlapRenderPolicy - Class in ej.mwt.render
This render policy keeps the initial order of the widgets.
OverlapRenderPolicy(Desktop) - Constructor for class ej.mwt.render.OverlapRenderPolicy
Creates an overlap render policy.
Override - Annotation Type in java.lang
Indicates that a method declaration is intended to override a method declaration in a supertype.
OwnershipHelper - Interface in ej.wadapps.application
The applications ownership gives information about the ownership of the objects and the thread contexts.
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 
Skip navigation links