Esempio n. 1
0
 public String getOrganisationID() {
   if (wrapper == null || wrapper.isDisposed())
     throw new IllegalStateException(
         "Wrapper of "
             + this.getClass().getName()
             + " is either null or disposed"); //$NON-NLS-1$ //$NON-NLS-2$
   return organisationID.getTextControl().getText();
 }