|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface SpaceManagerInterface
Interface through which the space manager communicates with the main frame
Method Summary | |
---|---|
void |
addMagManagers(TileManager small,
TileManager large)
Add a magnification manager |
void |
addView(java.lang.Object obj)
Add a view |
void |
clearViews()
Clear all the views |
java.util.List<PluginListener> |
getPluginListeners()
Get the plugin's listeners for this space |
void |
setActive(SpaceManager spaceManager)
Activate a space |
void |
setActiveView(int streamID)
Set the active stream |
void |
setBlockInfo(java.lang.String text)
Set the block information |
void |
validateContainer()
Validate the space manager's GUI |
Method Detail |
---|
void clearViews()
void addView(java.lang.Object obj)
obj
- The object to add to the views combo boxvoid setActiveView(int streamID)
streamID
- the ID of the streamvoid setBlockInfo(java.lang.String text)
text
- The text for the block informationvoid addMagManagers(TileManager small, TileManager large)
small
- The tile manager for the row of small tileslarge
- The tile manager for the row of large tilesvoid setActive(SpaceManager spaceManager)
spaceManager
- The space's managervoid validateContainer()
java.util.List<PluginListener> getPluginListeners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |