|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.remotecontrol.tableportal.DisplayPanel
public class DisplayPanel
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 |
---|
public DisplayPanel(ContentSystem contentSystem, TablePortal portal)
contentSystem
- the content systemportal
- the portalMethod Detail |
---|
public void clearTraces()
public java.util.List<ContentItem> getOnlineItems()
public Window getWindow()
public void registerContentItem(ContentItem item)
item
- the itempublic void registerContentItems(java.util.List<ContentItem> items)
items
- the itemspublic void unregisterAllItems()
public void unregisterItem(java.lang.String itemName)
itemName
- the item namepublic void updateTraceMode(TablePortal.TraceMode currentTraceMode)
currentTraceMode
- the current trace mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |