Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SoloMapComponentRejectPolicy
A SoloMapComponentPolicy that rejects attempts to add a duplicate
SoloMapComponent to the BeanContext.
|
class |
SoloMapComponentReplacePolicy
A SoloMapComponentPolicy that senses duplicate SoloMapComponents
compared to the new object, removing the previous object before
advising addition.
|
Modifier and Type | Field and Description |
---|---|
protected SoloMapComponentPolicy |
MapHandler.policy |
Modifier and Type | Method and Description |
---|---|
SoloMapComponentPolicy |
MapHandler.getPolicy()
Get the policy that sets the behavior of the MapHandler when it encounters
the situation of multiple instances of a particular SoloMapComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
MapHandler.setPolicy(SoloMapComponentPolicy smcp)
Set the policy of behavior for the MapHandler on how it should act when
multiple instances of a certain SoloMapComponents are added to it.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details