bugged
stringlengths
6
599k
fixed
stringlengths
6
40.8M
__index_level_0__
int64
0
3.24M
void onClosing() { control.synchPlaneSelected(view.getCurZ(), previousModel); view.dispose(); }
void onClosing() { view.dispose(); }
3,238,960
protected void addAttributeProperties(BeanDefinitionHolder definition, MappingMetaData metadata, String className, Element element) { NamedNodeMap attributes = element.getAttributes(); for (int i = 0, size = attributes.getLength(); i < size; i++) { Attr attribute = (Attr) attribu...
protected void addAttributeProperties(BeanDefinitionHolder definition, MappingMetaData metadata, String className, Element element) { NamedNodeMap attributes = element.getAttributes(); for (int i = 0, size = attributes.getLength(); i < size; i++) { Attr attribute = (Attr) attribu...
3,238,961
protected void addAttributeProperties(BeanDefinitionHolder definition, MappingMetaData metadata, String className, Element element) { NamedNodeMap attributes = element.getAttributes(); for (int i = 0, size = attributes.getLength(); i < size; i++) { Attr attribute = (Attr) attribu...
protected void addAttributeProperties(BeanDefinitionHolder definition, MappingMetaData metadata, String className, Element element) { NamedNodeMap attributes = element.getAttributes(); for (int i = 0, size = attributes.getLength(); i < size; i++) { Attr attribute = (Attr) attributes.item(i); String uri...
3,238,962
protected void addAttributeProperties(BeanDefinitionHolder definition, MappingMetaData metadata, String className, Element element) { NamedNodeMap attributes = element.getAttributes(); for (int i = 0, size = attributes.getLength(); i < size; i++) { Attr attribute = (Attr) attribu...
for (int i = 0, size = attributes.getLength(); i < size; i++) { Attr attribute = (Attr) attributes.item(i); String uri = attribute.getNamespaceURI(); String localName = attribute.getLocalName(); if (localName == null || localName.equals("xmlns") || localName.startsWith("xmlns:")) { continue; } if (!isEmpty(uri) && u...
3,238,963
protected void addAttributeProperty(BeanDefinitionHolder definition, MappingMetaData metadata, Element element, Attr attribute) { String localName = attribute.getName(); String value = attribute.getValue(); addProperty(definition, metadata, element, localName, value); }
protected void addAttributeProperty(BeanDefinitionHolder definition, MappingMetaData metadata, Element element, Attr attribute) { String localName = attribute.getLocalName(); String value = attribute.getValue(); addProperty(definition, metadata, element, localName, value); }
3,238,964
protected Element cloneElement(Element element) { Element answer = element.getOwnerDocument().createElement(getLocalName(element)); NamedNodeMap attributes = element.getAttributes(); for (int i = 0, size = attributes.getLength(); i < size; i++) { Attr attribute = (Attr) attributes.it...
protected Element cloneElement(Element element) { Element answer = element.getOwnerDocument().createElementNS(element.getNamespaceURI(), element.getNodeName()); NamedNodeMap attributes = element.getAttributes(); for (int i = 0, size = attributes.getLength(); i < size; i++) { Attr att...
3,238,965
private void loadThumbail(int index) throws ImageServerException { PixelsDescription pxd = images[index].getDefaultPixels(); int sizeX = maxWidth, sizeY = maxHeight; double ratio = (double) pxd.getSizeX()/pxd.getSizeY(); if (ratio < 1) sizeX *= ratio; else if (ratio > 1...
private void loadThumbail(int index) throws ImageServerException { PixelsDescription pxd = images[index].getDefaultPixels(); int sizeX = maxWidth, sizeY = maxHeight; double ratio = (double) pxd.getSizeX()/pxd.getSizeY(); if (ratio < 1) sizeX *= ratio; else if (ratio > 1...
3,238,967
public List fullRetrieveUserDatasets(DatasetData dProto, ImageSummary iProto) throws DSOutOfServiceException, DSAccessException { //Make a new proto if none was provided. if (dProto == null) dProto = new DatasetData(); if (iProto == null) iProto = new ImageSummary(); ...
public List fullRetrieveUserDatasets(DatasetData dProto, ImageSummary iProto) throws DSOutOfServiceException, DSAccessException { //Make a new proto if none was provided. if (dProto == null) dProto = new DatasetData(); if (iProto == null) iProto = new ImageSummary(); ...
3,238,968
public List retrieveDatasetsTree(List datasetIDs, boolean annotated) throws DSOutOfServiceException, DSAccessException { Criteria c; if (datasetIDs.size() > LIMIT_FOR_IN) c = DatasetMapper.buildDatasetsTree(null); else c = DatasetMapper.buildDatasetsTree(datasetIDs); ...
public List retrieveDatasetsTree(List datasetIDs, boolean annotated) throws DSOutOfServiceException, DSAccessException { Criteria c; if (datasetIDs.size() > LIMIT_FOR_IN) c = DatasetMapper.buildDatasetsTree(null); else c = DatasetMapper.buildDatasetsTree(datasetIDs); ...
3,238,969
public List retrieveImagesWithAnnotations(int datasetID, ImageSummary retVal) throws DSOutOfServiceException, DSAccessException { //Create a new dataObject if none provided. //Object used as prototype. if (retVal == null) retVal = new ImageS...
public List retrieveImagesWithAnnotations(int datasetID, ImageSummary retVal) throws DSOutOfServiceException, DSAccessException { //Create a new dataObject if none provided. //Object used as prototype. if (retVal == null) retVal = new ImageS...
3,238,970
public List retrieveProjectsTree(List projectIDs, boolean annotated) throws DSOutOfServiceException, DSAccessException { Criteria c; if (projectIDs.size() > LIMIT_FOR_IN) c = ProjectMapper.buildProjectsTreeCriteria(null); else c = ProjectMapper.buildProjectsTreeCriteria(pr...
public List retrieveProjectsTree(List projectIDs, boolean annotated) throws DSOutOfServiceException, DSAccessException { Criteria c; if (projectIDs.size() > LIMIT_FOR_IN) c = ProjectMapper.buildProjectsTreeCriteria(null); else c = ProjectMapper.buildProjectsTreeCriteria(pr...
3,238,972
public List retrieveProjectsTree(List projectIDs, boolean annotated) throws DSOutOfServiceException, DSAccessException { Criteria c; if (projectIDs.size() > LIMIT_FOR_IN) c = ProjectMapper.buildProjectsTreeCriteria(null); else c = ProjectMapper.buildProjectsTreeCriteria(pr...
public List retrieveProjectsTree(List projectIDs, boolean annotated) throws DSOutOfServiceException, DSAccessException { Criteria c; if (projectIDs.size() > LIMIT_FOR_IN) c = ProjectMapper.buildProjectsTreeCriteria(null); else c = ProjectMapper.buildProjectsTreeCriteria(pr...
3,238,973
public List retrieveUserDatasets(DatasetSummary dProto) throws DSOutOfServiceException, DSAccessException { //Make a new proto if none was provided. if (dProto == null) dProto = new DatasetSummary(); //Retrieve the user ID. UserCredentials uc = (UserCredentials) registry.lookup(LookupNames.USER_C...
public List retrieveUserDatasets(DatasetSummary dProto) throws DSOutOfServiceException, DSAccessException { //Make a new proto if none was provided. if (dProto == null) dProto = new DatasetSummary(); //Retrieve the user ID. UserCredentials uc = (UserCredentials) registry.lookup(LookupNames.USER_C...
3,238,975
public List retrieveUserProjectsWithDatasetData(ProjectSummary pProto, DatasetData dProto) throws DSOutOfServiceException, DSAccessException { //Make new protos if none was provided. if (pProto == null) pProto = new ProjectSummary(); if (dProto == null) dProto = new DatasetData(); //Retrieve the user ID. Use...
public List retrieveUserProjectsWithDatasetData(ProjectSummary pProto, DatasetData dProto) throws DSOutOfServiceException, DSAccessException { //Make new protos if none was provided. if (pProto == null) pProto = new ProjectSummary(); if (dProto == null) dProto = new DatasetData(); //Retrieve the user ID. Use...
3,238,976
public void propertyChange(PropertyChangeEvent evt) { String name = evt.getPropertyName(); if (name.equals(ImViewer.Z_SELECTED_PROPERTY) || name.equals(ImViewer.T_SELECTED_PROPERTY)) { //retrieve plane statistics for specific channel. } else if (name.equals( ...
public void propertyChange(PropertyChangeEvent evt) { String name = evt.getPropertyName(); if (name.equals(ImViewer.Z_SELECTED_PROPERTY) || name.equals(ImViewer.T_SELECTED_PROPERTY)) { //retrieve plane statistics for specific channel. } else if (name.equals( ...
3,238,977
public void propertyChange(PropertyChangeEvent evt) { String name = evt.getPropertyName(); if (name.equals(ImViewer.Z_SELECTED_PROPERTY) || name.equals(ImViewer.T_SELECTED_PROPERTY)) { //retrieve plane statistics for specific channel. } else if (name.equals( ...
public void propertyChange(PropertyChangeEvent evt) { String name = evt.getPropertyName(); if (name.equals(ImViewer.Z_SELECTED_PROPERTY) || name.equals(ImViewer.T_SELECTED_PROPERTY)) { //retrieve plane statistics for specific channel. } else if (name.equals( ...
3,238,978
public Object getProperty(final Context context, final Object instance, final Object[] names, int start, int end) throws PropertyException { String prop; Object nextProp = null; Accessor acc = null; ...
public Object getProperty(final Context context, final Object instance, final Object[] names, int start, int end) throws PropertyException { String prop; Object nextProp = null; Accessor acc = null; ...
3,238,980
public void copy(IObject model, ModelMapper mapper) { if (model instanceof ExperimenterGroup) { ExperimenterGroup grp = (ExperimenterGroup) model; super.copy(model,mapper); // Details if (grp.getDetails() != null){ this.setOwner((ExperimenterData) mapper.findTar...
public void copy(IObject model, ModelMapper mapper) { if (model instanceof ExperimenterGroup) { ExperimenterGroup grp = (ExperimenterGroup) model; super.copy(model,mapper); // Details if (grp.getDetails() != null){ this.setOwner((ExperimenterData) mapper.findTar...
3,238,981
protected void initializeContent() { setId(EDIT_ARTICLE_BLOCK_ID); if(clearOnInit){ getArticleItemBean().clear(); } // WFUtil.invoke(EDIT_ARTICLES_BEAN_ID, "setArticleLinkListener", this, ActionListener.class); add(getEditContainer()); }
protected void initializeContent() { setId(EDIT_ARTICLE_BLOCK_ID); if(clearOnInit){ getArticleItemBean().clear(); } // WFUtil.invoke(EDIT_ARTICLES_BEAN_ID, "setArticleLinkListener", this, ActionListener.class); add(getEditContainer()); }
3,238,982
public void mousePressed(MouseEvent e) { if (e.getClickCount() == 1 && click) { Point p = new Point(e.getPoint()); //view.resetLens(); if (!dragging && onOff && drawingArea.contains(p)) { dragging = true; drawLens(p); } } els...
publicvoidmousePressed(MouseEvente){if(e.getClickCount()==1&&click){Pointp=newPoint(e.getPoint());//view.resetLens();if(!dragging&&onOff&&drawingArea.contains(p)){dragging=true;drawLens(p);}}elseif(e.getClickCount()==2&&!click)control.showInspector();}
3,238,983
public void mouseReleased(MouseEvent e) { dragging = false; if (onOff && !pin) { view.resetLens(); //view.repaint(); } }
public void mouseReleased(MouseEvent e) { dragging = false; if (onOff && !pin) { view.resetLens(); //view.repaint(); } }
3,238,984
public void setPin(boolean b) { pin = b; if (pin && anchor != null) drawLens(anchor); else if (!pin) view.resetLens(); //view.repaint(); }
public void setPin(boolean b) { pin = b; if (pin && anchor != null) drawLens(anchor); else if (!pin) view.resetLens(); //view.repaint(); }
3,238,986
private void onClosing() { //control.setMagFactor(curZoomLevel); canvas.resetLens(); canvas.repaint(); view.dispose(); }
private void onClosing() { //control.setMagFactor(curZoomLevel); canvas.resetLens(); canvas.repaint(); view.dispose(); }
3,238,987
public NODE getMethodBody(RubyId id, int scope) { NODE body = searchMethod(id); // ?? if (body == null) { System.out.println("Cant find method: " + id.toName()); return null; } // ?? // ... cache body ...
public NODE getMethodBody(RubyId id, int scope) { NODE body = searchMethod(id); // ?? if (body == null) { System.out.println("Cant find method \"" + id.toName() + "\" in class " + toName()); return null; } // ?? // ....
3,238,988
private void initCoreClasses() { ObjectMetaClass objectMetaClass = new ObjectMetaClass(this); objectMetaClass.initializeClass(); objectClass = objectMetaClass; objectClass.setConstant("Object", objectClass); RubyClass moduleClass = new ModuleMetaClass(this, objectClass); ...
private void initCoreClasses() { ObjectMetaClass objectMetaClass = new ObjectMetaClass(this); objectMetaClass.initializeClass(); objectClass = objectMetaClass; objectClass.setConstant("Object", objectClass); RubyClass moduleClass = new ModuleMetaClass(this, objectClass); ...
3,238,989
private void initCoreClasses() { ObjectMetaClass objectMetaClass = new ObjectMetaClass(this); objectMetaClass.initializeClass(); objectClass = objectMetaClass; objectClass.setConstant("Object", objectClass); RubyClass moduleClass = new ModuleMetaClass(this, objectClass); ...
private void initCoreClasses() { ObjectMetaClass objectMetaClass = new ObjectMetaClass(this); objectMetaClass.initializeClass(); objectClass = objectMetaClass; objectClass.setConstant("Object", objectClass); RubyClass moduleClass = new ModuleMetaClass(this, objectClass); ...
3,238,990
private void initCoreClasses() { ObjectMetaClass objectMetaClass = new ObjectMetaClass(this); objectMetaClass.initializeClass(); objectClass = objectMetaClass; objectClass.setConstant("Object", objectClass); RubyClass moduleClass = new ModuleMetaClass(this, objectClass); ...
private void initCoreClasses() { ObjectMetaClass objectMetaClass = new ObjectMetaClass(this); objectMetaClass.initializeClass(); objectClass = objectMetaClass; objectClass.setConstant("Object", objectClass); RubyClass moduleClass = new ModuleMetaClass(this, objectClass); ...
3,238,991
List getImagesDiffInUserDatasets() { return control.getImagesDiffInUserDatasetsNotInCategoryGroup(model); }
List getImagesDiffInUserDatasets(List datasets) { return control.getImagesDiffInUserDatasetsNotInCategoryGroup(model); }
3,238,993
List getImagesDiffInUserDatasets() { return control.getImagesDiffInUserDatasetsNotInCategoryGroup(model); }
List getImagesDiffInUserDatasets() { return control.getImagesDiffInUserDatasetsNotInCategoryGroup(model, datasets); }
3,238,994
public IRubyObject create(IRubyObject[] args) { RubyHash hash = new RubyHash(getRuntime()); if (args.length == 1) { hash.setValueMap(new HashMap(((RubyHash) args[0]).getValueMap())); } else if (args.length % 2 != 0) { throw getRuntime().newArgumentError("odd number of args...
public IRubyObject create(IRubyObject[] args) { RubyHash hash = (RubyHash)allocateObject(); if (args.length == 1) { hash.setValueMap(new HashMap(((RubyHash) args[0]).getValueMap())); } else if (args.length % 2 != 0) { throw getRuntime().newArgumentError("odd number of arg...
3,238,995
public IRubyObject newInstance(IRubyObject[] args) { IRuby runtime = getRuntime(); RubyHash hash = new RubyHash(runtime); // A block to represent 'default' value for unknown values if (runtime.getCurrentContext().isBlockGiven()) { hash.setDefaultProc(runtime.newProc()); } ...
public IRubyObject newInstance(IRubyObject[] args) { IRuby runtime = getRuntime(); RubyHash hash = (RubyHash)allocateObject(); // A block to represent 'default' value for unknown values if (runtime.getCurrentContext().isBlockGiven()) { hash.setDefaultProc(runtime.newProc()); ...
3,238,996
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
private void buildTreeNode(TreeImageDisplay parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
3,238,997
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
3,238,998
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } e...
3,238,999
private void expandNode(DefaultMutableTreeNode node) { //First remove listener otherwise an event is fired. treeDisplay.removeTreeExpansionListener(listener); treeDisplay.expandPath(new TreePath(node.getPath())); treeDisplay.addTreeExpansionListener(listener); }
private void expandNode(TreeImageDisplay node) { //First remove listener otherwise an event is fired. treeDisplay.removeTreeExpansionListener(listener); treeDisplay.expandPath(new TreePath(node.getPath())); treeDisplay.addTreeExpansionListener(listener); }
3,239,001
void setViews(Set nodes, boolean reload) { DefaultTreeModel dtm = (DefaultTreeModel) treeDisplay.getModel(); TreeImageDisplay root = (TreeImageDisplay) dtm.getRoot(); root.removeAllChildren(); root.setChildrenLoaded(Boolean.TRUE); dtm.reload(); if (nodes.size() != 0) { ...
void setViews(Set nodes) { DefaultTreeModel dtm = (DefaultTreeModel) treeDisplay.getModel(); TreeImageDisplay root = (TreeImageDisplay) dtm.getRoot(); root.removeAllChildren(); root.setChildrenLoaded(Boolean.TRUE); dtm.reload(); if (nodes.size() != 0) { Iterat...
3,239,004
void setViews(Set nodes, boolean reload) { DefaultTreeModel dtm = (DefaultTreeModel) treeDisplay.getModel(); TreeImageDisplay root = (TreeImageDisplay) dtm.getRoot(); root.removeAllChildren(); root.setChildrenLoaded(Boolean.TRUE); dtm.reload(); if (nodes.size() != 0) { ...
void setViews(Set nodes, boolean reload) { DefaultTreeModel dtm = (DefaultTreeModel) treeDisplay.getModel(); TreeImageDisplay root = (TreeImageDisplay) dtm.getRoot(); root.removeAllChildren(); root.setChildrenLoaded(Boolean.TRUE); dtm.reload(); if (nodes.size() != 0) { ...
3,239,005
void setViews(Set nodes, boolean reload) { DefaultTreeModel dtm = (DefaultTreeModel) treeDisplay.getModel(); TreeImageDisplay root = (TreeImageDisplay) dtm.getRoot(); root.removeAllChildren(); root.setChildrenLoaded(Boolean.TRUE); dtm.reload(); if (nodes.size() != 0) { ...
void setViews(Set nodes, boolean reload) { DefaultTreeModel dtm = (DefaultTreeModel) treeDisplay.getModel(); TreeImageDisplay root = (TreeImageDisplay) dtm.getRoot(); root.removeAllChildren(); root.setChildrenLoaded(Boolean.TRUE); dtm.reload(); if (nodes.size() != 0) { ...
3,239,006
void sortNodes(int type) { sorter.setByDate(type == Browser.SORT_NODES_BY_DATE); DefaultTreeModel dtm = (DefaultTreeModel) treeDisplay.getModel(); TreeImageDisplay root = (TreeImageDisplay) dtm.getRoot(); boolean reload = false; Set children = root.getChildrenDisplay(); ...
void sortNodes(int type) { sorter.setByDate(type == Browser.SORT_NODES_BY_DATE); DefaultTreeModel dtm = (DefaultTreeModel) treeDisplay.getModel(); TreeImageDisplay root = (TreeImageDisplay) dtm.getRoot(); boolean reload = false; Set children = root.getChildrenDisplay(); ...
3,239,007
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,009
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,010
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,011
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,012
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,013
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,014
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,015
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,016
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
public void searchContacts(String contact, JFrame parent) { final Map contactMap = new HashMap(); final Set contacts = new HashSet(); final ContactList contactList = SparkManager.getWorkspace().getContactList(); Iterator groups = contactList.getContactGroups().iterator(); while (g...
3,239,017
public void keyPressed(KeyEvent keyEvent) { if (keyEvent.getKeyChar() == KeyEvent.VK_ESCAPE) { frame.dispose(); } }
public void keyPressed(KeyEvent keyEvent) { if (keyEvent.getKeyChar() == KeyEvent.VK_ESCAPE) { window.dispose(); } }
3,239,018
public void keyReleased(KeyEvent keyEvent) { if (keyEvent.getKeyChar() == KeyEvent.VK_ENTER) { if (ModelUtil.hasLength(contactField.getText())) { ContactItem item = (ContactItem)contactMap.get(contactField.getText()); if (item !...
public void keyReleased(KeyEvent keyEvent) { if (keyEvent.getKeyChar() == KeyEvent.VK_ENTER) { if (ModelUtil.hasLength(contactField.getText())) { ContactItem item = (ContactItem)contactMap.get(contactField.getText()); if (item !...
3,239,019
public void keyReleased(KeyEvent keyEvent) { if (keyEvent.getKeyChar() == KeyEvent.VK_ENTER) { if (ModelUtil.hasLength(contactField.getText())) { ContactItem item = (ContactItem)contactMap.get(contactField.getText()); if (item !...
public void keyReleased(KeyEvent keyEvent) { if (keyEvent.getKeyChar() == KeyEvent.VK_ENTER) { if (ModelUtil.hasLength(contactField.getText())) { ContactItem item = (ContactItem)contactMap.get(contactField.getText()); if (item !...
3,239,020
public IRubyObject[] scanArgs(IRuby runtime, IRubyObject[] args, int required, int optional) { int total = required+optional; int real = checkArgumentCount(args,required,total); IRubyObject[] narr = new IRubyObject[total]; System.arraycopy(args,0,narr,0,real); for(int i=real; i<to...
public IRubyObject[] scanArgs(IRubyObject[] args, int required, int optional) { int total = required+optional; int real = checkArgumentCount(args,required,total); IRubyObject[] narr = new IRubyObject[total]; System.arraycopy(args,0,narr,0,real); for(int i=real; i<total; i++) { ...
3,239,021
public IRubyObject[] scanArgs(IRuby runtime, IRubyObject[] args, int required, int optional) { int total = required+optional; int real = checkArgumentCount(args,required,total); IRubyObject[] narr = new IRubyObject[total]; System.arraycopy(args,0,narr,0,real); for(int i=real; i<to...
public IRubyObject[] scanArgs(IRuby runtime, IRubyObject[] args, int required, int optional) { int total = required+optional; int real = checkArgumentCount(args,required,total); IRubyObject[] narr = new IRubyObject[total]; System.arraycopy(args,0,narr,0,real); for(int i=real; i<to...
3,239,022
public void visitBeanFactory(ConfigurableListableBeanFactory beanRegistry) throws BeansException { String[] beanNames = beanRegistry.getBeanDefinitionNames(); for (int i = 0; i < beanNames.length; i++) { String beanName = beanNames[i]; visitBeanDefinition(beanName, beanRegistry.g...
public void visitBeanFactory(ConfigurableListableBeanFactory beanRegistry, Object data) throws BeansException { String[] beanNames = beanRegistry.getBeanDefinitionNames(); for (int i = 0; i < beanNames.length; i++) { String beanName = beanNames[i]; visitBeanDefinition(beanName, b...
3,239,023
public void visitBeanFactory(ConfigurableListableBeanFactory beanRegistry) throws BeansException { String[] beanNames = beanRegistry.getBeanDefinitionNames(); for (int i = 0; i < beanNames.length; i++) { String beanName = beanNames[i]; visitBeanDefinition(beanName, beanRegistry.g...
public void visitBeanFactory(ConfigurableListableBeanFactory beanRegistry) throws BeansException { String[] beanNames = beanRegistry.getBeanDefinitionNames(); for (int i = 0; i < beanNames.length; i++) { String beanName = beanNames[i]; visitBeanDefinition(beanName, beanRegistry.g...
3,239,024
public void visitCollection(Collection collection) throws BeansException { for (Iterator iterator = collection.iterator(); iterator.hasNext();) { visitNext(iterator.next()); } }
public void visitCollection(Collection collection, Object data) throws BeansException { for (Iterator iterator = collection.iterator(); iterator.hasNext();) { visitNext(iterator.next()); } }
3,239,025
public void visitCollection(Collection collection) throws BeansException { for (Iterator iterator = collection.iterator(); iterator.hasNext();) { visitNext(iterator.next()); } }
public void visitCollection(Collection collection) throws BeansException { for (Iterator iterator = collection.iterator(); iterator.hasNext();) { visitNext(iterator.next(), data); } }
3,239,026
public void visitConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues) throws BeansException { Map indexedArgumentValues = constructorArgumentValues.getIndexedArgumentValues(); for (Iterator iterator = indexedArgumentValues.values().iterator(); iterator.hasNext();) { ...
public void visitConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues, Object data) throws BeansException { Map indexedArgumentValues = constructorArgumentValues.getIndexedArgumentValues(); for (Iterator iterator = indexedArgumentValues.values().iterator(); iterator.hasNext();...
3,239,027
public void visitConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues) throws BeansException { Map indexedArgumentValues = constructorArgumentValues.getIndexedArgumentValues(); for (Iterator iterator = indexedArgumentValues.values().iterator(); iterator.hasNext();) { ...
public void visitConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues) throws BeansException { Map indexedArgumentValues = constructorArgumentValues.getIndexedArgumentValues(); for (Iterator iterator = indexedArgumentValues.values().iterator(); iterator.hasNext();) { ...
3,239,028
public void visitConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues) throws BeansException { Map indexedArgumentValues = constructorArgumentValues.getIndexedArgumentValues(); for (Iterator iterator = indexedArgumentValues.values().iterator(); iterator.hasNext();) { ...
public void visitConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues) throws BeansException { Map indexedArgumentValues = constructorArgumentValues.getIndexedArgumentValues(); for (Iterator iterator = indexedArgumentValues.values().iterator(); iterator.hasNext();) { ...
3,239,029
public void visitConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues) throws BeansException { Map indexedArgumentValues = constructorArgumentValues.getIndexedArgumentValues(); for (Iterator iterator = indexedArgumentValues.values().iterator(); iterator.hasNext();) { ...
public void visitConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues) throws BeansException { Map indexedArgumentValues = constructorArgumentValues.getIndexedArgumentValues(); for (Iterator iterator = indexedArgumentValues.values().iterator(); iterator.hasNext();) { ...
3,239,030
public void visitMap(Map map) throws BeansException { for (Iterator iterator = map.entrySet().iterator(); iterator.hasNext();) { Map.Entry entry = (Map.Entry) iterator.next(); visitNext(entry.getKey()); visitNext(entry.getValue()); } }
public void visitMap(Map map, Object data) throws BeansException { for (Iterator iterator = map.entrySet().iterator(); iterator.hasNext();) { Map.Entry entry = (Map.Entry) iterator.next(); visitNext(entry.getKey()); visitNext(entry.getValue()); } }
3,239,031
public void visitMap(Map map) throws BeansException { for (Iterator iterator = map.entrySet().iterator(); iterator.hasNext();) { Map.Entry entry = (Map.Entry) iterator.next(); visitNext(entry.getKey()); visitNext(entry.getValue()); } }
public void visitMap(Map map) throws BeansException { for (Iterator iterator = map.entrySet().iterator(); iterator.hasNext();) { Map.Entry entry = (Map.Entry) iterator.next(); visitNext(entry.getKey()); visitNext(entry.getValue()); } }
3,239,032
public void visitMutablePropertyValues(MutablePropertyValues propertyValues) throws BeansException { PropertyValue[] values = propertyValues.getPropertyValues(); for (int i = 0; i < values.length; i++) { visitPropertyValue(values[i]); } }
public void visitMutablePropertyValues(MutablePropertyValues propertyValues, Object data) throws BeansException { PropertyValue[] values = propertyValues.getPropertyValues(); for (int i = 0; i < values.length; i++) { visitPropertyValue(values[i]); } }
3,239,033
public void visitMutablePropertyValues(MutablePropertyValues propertyValues) throws BeansException { PropertyValue[] values = propertyValues.getPropertyValues(); for (int i = 0; i < values.length; i++) { visitPropertyValue(values[i]); } }
public void visitMutablePropertyValues(MutablePropertyValues propertyValues) throws BeansException { PropertyValue[] values = propertyValues.getPropertyValues(); for (int i = 0; i < values.length; i++) { visitPropertyValue(values[i], data); } }
3,239,034
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value, Object data) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) ...
3,239,035
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value, data); } else if (value instanceof BeanDefinitionHolder) { visitB...
3,239,036
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,037
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,038
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,039
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,040
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,041
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,042
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,043
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,044
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
protected void visitNext(Object value) throws BeansException { if (value == null) { return; } if (value instanceof ConfigurableListableBeanFactory) { visitBeanFactory((ConfigurableListableBeanFactory) value); } else if (value instanceof BeanDefinition) { ...
3,239,045
public void visitObject(Object value) throws BeansException { }
public void visitObject(Object value, Object data) throws BeansException { }
3,239,046
public void visitPropertyValue(PropertyValue propertyValue) throws BeansException { visitNext(propertyValue.getValue()); }
public void visitPropertyValue(PropertyValue propertyValue) throws BeansException { visitNext(propertyValue.getValue()); }
3,239,047
private void buildGUI(double magFactor) { JCheckBoxMenuItem menuItem = new JCheckBoxMenuItem("25%"); manager.attachItemListener(menuItem, ZoomMenuManager.ZOOM_25); add(menuItem); menuItem = new JCheckBoxMenuItem("50%"); manager.attachItemListener(menuItem, ZoomMenuManager.ZOOM_50); add(menuItem); menuItem = new...
private void buildGUI(double magFactor) { JCheckBoxMenuItem menuItem = new JCheckBoxMenuItem("25%"); manager.attachItemListener(menuItem, ZoomMenuManager.ZOOM_25); add(menuItem); menuItem = new JCheckBoxMenuItem("50%"); manager.attachItemListener(menuItem, ZoomMenuManager.ZOOM_50); add(menuItem); menuItem = new...
3,239,048
private void buildGUI(double magFactor) { JCheckBoxMenuItem menuItem = new JCheckBoxMenuItem("25%"); manager.attachItemListener(menuItem, ZoomMenuManager.ZOOM_25); add(menuItem); menuItem = new JCheckBoxMenuItem("50%"); manager.attachItemListener(menuItem, ZoomMenuManager.ZOOM_50); add(menuItem); menuItem = new...
private void buildGUI(double magFactor) { JCheckBoxMenuItem menuItem = new JCheckBoxMenuItem("25%"); manager.attachItemListener(menuItem, ZoomMenuManager.ZOOM_25); add(menuItem); menuItem = new JCheckBoxMenuItem("50%"); manager.attachItemListener(menuItem, ZoomMenuManager.ZOOM_50); add(menuItem); menuItem = new...
3,239,049
public RubyClasses(Ruby runtime) { this.runtime = runtime; classMap = new HashMap(); }
public RubyClasses(Ruby runtime) { this.runtime = runtime; topLevelClasses = new HashMap(); nonTopLevelClasses = new HashMap(); }
3,239,050
private RubyClass defineBootClass(String name, RubyClass superClass) { RubyClass bootClass = RubyClass.newClass(runtime, superClass, null, name); classMap.put(name, bootClass); return bootClass; }
private RubyClass defineBootClass(String name, RubyClass superClass) { RubyClass bootClass = RubyClass.newClass(runtime, superClass, null, name); topLevelClasses.put(name, bootClass); return bootClass; }
3,239,051
public RubyModule getClass(String name) { RubyModule type = (RubyModule) classMap.get(name); if (type == null) { type = getAutoload(name); } return type; }
public RubyModule getClass(String name) { RubyModule type = (RubyModule) topLevelClasses.get(name); if (type == null) { type = getAutoload(name); } return type; }
3,239,052
public Iterator nameIterator() { return classMap.keySet().iterator(); }
public Iterator nameIterator() { return topLevelClasses.keySet().iterator(); }
3,239,053
public void putClass(String name, RubyModule rbClass) { classMap.put(name, rbClass); }
public void putClass(String name, RubyModule rbClass) { classMap.put(name, rbClass); }
3,239,054
private IRubyObject userUnmarshal() throws IOException { String className = unmarshalObject().asSymbol(); String marshaled = unmarshalString(); RubyModule classInstance; try { classInstance = runtime.getClassFromPath(className); } catch (RaiseException e) { i...
private IRubyObject userUnmarshal() throws IOException { String className = unmarshalObject().asSymbol(); String marshaled = unmarshalString(); RubyModule classInstance; try { classInstance = runtime.getClassFromPath(className); } catch (RaiseException e) { i...
3,239,055
public void actionPerformed(ActionEvent e) { String username = getScreenName(); String password = getPassword(); if (!ModelUtil.hasLength(username) || !ModelUtil.hasLength(password)) { JOptionPane.showMessageDialog(this, Res.getString("message.username.password.error"), Res.getString...
public void actionPerformed(ActionEvent e) { String username = getScreenName(); String password = getPassword(); if (!ModelUtil.hasLength(username) || !ModelUtil.hasLength(password)) { JOptionPane.showMessageDialog(this, Res.getString("message.username.password.error"), Res.getString...
3,239,056
public void actionPerformed(ActionEvent e) { String username = getScreenName(); String password = getPassword(); if (!ModelUtil.hasLength(username) || !ModelUtil.hasLength(password)) { JOptionPane.showMessageDialog(this, Res.getString("message.username.password.error"), Res.getString...
public void actionPerformed(ActionEvent e) { String username = getScreenName(); String password = getPassword(); if (!ModelUtil.hasLength(username) || !ModelUtil.hasLength(password)) { JOptionPane.showMessageDialog(this, Res.getString("message.username.password.error"), Res.getString...
3,239,057
public void changePermissions(final IObject iObject, final Permissions perms) { final IObject copy = iQuery.get(iObject.getClass(), iObject.getId()); getSecuritySystem().managedDetails(iObject, copy.getDetails()); AdminAction action = new AdminAction(){ public void runAsAdmin() { Permis...
public void changePermissions(final IObject iObject, final Permissions perms) { final IObject copy = iQuery.get(iObject.getClass(), iObject.getId()); getSecuritySystem().managedDetails(iObject, copy.getDetails()); AdminAction action = new AdminAction(){ public void runAsAdmin() { Permis...
3,239,058
public void changePermissions(final IObject iObject, final Permissions perms) { final IObject copy = iQuery.get(iObject.getClass(), iObject.getId()); getSecuritySystem().managedDetails(iObject, copy.getDetails()); AdminAction action = new AdminAction(){ public void runAsAdmin() { Permis...
public void changePermissions(final IObject iObject, final Permissions perms) { final IObject copy = iQuery.get(iObject.getClass(), iObject.getId()); getSecuritySystem().managedDetails(iObject, copy.getDetails()); AdminAction action = new AdminAction(){ public void runAsAdmin() { Permis...
3,239,059
public void hideLastChainView() { if (lastChainView != null) { lastChainView.hide(); } lastChainView = null; }
public void hideLastChainView() { if (lastChainView != null) { lastChainView.hide(); } lastChainView = null; }
3,239,062
public void mouseEntered(PInputEvent e) { PNode n = e.getPickedNode(); if (n != lastChainView && lastChainView != null && !checkEventInNodeInterior(lastChainView,e) && !n.isAncestorOf(lastChainView) && !n.isDescendentOf(lastChainView)) hideLastChainView(); super.mouseEntered(e); }
public void mouseEntered(PInputEvent e) { PNode n = e.getPickedNode(); if (n != lastChainView && lastChainView != null && !checkEventInNodeInterior(lastChainView,e) && !n.isAncestorOf(lastChainView) && !n.isDescendentOf(lastChainView)) hideLastChainView(); super.mouseEntered(e); }
3,239,063
public void mouseEntered(PInputEvent e) { PNode n = e.getPickedNode(); if (n != lastChainView && lastChainView != null && !checkEventInNodeInterior(lastChainView,e) && !n.isAncestorOf(lastChainView) && !n.isDescendentOf(lastChainView)) hideLastChainView(); super.mouseEntered(e); }
public void mouseEntered(PInputEvent e) { PNode n = e.getPickedNode(); if (n != lastChainView && lastChainView != null && !checkEventInNodeInterior(lastChainView,e) && !n.isAncestorOf(lastChainView) && !n.isDescendentOf(lastChainView)) hideLastChainView(); super.mouseEntered(e); }
3,239,064
public void setLastChainView(PaletteChainView lastChainView) { // if I get this twice, show the full view. if (this.lastChainView == lastChainView) lastChainView.showFullView(true); this.lastChainView = lastChainView; }
public void setLastChainView(PaletteChainView lastChainView) { // if I get this twice, show the full view. if (this.lastChainView == lastChainView) lastChainView.showFullView(true); this.lastChainView = lastChainView; }
3,239,065
public void execute() throws MojoExecutionException, MojoFailureException { getLog().debug( " ======= XBeanMojo settings =======" ); getLog().debug( "namespace[" + namespace + "]" ); getLog().debug( "srcDir[" + srcDir + "]" ); getLog().debug( "schema[" + schema + "]" ); getLog().d...
public void execute() throws MojoExecutionException, MojoFailureException { getLog().debug( " ======= XBeanMojo settings =======" ); getLog().debug( "namespace[" + namespace + "]" ); getLog().debug( "srcDir[" + srcDir + "]" ); getLog().debug( "schema[" + schema + "]" ); getLog().d...
3,239,067
public void execute() throws MojoExecutionException, MojoFailureException { getLog().debug( " ======= XBeanMojo settings =======" ); getLog().debug( "namespace[" + namespace + "]" ); getLog().debug( "srcDir[" + srcDir + "]" ); getLog().debug( "schema[" + schema + "]" ); getLog().d...
public void execute() throws MojoExecutionException, MojoFailureException { getLog().debug( " ======= XBeanMojo settings =======" ); getLog().debug( "namespace[" + namespace + "]" ); getLog().debug( "srcDir[" + srcDir + "]" ); getLog().debug( "schema[" + schema + "]" ); getLog().d...
3,239,068
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
3,239,069
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
privatevoidbuildTreeNode(DefaultMutableTreeNodeparent,Collectionnodes,DefaultTreeModeltm){if(nodes.size()==0){tm.insertNodeInto(newDefaultMutableTreeNode(EMPTY_MSG),parent,parent.getChildCount());return;}Iteratori=nodes.iterator();TreeImageDisplaydisplay;Setchildren;while(i.hasNext()){display=(TreeImageDisplay)i.next()...
3,239,070
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
3,239,071
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } ...
private void buildTreeNode(DefaultMutableTreeNode parent, Collection nodes, DefaultTreeModel tm) { if (nodes.size() == 0) { tm.insertNodeInto(new DefaultMutableTreeNode(EMPTY_MSG), parent, parent.getChildCount()); return; } e...
3,239,072