apps.remotecontrol.tableportal
Class TablePortalControlPanel

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

public class TablePortalControlPanel
extends java.lang.Object

The Class TablePortalControlPanel.


Nested Class Summary
static interface TablePortalControlPanel.ControlPanelListener
          The listener interface for receiving controlPanel events.
 
Constructor Summary
TablePortalControlPanel(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new table portal control panel.
 
Method Summary
 void addControlPanelListener(TablePortalControlPanel.ControlPanelListener listener)
          Adds the control panel listener.
 OrthoContainer getContentPanel()
          Gets the content panel.
 int getHeight()
          Gets the height.
 int getWidth()
          Gets the width.
 void removeControlPanelListeners()
          Removes the control panel listeners.
 void setLayout()
          Sets the layout.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablePortalControlPanel

public TablePortalControlPanel(ContentSystem contentSystem,
                               TablePortal portal)
Instantiates a new table portal control panel.

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

addControlPanelListener

public void addControlPanelListener(TablePortalControlPanel.ControlPanelListener listener)
Adds the control panel listener.

Parameters:
listener - the listener

getContentPanel

public OrthoContainer getContentPanel()
Gets the content panel.

Returns:
the content panel

getHeight

public int getHeight()
Gets the height.

Returns:
the height

getWidth

public int getWidth()
Gets the width.

Returns:
the width

removeControlPanelListeners

public void removeControlPanelListeners()
Removes the control panel listeners.


setLayout

public void setLayout()
Sets the layout.