Esempio n. 1
0
 /**
  * Get the custom (descriptive) name for this bean (if one has been set)
  *
  * @return the custom name (or the default name)
  */
 public String getCustomName() {
   return m_visual.getText();
 }