|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
javax.swing.JApplet
net.ontopia.topicmaps.viz.Vizlet
public class Vizlet
PUBLIC: Visualization applet. To learn how to use this applet, consult the The Vizigator User's Guide.
| Nested Class Summary | |
|---|---|
protected class |
Vizlet.DynamicMenuListener
|
| Nested classes/interfaces inherited from class javax.swing.JApplet |
|---|
JApplet.AccessibleJApplet |
| Nested classes/interfaces inherited from class java.applet.Applet |
|---|
Applet.AccessibleApplet |
| Nested classes/interfaces inherited from class java.awt.Panel |
|---|
Panel.AccessibleAWTPanel |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JApplet |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
Vizlet()
|
|
| Method Summary | |
|---|---|
void |
configureFilterMenus()
Set up the menus to control the filters |
String |
getAppletInfo()
|
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? |
int |
getDefaultLocality()
|
ParsedMenuFile |
getEnabledItemIds()
Process the menu file and get the enabled item ids from it. |
int |
getMaxLocality()
|
String |
getResolvedParameter(String param)
|
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 |
String |
getWallpaper()
Get the url of the wallpaper for the background. |
void |
init()
|
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. |
String |
resolve(String base)
INTERNAL: Resolves the URI relative to the applet's codebase URI. |
void |
setNewTypeColor(TopicIF type,
Color c)
set the color on a specific topic type |
boolean |
useGeneralConfig()
Does this front end use the general configuration. |
| Methods inherited from class javax.swing.JApplet |
|---|
addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isRootPaneCheckingEnabled, paramString, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update |
| Methods inherited from class java.applet.Applet |
|---|
destroy, getAppletContext, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop |
| Methods inherited from class java.awt.Panel |
|---|
addNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Vizlet()
| Method Detail |
|---|
public String getAppletInfo()
getAppletInfo in class Appletpublic void init()
init in class Appletpublic boolean getDefaultControlsVisible()
VizFrontEndIF
getDefaultControlsVisible in interface VizFrontEndIFpublic int getDefaultLocality()
public String resolve(String base)
throws MalformedURLException
MalformedURLExceptionpublic String getResolvedParameter(String param)
public int getMaxLocality()
public ParsedMenuFile getEnabledItemIds()
public TopicMapIF getTopicMap()
VizFrontEndIF
getTopicMap in interface VizFrontEndIFpublic boolean mapPreLoaded()
VizFrontEndIF
mapPreLoaded in interface VizFrontEndIF
public void setNewTypeColor(TopicIF type,
Color c)
VizFrontEndIF
setNewTypeColor in interface VizFrontEndIFpublic void configureFilterMenus()
VizFrontEndIF
configureFilterMenus in interface VizFrontEndIFpublic boolean useGeneralConfig()
VizFrontEndIF
useGeneralConfig in interface VizFrontEndIFpublic String getWallpaper()
VizFrontEndIF
getWallpaper in interface VizFrontEndIFpublic String getConfigURL()
VizFrontEndIF
getConfigURL in interface VizFrontEndIF
public TypesConfigFrame getTypesConfigFrame(VizController controller,
boolean isTopicConfig)
VizFrontEndIF
getTypesConfigFrame in interface VizFrontEndIFisTopicConfig - - is this a Topic or Association configuration frame
public ApplicationContextIF getContext()
VizFrontEndIF
getContext in interface VizFrontEndIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||