editor.setLimitedEditor(true);
editor.addPropertyChangeListener("drillDownFormula", new DrillDownUpdateListener());
editor.addPropertyChangeListener
(DrillDownEditor.DRILL_DOWN_UI_PROFILE_PROPERTY, new DrillDownProfileChangeHandler());
eventListenerList = new EventListenerList();
final JPanel selectorPanel = new JPanel();
selectorPanel.setLayout(new BorderLayout());
selectorPanel.add(new JLabel("Location:"), BorderLayout.NORTH);
selectorPanel.add(drillDownSelector.getComponent(), BorderLayout.WEST);