selectProperty();
} else if (e.getSource() == m_StatusBox) {
// notify any listeners
for (int i = 0; i < m_Listeners.size(); i++) {
ActionListener temp = ((ActionListener)m_Listeners.elementAt(i));
temp.actionPerformed(new ActionEvent(this,
ActionEvent.ACTION_PERFORMED,
"Editor status change"));
}
// Toggles whether the custom property is used