com.ibm.dse.desktop
Interface DesktopComponent

All Known Implementing Classes:
ButtonRow, CustomizableArea, MenuButtonRow, MultipleStateIconLabel, Desktop, Scenario, ScenarioArea, TreeNode, SplitArea, MenuButton, Tree

public interface DesktopComponent

Interface that must implement a desktop component.


Method Summary
 void add(java.lang.Object o)
          Adds a component to the desktop.
 

Method Detail

add

public void add(java.lang.Object o)
Adds a component to the desktop.
Parameters:
o - java.lang.Object