Function 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
A
 addEventListener, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 addLocalComponent, it.unipmn.di.Meeting.Core.ICore
 addNetworkComponent, it.unipmn.di.Meeting.Core.ICore
C
 close
 connectLocal, it.unipmn.di.Meeting.Core.ICore
 connectNetwork, it.unipmn.di.Meeting.Core.ICore
D
 disconnectLocal, it.unipmn.di.Meeting.Core.ICore
 disconnectNetwork, it.unipmn.di.Meeting.Core.ICore
 downloadFile, it.unipmn.di.Meeting.Core.ICore
G
 getClass, it.unipmn.di.Meeting.Connectors.IClientComponent
 getInfo, it.unipmn.di.Meeting.Connectors.IConnector
 getLastPosition, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 getMenu, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 getMinimumSize, it.unipmn.di.Meeting.UIObjects.IUIWindowComponent
 getPosition, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 getPreferredSize, it.unipmn.di.Meeting.UIObjects.IUIWindowComponent
 getSize, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 getState, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 getTitle, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 getTrasparent, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 getType, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 getURI, it.unipmn.di.Meeting.Connectors.IClientComponent
 getWindowStyle, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
H
 hide, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 hideContent, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
I
 isConnected, it.unipmn.di.Meeting.Connectors.IConnector
 isTrasparent, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
M
 moveTo, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
N
 needToHideContentOnMove, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 needToHideContentOnResize, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 newError, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
O
 onConnect, it.unipmn.di.Meeting.Connectors.IClientComponent
 onDisconnect, it.unipmn.di.Meeting.Connectors.IClientComponent
 onStatus, it.unipmn.di.Meeting.Connectors.IClientComponent
 openLocal, it.unipmn.di.Meeting.Core.ICore
 openNetwork, it.unipmn.di.Meeting.Core.ICore
P
 popStatusBarMessage, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
 pushStatusBarMessage, it.unipmn.di.Meeting.UIObjects.RWindow.IRWindow
R
 recordNetStream, it.unipmn.di.Meeting.Connectors.IConnector
 recordSharedObject, it.unipmn.di.Meeting.Connectors.IConnector
 removeLocalComponent, it.unipmn.di.Meeting.Core.ICore
 removeNetworkComponent, it.unipmn.di.Meeting.Core.ICore
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 addEventListener(eventType: String,
listener: Object):Void
Adds a listener for a given event.
function addLocalComponent (component: IClientComponent):Void
This method is usually called by a component that wants to be added to the list of local components (connected through LocalConnection).
function addNetworkComponent (component: IClientComponent):Void
This method is usually called by a component that wants to be added to the list of network components.
function close ( ):Void
This method is called when the window is asked to be closed.
function close():Void
Closes the window.
function connectLocal ():Void
This method fully connects all already added local components and the Connector itself.
function connectNetwork ():Void
This method fully connects all already added network components and the Connector itself.
function disconnectLocal ():Void
This method fully disconnects all local components and the Connector itself.
function disconnectNetwork ():Void
This method fully disconnects all network components and the Connector itself.
function downloadFile(url: String,
callback: Object,
name: String):Void
This method downloads a file of name name from the address specified by URL, after having set the callbacks.
function getClass():String
This method must return the class name implemented on the server.
function getInfo ():Array
This method returns all the messages generated by the connection.
function getLastPosition():Position
Returns the last window position.
function getMenu():XML
Returns the window menu in the standard format used by the Menu class.
function getMinimumSize():Size
This method is called when the minimum window size is requested.
function getPosition():Position
Returns the current window position.
function getPreferredSize():Size
This method is called when the default window size is requested.
function getSize():Size
Returns the window size.
function getState():String
Returns the current window state.
function getTitle():String
Returns the window title.
function getTrasparent():Boolean
Returns True if the window is transparent.
function getType():String
NOT YET IMPLEMENTED
function getURI():String
This method must return the unique id of the server side class instance the component wants to ask for.
function getWindowStyle():Object
Returns the window style.
function hide():Void
Hides the window and its content.
function hideContent():Void
Hides only the window content.
function isConnected():Boolean
This method returns a boolean value that says if the Connector is connected.
function isTrasparent():Boolean
Returns True if the window is transparent.
function moveTo(x: Number,
y: Number):Void
Moves the window to the specified coordinates.
function needToHideContentOnMove():Boolean
Says if the content is hidden while moving the window.
function needToHideContentOnResize():Boolean
Says if the content is hidden while resizing the window.
function newError(err,
popup,
level,
id):Void
Generates an error message and shows it in the popup area if the popup argument is True.
function onConnect(con: IConnector):Void
This event is generated by the Core on component connection.
function onDisconnect():Void
This event is generated on component disconnection, for any reason.
function onStatus (info: Object):Void
This event is generated on every notification by the Connector object.
function openLocal (uri: String):Void
not fully implemented
function openNetwork (uri: String,
params: Object):IConnector
This method opens a network connection.
function popStatusBarMessage():Void
Removes the last message from the window status bar.
function pushStatusBarMessage(msg: String):Void
Adds a message in the window status bar.
function recordNetStream (name: String,
component: IClientComponent,
listener: Object,
object: Object,
callbacks: Object):NetStream
This method allows a component to register a NetStream.
function recordSharedObject (name: String,
component: IClientComponent,
listener: Object,
object: Object,
persistence: Boolean,
callbacks: Object):SharedObject
This method allows a component to register a SharedObject.
function removeLocalComponent (component: IClientComponent):Void
This method is usually called by a component that wants to be removed from the list of local components (connected through LocalConnection).
function removeNetworkComponent (component: IClientComponent) :Void
This method is usually called by a component that wants to be removed from the list of network components.
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.