锘??xml version="1.0" encoding="utf-8" standalone="yes"?>阿v视频在线,欧亚一区二区三区,五月综合激情http://www.aygfsteel.com/huaoguo/category/40514.htmlmy wayzh-cnSat, 12 Dec 2009 13:18:17 GMTSat, 12 Dec 2009 13:18:17 GMT60瀹炵幇涓涓嚜宸辯殑Netbeans瀵艱埅http://www.aygfsteel.com/huaoguo/archive/2009/12/12/305668.htmlhuaoguohuaoguoFri, 11 Dec 2009 17:16:00 GMThttp://www.aygfsteel.com/huaoguo/archive/2009/12/12/305668.htmlhttp://www.aygfsteel.com/huaoguo/comments/305668.htmlhttp://www.aygfsteel.com/huaoguo/archive/2009/12/12/305668.html#Feedback0http://www.aygfsteel.com/huaoguo/comments/commentRss/305668.htmlhttp://www.aygfsteel.com/huaoguo/services/trackbacks/305668.htmlhttp://docs.huihoo.com/javadoc/netbeans/5.5/org-netbeans-spi-navigator/overview-summary.html銆?br />
棣栧厛鏂板緩涓涓狽etbeans搴撳瓨錛屾ā鍧楄嚦灝戣渚濊禆“瀵艱埅API”銆?br />
鐒跺悗瀹炵幇NavigatorPanel鎺ュ彛錛?br />
/*
 * author: Percival  date: 12/11/09
 * Have a good day!
 
*/
package org.hag.netbeans.plugin.rspecnavigator;

import java.io.IOException;
import java.util.Collection;
import javax.swing.JComponent;
import javax.swing.JList;
import javax.swing.event.ListSelectionEvent;
import javax.swing.event.ListSelectionListener;
import org.netbeans.spi.navigator.NavigatorPanel;
import org.openide.filesystems.FileObject;
import org.openide.util.Exceptions;
import org.openide.util.Lookup;
import org.openide.util.LookupEvent;
import org.openide.util.LookupListener;

public class RspecNavigatorPanel implements NavigatorPanel {

    
private JList lstDescription;
    
private Lookup.Result<FileObject> lookupResult;
    
private LookupListener lookupListener;

    
public RspecNavigatorPanel() {
        lstDescription 
= new JList();
        lstDescription.addListSelectionListener(
new ListSelectionListener() {

            
public void valueChanged(ListSelectionEvent e) {
                RspecTag tag 
= (RspecTag) lstDescription.getSelectedValue();
                
if (tag != null) {
                    
try {
                        tag.select();
                    } 
catch (IOException ex) {
                        Exceptions.printStackTrace(ex);
                    }
                }
            }
        });
        lookupListener 
= new LookupListener() {

            
public void resultChanged(LookupEvent ev) {
                Collection
<? extends FileObject> fileObjects = lookupResult.allInstances();
                FileObject fileObject 
= fileObjects.isEmpty() ? null : fileObjects.iterator().next();
                RspecTagListModel listModel 
= new RspecTagListModel(fileObject);
                lstDescription.setModel(listModel);
            }
        };
    }

    
public String getDisplayName() {
        
return "Rspec Descriptions";
    }

    
public String getDisplayHint() {
        
return "Rspec Descriptions";
    }

    
public JComponent getComponent() {
        
return lstDescription;
    }

    
public void panelActivated(Lookup lookup) {
        lookupResult 
= lookup.lookupResult(FileObject.class);
        lookupResult.addLookupListener(lookupListener);
        lookupListener.resultChanged(
null);
    }

    
public void panelDeactivated() {
        lookupResult.removeLookupListener(lookupListener);
    }

    
public Lookup getLookup() {
        
return null;
    }
}

鏈鍚庡湪緋葷粺鏂囦歡緋葷粺涓敞鍐屼竴涓嬶細
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
<filesystem>
    
<folder name="Navigator">
        
<folder name="Panels">
            
<folder name="text">
                
<folder name="x-ruby">
                    
<file name="org-hag-netbeans-plugin-rspecnavigator-RspecNavigatorPanel.instance"/>
                
</folder>
            
</folder>
        
</folder>
    
</folder>
</filesystem>
RspecNavigator婧愪唬鐮?/a>


