apps.remotecontrol.tableportal
Class DisplayPanel

java.lang.Object
  extended by apps.remotecontrol.tableportal.DisplayPanel

public class DisplayPanel
extends java.lang.Object

The Class DisplayPanel.


Constructor Summary
DisplayPanel(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new display panel.
 
Method Summary
 void clearTraces()
          Clear traces.
 java.util.List<ContentItem> getOnlineItems()
          Gets the online items.
 Window getWindow()
          Gets the window.
 void registerContentItem(ContentItem item)
          Register content item.
 void registerContentItems(java.util.List<ContentItem> items)
          Register content items.
 void unregisterAllItems()
          Unregister all items.
 void unregisterItem(java.lang.String itemName)
          Unregister item.
 void updateTraceMode(TablePortal.TraceMode currentTraceMode)
          Update trace mode.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayPanel

public DisplayPanel(ContentSystem contentSystem,
                    TablePortal portal)
Instantiates a new display panel.

Parameters:
contentSystem - the content system
portal - the portal
Method Detail

clearTraces

public void clearTraces()
Clear traces.


getOnlineItems

public java.util.List<ContentItem> getOnlineItems()
Gets the online items.

Returns:
the online items

getWindow

public Window getWindow()
Gets the window.

Returns:
the window

registerContentItem

public void registerContentItem(ContentItem item)
Register content item.

Parameters:
item - the item

registerContentItems

public void registerContentItems(java.util.List<ContentItem> items)
Register content items.

Parameters:
items - the items

unregisterAllItems

public void unregisterAllItems()
Unregister all items.


unregisterItem

public void unregisterItem(java.lang.String itemName)
Unregister item.

Parameters:
itemName - the item name

updateTraceMode

public void updateTraceMode(TablePortal.TraceMode currentTraceMode)
Update trace mode.

Parameters:
currentTraceMode - the current trace mode