|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.remotecontrol.tableportal.WorkspaceManager
public class WorkspaceManager
The Class WorkspaceManager.
Field Summary | |
---|---|
java.util.List<TablePortal> |
inspectedPortals
The inspected portals. |
java.util.HashMap<java.lang.String,Location> |
itemLoc
The item loc. |
Method Summary | |
---|---|
void |
addWorkspaceListener(ContentItem item)
Adds the workspace listener. |
void |
disableInspectionForPortal(TablePortal tablePortal)
Disable inspection for portal. |
void |
enableInspectionForPortal(TablePortal tablePortal)
Enable inspection for portal. |
static WorkspaceManager |
getInstance()
Gets the single instance of WorkspaceManager. |
TablePortal |
getSourceTablePortal(ContentItem item)
Gets the source table portal. |
boolean |
isInspectionEnabledForPortal(TablePortal tablePortal)
Checks if is inspection enabled for portal. |
void |
setNetworkedContentManager(NetworkedContentManager networkManager)
Sets the networked content manager. |
void |
unregisterContentItem(ContentItem item)
Unregister content item. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.List<TablePortal> inspectedPortals
public java.util.HashMap<java.lang.String,Location> itemLoc
Method Detail |
---|
public static WorkspaceManager getInstance()
public void addWorkspaceListener(ContentItem item)
item
- the itempublic void disableInspectionForPortal(TablePortal tablePortal)
tablePortal
- the table portalpublic void enableInspectionForPortal(TablePortal tablePortal)
tablePortal
- the table portalpublic TablePortal getSourceTablePortal(ContentItem item)
item
- the item
public boolean isInspectionEnabledForPortal(TablePortal tablePortal)
tablePortal
- the table portal
public void setNetworkedContentManager(NetworkedContentManager networkManager)
networkManager
- the new networked content managerpublic void unregisterContentItem(ContentItem item)
item
- the item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |