/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(BEAN); bd.setName("include"); bd.setDisplayName(XMLBean.concatName(schema.XSD_URI, "include")); bd.setValue("ignore", new String[] {schema.XSD_URI + "#annotation"}); return bd; }
@Override public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(RelationshipStatusIs.class); bd.setDisplayName( "<html><font color='green'><center>Add<br>Relationship Status Is<br>Clause to RefSet Spec"); return bd; }
private static BeanDescriptor getBdescriptor() { // GEN-HEADEREND:BeanDescriptor // Here you can add code for customizing the BeanDescriptor. if (beanDescriptor == null) beanDescriptor = new BeanDescriptor(StrokeToolBarBeanInfo.class); beanDescriptor.setValue("isContainer", Boolean.FALSE); beanDescriptor.setDisplayName("StrokeToolPane"); return beanDescriptor; } // GEN-LAST:BeanDescriptor
private static BeanDescriptor getBdescriptor() { // GEN-HEADEREND:BeanDescriptor // Here you can add code for customizing the BeanDescriptor. if (beanDescriptor == null) { beanDescriptor = new BeanDescriptor(JAttributeTextFieldBeanInfo.class); } beanDescriptor.setValue("isContainer", Boolean.FALSE); beanDescriptor.setDisplayName("JAttributeTextField"); return beanDescriptor; } // GEN-LAST:BeanDescriptor
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(DestroyFailsafe.class); bd.setDisplayName("<html><font color='red'><center>Destroy Failsafe"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(ToQueue.class); bd.setDisplayName("<html><font color='green'><center>To Queue"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(PerformRefresetRefreshAction.class); bd.setDisplayName("<html><font color='green'><center>Perform Refset<br>Refresh Action"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(PutCurrentProfileInProperty.class); bd.setDisplayName("<html><font color='green'><center>Put Current Profile<br>in Property"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(ResetWorkerSimulationClock.class); bd.setDisplayName("<html><font color='green'><center>Reset Worker<br>Simulation Clock"); return bd; }
/** @return BeanDescriptor with localized name */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(FastJavacCompilerType.class); bd.setDisplayName(JavaCompilerType.getString("CTL_FastCompilerType")); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(TakeFirstItemInAttachmentList.class); bd.setDisplayName( "<html><font color='green'><center>Take First Item<br>In Attachment List<br> Return Concept"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(CommitAllSvnEntries.class); bd.setDisplayName("<html><font color='green'><center>Commit All Svn Entries"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(Cancel.class); bd.setDisplayName("<html><font color='green'><center>Cancel Changes"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(ImportAllChangeSets.class); bd.setDisplayName("<html><font color='green'><center>Import All<br>Change Sets"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(SetEditPathForProfile.class); bd.setDisplayName("<html><font color='green'><center>add edit path<br>to profile"); return bd; }
/** @see java.beans.BeanInfo#getBeanDescriptor() */ public BeanDescriptor getBeanDescriptor() { BeanDescriptor bd = new BeanDescriptor(OneItemInSet.class); bd.setDisplayName("<html><font color='green'><center>Check if 1<br>item in set"); return bd; }