com.jalios.jcmsplugin.virtualdesktop
Class Column

java.lang.Object
  extended by com.jalios.jcmsplugin.virtualdesktop.Column

public class Column
extends Object

Column of a virtual desktop. Used for virtual desktop's layout and serialization.

Since:
virtualdesktop-1.0
Version:
$Revision: 22537 $

Constructor Summary
Column()
           
 
Method Summary
 void addService(int idx, Service service)
           
 void addService(Service service)
           
 void clearServices()
           
 String getId()
          Retrieves the id of this desktopElement
 Service getService(String id)
           
 List<Service> getServiceList()
           
 String getShortName()
          Returns the short name of this class to use of all instance.
 String getWidth()
           
 void removeService(Service service)
           
 void setWidth(String width)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Column

public Column()
Method Detail

getShortName

public String getShortName()
Returns the short name of this class to use of all instance. e.g. "desktop", "tab", "column", "service"

Returns:
a string, common to all instance of the same type

getWidth

public String getWidth()

setWidth

public void setWidth(String width)

getServiceList

public List<Service> getServiceList()

getService

public Service getService(String id)

addService

public void addService(Service service)

addService

public void addService(int idx,
                       Service service)

removeService

public void removeService(Service service)

clearServices

public void clearServices()

getId

public final String getId()
Retrieves the id of this desktopElement

Returns:
a unique identifier

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2007 Jalios SA. All Rights Reserved.