huaoguo 2009-12-12 01:16 鍙戣〃璇勮
]]>
Spring blazeDS Integration destination not exists寮傚父瑙e喅http://www.aygfsteel.com/huaoguo/archive/2009/07/04/285426.htmlhuaoguohuaoguoFri, 03 Jul 2009 16:41:00 GMThttp://www.aygfsteel.com/huaoguo/archive/2009/07/04/285426.htmlhttp://www.aygfsteel.com/huaoguo/comments/285426.htmlhttp://www.aygfsteel.com/huaoguo/archive/2009/07/04/285426.html#Feedback1http://www.aygfsteel.com/huaoguo/comments/commentRss/285426.htmlhttp://www.aygfsteel.com/huaoguo/services/trackbacks/285426.html闃呰鍏ㄦ枃

huaoguo 2009-07-04 00:41 鍙戣〃璇勮
]]>
spring涓璸rops,list,set,map鍏冪礌鐨勭敤娉?/title><link>http://www.aygfsteel.com/huaoguo/archive/2009/06/28/284476.html</link><dc:creator>huaoguo</dc:creator><author>huaoguo</author><pubDate>Sun, 28 Jun 2009 06:51:00 GMT</pubDate><guid>http://www.aygfsteel.com/huaoguo/archive/2009/06/28/284476.html</guid><wfw:comment>http://www.aygfsteel.com/huaoguo/comments/284476.html</wfw:comment><comments>http://www.aygfsteel.com/huaoguo/archive/2009/06/28/284476.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/huaoguo/comments/commentRss/284476.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/huaoguo/services/trackbacks/284476.html</trackback:ping><description><![CDATA[     鎽樿: 鍦╯pring瀹瑰櫒涓厤緗産ean錛屽父鐢ㄥ埌鐨勫厓绱犻櫎浜?value>鍜?ref>澶栵紝榪樻湁<props>銆?list>銆?set>銆?map>錛屽湪hibernate絳夋鏋剁殑閰嶇疆鏂囦歡涓垜浠粡甯稿彲浠ヨ鍒拌繖浜涘厓绱狅紝涓嬮潰鏄粬浠殑鍏蜂綋鐢ㄦ硶銆?<br>1.<props>鍏冪礌...  <a href='http://www.aygfsteel.com/huaoguo/archive/2009/06/28/284476.html'>闃呰鍏ㄦ枃</a><img src ="http://www.aygfsteel.com/huaoguo/aggbug/284476.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/huaoguo/" target="_blank">huaoguo</a> 2009-06-28 14:51 <a href="http://www.aygfsteel.com/huaoguo/archive/2009/06/28/284476.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> 主站蜘蛛池模板: <a href="http://" target="_blank">九龙县</a>| <a href="http://" target="_blank">瑞安市</a>| <a href="http://" target="_blank">蒙阴县</a>| <a href="http://" target="_blank">杂多县</a>| <a href="http://" target="_blank">衡水市</a>| <a href="http://" target="_blank">景洪市</a>| <a href="http://" target="_blank">济阳县</a>| <a href="http://" target="_blank">化隆</a>| <a href="http://" target="_blank">定襄县</a>| <a href="http://" target="_blank">海口市</a>| <a href="http://" target="_blank">淳化县</a>| <a href="http://" target="_blank">盈江县</a>| <a href="http://" target="_blank">虎林市</a>| <a href="http://" target="_blank">辽宁省</a>| <a href="http://" target="_blank">江源县</a>| <a href="http://" target="_blank">锡林郭勒盟</a>| <a href="http://" target="_blank">剑川县</a>| <a href="http://" target="_blank">疏勒县</a>| <a href="http://" target="_blank">岑溪市</a>| <a href="http://" target="_blank">永寿县</a>| <a href="http://" target="_blank">衡山县</a>| <a href="http://" target="_blank">郑州市</a>| <a href="http://" target="_blank">绥化市</a>| <a href="http://" target="_blank">康保县</a>| <a href="http://" target="_blank">新源县</a>| <a href="http://" target="_blank">始兴县</a>| <a href="http://" target="_blank">乌拉特后旗</a>| <a href="http://" target="_blank">赣榆县</a>| <a href="http://" target="_blank">麻江县</a>| <a href="http://" target="_blank">东阳市</a>| <a href="http://" target="_blank">都兰县</a>| <a href="http://" target="_blank">五寨县</a>| <a href="http://" target="_blank">眉山市</a>| <a href="http://" target="_blank">军事</a>| <a href="http://" target="_blank">莲花县</a>| <a href="http://" target="_blank">惠州市</a>| <a href="http://" target="_blank">平远县</a>| <a href="http://" target="_blank">马关县</a>| <a href="http://" target="_blank">永寿县</a>| <a href="http://" target="_blank">红河县</a>| <a href="http://" target="_blank">武山县</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>