|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mtdesktop.tabletop.TabletopContentManager
public class TabletopContentManager
The Class TabletopContentManager.
Nested Class Summary | |
---|---|
static interface |
TabletopContentManager.DesktopKeyboardListener
The listener interface for receiving desktopKeyboard events. |
static interface |
TabletopContentManager.DesktopMouseListener
The listener interface for receiving desktopMouse events. |
static interface |
TabletopContentManager.TabletopContentManagerListener
The listener interface for receiving tabletopContentManager events. |
Field Summary | |
---|---|
static float |
MAX_SCALE
The max scale. |
static float |
MIN_SCALE
The min scale. |
Constructor Summary | |
---|---|
TabletopContentManager(ContentSystem contentSystem,
DefaultSynergyNetApp app)
Instantiates a new tabletop content manager. |
Method Summary | |
---|---|
void |
addDesktopKeyboardListener(TabletopContentManager.DesktopKeyboardListener l)
Adds the desktop keyboard listener. |
void |
addDesktopMouseListener(TabletopContentManager.DesktopMouseListener l)
Adds the desktop mouse listener. |
void |
addListener(TabletopContentManager.TabletopContentManagerListener listener)
Adds the listener. |
void |
fileDownloaded(java.io.File file)
File downloaded. |
void |
fileUploaded(TableIdentity tableId,
java.lang.String assetId,
java.io.File f)
File uploaded. |
BasketManager |
getBasketManager()
Gets the basket manager. |
MultiUserNotepad |
getPad()
Gets the pad. |
java.util.Map<TableIdentity,java.util.List<ContentItem>> |
getTableItems()
Gets the table items. |
void |
process(java.lang.Object obj)
Process. |
void |
registerMouseCursor(TableIdentity tableId)
Register mouse cursor. |
void |
removeDesktopKeyboardListener(TabletopContentManager.DesktopKeyboardListener l)
Removes the desktop keyboard listener. |
void |
removeDesktopKeyboardListeners()
Removes the desktop keyboard listeners. |
void |
removeDesktopMouseListener(TabletopContentManager.DesktopMouseListener l)
Removes the desktop mouse listener. |
void |
removeDesktopMouseListeners()
Removes the desktop mouse listeners. |
void |
unregisterMouseCursor(TableIdentity tableId)
Unregister mouse cursor. |
void |
update(float tpf)
Update. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static float MAX_SCALE
public static float MIN_SCALE
Constructor Detail |
---|
public TabletopContentManager(ContentSystem contentSystem, DefaultSynergyNetApp app)
contentSystem
- the content systemapp
- the appMethod Detail |
---|
public void addDesktopKeyboardListener(TabletopContentManager.DesktopKeyboardListener l)
l
- the lpublic void addDesktopMouseListener(TabletopContentManager.DesktopMouseListener l)
l
- the lpublic void addListener(TabletopContentManager.TabletopContentManagerListener listener)
listener
- the listenerpublic void fileDownloaded(java.io.File file)
FtpServerServlet.FtpServletListener
fileDownloaded
in interface FtpServerServlet.FtpServletListener
file
- the filepublic void fileUploaded(TableIdentity tableId, java.lang.String assetId, java.io.File f)
FtpServerServlet.FtpServletListener
fileUploaded
in interface FtpServerServlet.FtpServletListener
tableId
- the peer idassetId
- the asset idf
- the filepublic BasketManager getBasketManager()
public MultiUserNotepad getPad()
public java.util.Map<TableIdentity,java.util.List<ContentItem>> getTableItems()
public void process(java.lang.Object obj)
MessageProcessor
process
in interface MessageProcessor
obj
- the objpublic void registerMouseCursor(TableIdentity tableId)
tableId
- the table idpublic void removeDesktopKeyboardListener(TabletopContentManager.DesktopKeyboardListener l)
l
- the lpublic void removeDesktopKeyboardListeners()
public void removeDesktopMouseListener(TabletopContentManager.DesktopMouseListener l)
l
- the lpublic void removeDesktopMouseListeners()
public void unregisterMouseCursor(TableIdentity tableId)
tableId
- the table idpublic void update(float tpf)
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |