|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VizFrontEndIF
EXPERIMENTAL: Interface to abstract the Vizigator front ends, and allow for future front end implementations without changes to the base code (i.e. eclipse plugin) (VizDesktop and Vizlet).
Method Summary | |
---|---|
void |
configureFilterMenus()
Set up the menus to control the filters |
java.lang.String |
getConfigURL()
Get the URL of the config file |
ApplicationContextIF |
getContext()
Get the appropriate ApplicationContextIF for this front end. |
boolean |
getDefaultControlsVisible()
Are the controls to this front end visible by default? |
TopicMapIF |
getTopicMap()
Return the topic map that this front end is displaying |
TypesConfigFrame |
getTypesConfigFrame(VizController controller,
boolean isTopicConfig)
Returns the configuration frame that can be used to set colors for either Topics or Associations |
java.lang.String |
getWallpaper()
Get the url of the wallpaper for the background. |
boolean |
mapPreLoaded()
Return true if this front end loads the topic map before generating any display, false if the display is generated before the map is loaded. |
void |
setNewTypeColor(TopicIF type,
java.awt.Color c)
set the color on a specific topic type |
boolean |
useGeneralConfig()
Does this front end use the general configuration. |
Method Detail |
---|
boolean getDefaultControlsVisible()
boolean mapPreLoaded()
boolean useGeneralConfig()
TypesConfigFrame getTypesConfigFrame(VizController controller, boolean isTopicConfig)
controller
- isTopicConfig
- - is this a Topic or Association configuration frame
ApplicationContextIF getContext()
TopicMapIF getTopicMap()
void configureFilterMenus()
void setNewTypeColor(TopicIF type, java.awt.Color c)
type
- c
- java.lang.String getWallpaper()
java.lang.String getConfigURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |