Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 send, it.unipmn.di.Meeting.Connectors.IConnector
 setFocus, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setFullscreen, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setLastPosition, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setMenu, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setPosition, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setReceiver, it.unipmn.di.Meeting.Connectors.IConnector
 setSize
 setState, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setTrasparent, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setType, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setUrgencyHint, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 setWindowStyle, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 show, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 showContent, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
U
 unrecordAllSharedObject, it.unipmn.di.Meeting.Connectors.IConnector
 unrecordNetStream, it.unipmn.di.Meeting.Connectors.IConnector
 unrecordSharedObject, it.unipmn.di.Meeting.Connectors.IConnector
 uploadFile, it.unipmn.di.Meeting.Core.ICore
function send (uri: String,
method: String,
param: Object):Void
This method sends a message to the specified URI.
function setFocus():Void
Gives the current focus to this window.
function setFullscreen(value: Boolean):Void
Makes the window the only one visible on the screen, removing status bar or something.
function setLastPosition(pos: Position):Void
Sets the window position
function setMenu(newMenu: XML):Void
Sets the window menu in the standard format used by the Menu class.
function setPosition(pos: Position):Void
Moves the window to the specified position.
function setReceiver (uri: String,
method: String,
callback: Object,
object: Object):Void
This method allows the component to receive a message from the server at a specified URI, using a method indicated by the method parameter.
function setSize (newWidth: Number,
newHeight: Number):Void
This method is called when the window is asked to be resized.
function setSize(newWidth: Number,
newHeight: Number):Void
It is called when the window is asked to change its size.
function setState(newState: String):Void
Sets the window state.
function setTrasparent(value: Boolean):Void
Sets the window transparence.
function setType(newType: String):Void
NOT YET IMPLEMENTED
function setUrgencyHint(value: Boolean):Void
Sets the window blink.
function setWindowStyle(newStyle: Object):Void
Sets the window style.
function show():Void
It is the opposite of hide.
function showContent():Void
It is the opposite of hideContent.
function unrecordAllSharedObject (component: IClientComponent):Void
This method allows the component to unregister all the SharedObjects previously registered on the server.
function unrecordNetStream (name: String,
component: IClientComponent):Void
This method allows a component to unregister a NetStream previously registered on the server.
function unrecordSharedObject (name: String,
component: IClientComponent):Void
This method allows a component to unregister a SharedObject previously registered on the server.
function uploadFile (fileTypes: Array,
url: String,
callback: Object):Void
This method uploads a file of type(s) fileTypes to the address specified by URL, after having set the callbacks.