|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.remotecontrol.tableportal.TablePortalControlPanel
public class TablePortalControlPanel
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 |
---|
public TablePortalControlPanel(ContentSystem contentSystem, TablePortal portal)
contentSystem
- the content systemportal
- the portalMethod Detail |
---|
public void addControlPanelListener(TablePortalControlPanel.ControlPanelListener listener)
listener
- the listenerpublic OrthoContainer getContentPanel()
public int getHeight()
public int getWidth()
public void removeControlPanelListeners()
public void setLayout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |