资源简介

免分资源 Eclipse插件开发学习笔记-源代码1至24章.rar

资源截图

代码片段和文件信息

package book.ch19.resourcebundle.list;

import java.util.ResourceBundle;

public class ListResourceBundleDemo {

public static void main(String[] args) {
ResourceBundle bundle = ResourceBundle.getBundle(“rb.list.Messages“);
System.out.println(bundle.getString(“s1“));
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .CA....     28672  2007-10-11 05:10  chapter10\10章程序说明.doc

    .CA....      1400  2007-10-08 00:02  chapter10\10章程序说明.txt

    .CA....       307  2007-03-04 00:40  chapter10\com.plugindev.addressbook\.classpath

    .CA....       686  2007-03-04 00:40  chapter10\com.plugindev.addressbook\.project

    .CA....      1187  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\Activator.class

    .CA....       943  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView$1.class

    .CA....       792  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView$2.class

    .CA....       792  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView$3.class

    .CA....      1471  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView$4.class

    .CA....      1009  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView$5.class

    .CA....       590  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView$NameSorter.class

    .CA....      1186  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView$ViewContentProvider.class

    .CA....      1529  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView$ViewLabelProvider.class

    .CA....      6317  2007-10-07 23:59  chapter10\com.plugindev.addressbook\bin\com\plugindev\addressbook\views\AddressView.class

    .CA....       134  2007-03-04 00:40  chapter10\com.plugindev.addressbook\build.properties

    .CA....       983  2007-03-12 19:48  chapter10\com.plugindev.addressbook\icons\sample.gif

    .CA....       356  2007-03-06 18:52  chapter10\com.plugindev.addressbook\meta-INF\MANIFEST.MF

    .CA....       556  2007-10-07 23:57  chapter10\com.plugindev.addressbook\plugin.xml

    .CA....      1419  2007-03-06 03:39  chapter10\com.plugindev.addressbook\src\com\plugindev\addressbook\Activator.java

    .CA....      5356  2007-03-04 00:40  chapter10\com.plugindev.addressbook\src\com\plugindev\addressbook\views\AddressView.java

    .CA....     28672  2007-10-11 05:19  chapter11\11章程序说明.doc

    .CA....      1410  2007-10-07 23:51  chapter11\11章程序说明.txt

    .CA....       307  2007-03-04 00:40  chapter11\com.plugindev.addressbook\.classpath

    .CA....       686  2007-03-04 00:40  chapter11\com.plugindev.addressbook\.project

    .CA....      1792  2007-10-07 23:55  chapter11\com.plugindev.addressbook\bin\com\plugindev\addressbook\actions\OpenAddressViewAction.class

    .CA....      1187  2007-10-07 23:55  chapter11\com.plugindev.addressbook\bin\com\plugindev\addressbook\Activator.class

    .CA....       989  2007-10-07 23:55  chapter11\com.plugindev.addressbook\bin\com\plugindev\addressbook\example\EditorExampleAction.class

    .CA....      1424  2007-10-07 23:55  chapter11\com.plugindev.addressbook\bin\com\plugindev\addressbook\example\ObjExampleAction.class

    .CA....       977  2007-10-07 23:55  chapter11\com.plugindev.addressbook\bin\com\plugindev\addressbook\example\TopEditorAction.class

    .CA....      1412  2007-10-07 23:55  chapter11\com.plugindev.addressbook\bin\com\plugindev\addressbook\example\ViewerExampleAction.class

............此处省略3855个文件信息

评论

共有 条评论