|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyHandler | |
com.bbn.openmap | The com.bbn.openmap package contains the core OpenMap classes. |
com.bbn.openmap.app | Provides the basic OpenMap applet and application classes. |
com.bbn.openmap.gui | This package contains the main OpenMap Swing GUI components. |
Uses of PropertyHandler in com.bbn.openmap |
Fields in com.bbn.openmap declared as PropertyHandler | |
protected PropertyHandler |
LayerHandler.propertyHandler
This handle is only here to keep it appraised of layer prefix names. |
Methods in com.bbn.openmap that return PropertyHandler | |
PropertyHandler |
LayerHandler.getPropertyHandler()
|
Methods in com.bbn.openmap with parameters of type PropertyHandler | |
protected static void |
PropertyHandler.printComponentProperties(java.util.Vector components,
PropertyHandler ph,
java.io.PrintStream ps,
java.util.Properties createdProperties)
A helper function to createOpenMapProperties that gets the current properties of the given components and prints them out to the PrintStream and the provided Properties object. |
protected static void |
PropertyHandler.printLayerProperties(LayerHandler layerHandler,
PropertyHandler ph,
java.io.PrintStream ps,
java.util.Properties createdProperties)
A helper function to createOpenMapProperties that gets the current properties of the layers in the LayerHandler and prints them out to the PrintStream and the provided Properties object. |
void |
LayerHandler.setPropertyHandler(PropertyHandler ph)
|
Uses of PropertyHandler in com.bbn.openmap.app |
Constructors in com.bbn.openmap.app with parameters of type PropertyHandler | |
OpenMap(PropertyHandler propertyHandler)
Create a new OpenMap framework object - creates a MapPanel, OpenMapFrame, and brings up the layer palettes that are being told to be open at startup. |
Uses of PropertyHandler in com.bbn.openmap.gui |
Fields in com.bbn.openmap.gui declared as PropertyHandler | |
protected PropertyHandler |
LayerAddPanel.propertyHandler
Holds the PropertyHandler. |
protected PropertyHandler |
BasicMapPanel.propertyHandler
|
Methods in com.bbn.openmap.gui that return PropertyHandler | |
PropertyHandler |
BasicMapPanel.getPropertyHandler()
Get the PropertyHandler containing properties used to configure the panel, creating it if it doesn't exist. |
Methods in com.bbn.openmap.gui with parameters of type PropertyHandler | |
void |
BasicMapPanel.setPropertyHandler(PropertyHandler handler)
Set the PropertyHandler containing the properties used to configure this panel. |
Constructors in com.bbn.openmap.gui with parameters of type PropertyHandler | |
LayerAddPanel(PropertyHandler p,
LayerHandler l)
Creates the LayerPanel. |
|
DockMapPanel(PropertyHandler propertyHandler)
Create a MapPanel that configures itself with the properties contained in the PropertyHandler provided. |
|
DockMapPanel(PropertyHandler propertyHandler,
boolean delayCreation)
Create a MapPanel that configures itself with properties contained in the PropertyHandler provided, and with the option of delaying the search for properties until the create() call is made. |
|
BasicMapPanel(PropertyHandler propertyHandler)
Create a MapPanel that configures itself with the properties contained in the PropertyHandler provided. |
|
BasicMapPanel(PropertyHandler propertyHandler,
boolean delayCreation)
Create a MapPanel that configures itself with properties contained in the PropertyHandler provided, and with the option of delaying the search for properties until the create() call is made. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |