王吉元-NWPU

导航

 

2013年10月24日

摘要: package com.repositoryclient.svnoptions;import org.tmatesoft.svn.core.SVNException;import org.tmatesoft.svn.core.SVNURL;import org.tmatesoft.svn.core.auth.ISVNAuthenticationManager;import org.tmatesoft.svn.core.internal.io.fs.FSRepositoryFactory;import org.tmatesoft.svn.core.io.ISVNEditor;import org 阅读全文
posted @ 2013-10-24 16:00 王吉元 阅读(440) 评论(0) 推荐(0) 编辑
 
摘要: 先看一下效果:如图:在树上单击鼠标右键会弹出 弹出式菜单。做法其实很简单,先做一个树:final TreeViewer treeViewer = new TreeViewer(group, SWT.BORDER); tree = treeViewer.getTree(); tree.setBounds(0, 10, 192, 354); treeViewer.setContentProvider(new TreeContentProvider()); treeViewer.setLabelProvider(new Tree... 阅读全文
posted @ 2013-10-24 10:30 王吉元 阅读(2034) 评论(0) 推荐(0) 编辑