Package | Description |
---|---|
com.bbn.openmap.layer.beanbox |
Provides a sample openmap application that uses the openmap beanbox.
|
com.bbn.openmap.tools.beanbox |
The beanbox package contains classes that implement a BeanPanel component.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleBeanBox
SimpleBeanBox is a sample implementation of the
BeanBox class. |
Modifier and Type | Method and Description |
---|---|
BeanBox |
SimpleBeanLayer.getBeanBox() |
Modifier and Type | Field and Description |
---|---|
protected BeanBox |
GenericPropertySheet.beanBox
A GenericPropertySheet can be optionally associated with a BeanBox.
|
protected BeanBox |
BeanBoxDnDCatcher.selectedBeanBox
holds the
BeanBox that manages the
currently selected bean |
Modifier and Type | Method and Description |
---|---|
BeanBox |
BeanBoxHandler.getBeanBox()
returns a layer specific implementation of the
BeanBox class instance. |
Constructor and Description |
---|
GenericPropertySheet(boolean isModal,
java.lang.Object target,
java.awt.Rectangle bounds,
java.beans.PropertyEditor pe,
BeanBox beanBox)
Constructs a property sheet dialog.
|
GenericPropertySheet(java.lang.Object target,
int x,
int y,
java.beans.PropertyEditor pe,
BeanBox beanBox)
Constructs a property sheet dialog.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details