Eclipse JDT Icons(Java Development Tools 图标)

JDT Icons(Java Development Tools 图标)

Objects(对象)

Compilation Unit (*.java file) compilation unit (*.java file) 编译单元
File ending with .java Java file which is not on a build path 不在构建路径上的Java文件
class file class file class文件
generic file (unknown content type) generic file (unknown content type) 通用文件(未知内容类型)
unknown object unknown object 未知的对象
Java scrapbook page (*.jpage file) Java scrapbook page (*.jpage file) Java剪贴簿页面
Java scrapbook page (evaluation in progress) Java scrapbook page (evaluation in progress) Java剪贴簿(正在进行评估/求值)
JAR description file JAR description file JAR描述文件
JUnit test result file JUnit test result file JUnit测试结果文件
 
Java working set Java working set Java工作集
Java model Java model Java模型
Library container library container 库容器
JAR file with attached source JAR file with attached source 带附加源的JAR文件
JAR file without attached source JAR file without attached source 没有附加源的JAR文件
Class folder with attached source class folder with attached source 有附加源的class类文件夹
Class folder without attached source class folder without attached source 没有附加源的class类文件夹
source folder source folder 源文件夹
package package
empty package empty package 空包
logical package logical package 逻辑包
empty logical package empty logical package 空逻辑包
package only containing non Java resources package only containing non Java resources 包只包含非Java资源
 
package declaration package declaration 包声明
import container import container import容器
import import 导入
 
Class (public) class (public)
Interface (public) interface (public) 接口
Enum type (public) enum type (public) 枚举类型
Annotation type (public) annotation type (public) 注解类型
 
package visible class package visible class 包可见类
private class private class 私有类
protected class protected class 保护类
 
default field (package visible) default field (package visible) 默认字段(包可见)
private field private field 私有字段
protected field protected field 保护字段
public field public field 公共字段
 
default method (package visible) default method (package visible) 默认方法(包可见)
private method private method 私有方法
protected method protected method 保护方法
public method public method 公共方法

 

Object adornments(对象装饰)

Java Overlay marks project as Java project 将项目标记为Java项目
Java Overlay decorates files and folders if they are on the build path of their enclosing Java project 如果文件和文件夹位于其所包含的Java项目的构建路径上,则对它们进行装饰
ignore optional compile problems decorates Java projects and source folders where all optional compile problems are ignored 修饰其中所有可选的编译问题都被忽略的Java项目和源文件夹,
 
build path error decorator decorates Java projects and working sets that contain build path errors 修饰包含构建路径错误的Java项目和工作集
Abstract Overlay this Java element causes an error 这个Java元素会导致一个错误
Warning Overlay this Java element causes a warning 这个Java元素会导致一个警告
Info Overlay this Java element causes an info problem 这个Java元素会导致信息问题
Deprecation Overlay this Java element is deprecated 此Java元素已弃用/不推荐使用
 
Constructor Overlay constructor 构造函数
Abstract Overlay abstract member 抽象的成员
Final Overlay final member

最终的成员

(作用在类上:不可继承类;

作用在继承方法上:不可修改方法

作用在变量上:不可修改变量)

Static overlay static member 静态成员
Default overlay default method 默认的方法
Synchronized Overlay synchronized member 同步的成员
Native Overlay native method native方法(是一个java调用非java代码的接口)
Transient Overlay transient field transient (短暂的)字段
Volatile Overlay volatile field volatile 字段
Run Overlay type with
public static void main(String[] args)
类型使用公共静态void main(String []args)
 
Implementor overlay implements method 实现方法
Overrides Overlay overrides method 覆写方法
 
Focus Overlay type with focus in Type Hierarchy or Quick Outline/Hierarchy 在类型层次或快速轮廓/层次中输入焦点
Maximal Expansion Overlay maximal expansion level in Call Hierarchy 调用层次结构中的最大扩展级别
Recursive Overlay recursive call in Call Hierarchy 调用层次结构中的递归调用
 
Abstract Compilation Unit compilation unit containing an abstract class as primary type 包含作为主要类型的抽象类的编译单元
Interface Compilation Unit compilation unit containing an interface as primary type 包含接口作为主要类型的编译单元
Enum Compilation Unit compilation unit containing an enum as primary type 包含枚举作为主要类型的编译单元
Annotation Compilation Unit compilation unit containing an annotation as primary type 包含注释作为主要类型的编译单元

 

Build path(构建路径)

class path variable class path variable 包含注释作为主要类型的编译单元
JAR with attached source JAR with attached source 带附加源的JAR文件
JAR without attached source JAR without attached source 不带附加源的JAR文件
system library system library 系统库
build path ordering build path ordering 构建路径排序
 
inclusion filter inclusion filter 包含过滤
exclusion filter exclusion filter 排除过滤器
access rules access rules 访问规则
Javadoc location Javadoc location Javadoc 位置
source attachment source attachment 源附件
native library location native library location 本地库的位置
output folder output folder 输出文件夹

 

Code assist(代码提示)

HTML tag HTML tag HTML标签
Javadoc tag Javadoc tag Javadoc标签
local variable local variable 局部变量
template template 模板
SWT template

SWT template(Standard Widget Toolkit)

标准窗口小部件工具包

 

Compare(比较)

field field 字段
method method 方法

 

Debugger(调试器)

debug launch debug launch 调试启动
run launch run launch run启动
terminated run launch terminated run launch 结束run启动
process process 进程
terminated process terminated process 结束进程
debug target debug target 调试目标
suspended debug target suspended debug target 暂停调试目标
terminated debug target terminated debug target 终止调试目标
 
thread thread 线程
suspended thread suspended thread 挂起线程
stack frame stack frame 堆栈帧
running stack frame running stack frame 运行堆栈帧
adornment that marks a stack frame that may be out of synch with the target VM as a result of an unsuccessful hot code replace adornment that marks a stack frame that may be out of synch with the target VM as a result of an unsuccessful hot code replace 标记由于热代码替换失败而可能与目标VM不同步的堆栈帧的装饰
adornment that marks a stack frame that is out of synch with the target VM as a result of an unsuccessful hot code replace adornment that marks a stack frame that is out of synch with the target VM as a result of an unsuccessful hot code replace 标记由于热代码替换失败而与目标VM不同步的堆栈框架的装饰
adornment that marks a stack frame that may be out of synch with the target VM as a result of an unsuccessful hot code replace inspected object or primitive value 被检查的对象或原始值
evaluated expression watch expression 查看表达式
local variable local variable 局部变量
 
monitor monitor 监控器
a monitor in contention a monitor in contention 处于竞争中的监控器
in thread in contention for a monitor a thread in contention for a monitor 争用监视器的线程
a monitor that is owned by a thread a monitor that is owned by a thread 一个线程所拥有的监视器
a thread that owns a monitor a thread that owns a monitor 拥有监视器的线程
 
current instruction pointer (top of stack) current instruction pointer (top of stack) 当前指令指针(栈顶)
current instruction pointer current instruction pointer 当前指令指针
 
enabled line breakpoint enabled line breakpoint 启用行断点
disabled line breakpoint disabled line breakpoint 禁用行断点
adornment that marks a breakpoint as skipped adornment that marks a breakpoint as skipped 将断点标记为跳过的装饰
adornment that marks a line breakpoint as installed adornment that marks a line breakpoint as installed 在安装时标记行断点的装饰
adornment that marks a breakpoint as conditional adornment that marks a breakpoint as conditional 将断点标记为有条件的装饰
adornment that marks an entry method breakpoint adornment that marks an entry method breakpoint 标记入口方法断点的装饰
adornment that marks an exit method breakpoint adornment that marks an exit method breakpoint 标记退出方法断点的装饰
 
field access watchpoint field access watchpoint 字段访问监视点
field modification watchpoint field modification watchpoint 字段修改监视点
field access and modification watchpoint field access and modification watchpoint 现场访问和修改观察点
adornment that marks a watchpoint as installed adornment that marks a watchpoint as installed 作为安装标志的监视点装饰
 
exception breakpoint exception breakpoint 异常断点
runtime exception breakpoint runtime exception breakpoint 运行时异常断点
disabled exception breakpoint disabled exception breakpoint 禁用异常断点
adornment that marks an exception breakpoint as caught adornment that marks an exception breakpoint as caught 将异常断点标记为捕获的装饰
adornment that marks an exception breakpoint as uncaught adornment that marks an exception breakpoint as uncaught 将异常断点标记为未捕获的装饰
adornment that marks an exception breakpoint as scoped adornment that marks an exception breakpoint as scoped 将异常断点标记为范围的装饰
adornment that marks an exception breakpoint as installed adornment that marks an exception breakpoint as installed 在安装时标记异常断点的装饰

 

Editor(编辑器)

implements implements 实现
overrides overrides 重写
quick assist available quick assist available 快速协助提供
search match search match 搜索匹配

 

JUnit(Java 编程语言的单元测试框架)

test test 测试
currently running test currently running test 当前运行测试
successful test successful test 成功的测试
failing test failing test 失败的测试
test throwing an exception test throwing an exception 测试抛出异常
ignored test ignored test 忽略测试
test with an assumption failure test with an assumption failure 假设失败的测试
 
test suite test suite 测试套件
currently running test suite currently running test suite 当前运行的测试套件
successfully completed test suite successfully completed test suite 成功完成的测试套件
test suite with failing test test suite with failing test 带有失败测试的测试套件
test suite with exception throwing test test suite with exception throwing test 测试套件抛出异常测试
 
caught exception caught exception 捕获异常
stack frame element stack frame element 堆栈框架元素

 

NLS tools(NLS工具)

skipped NLS key skipped NLS key 跳过NLS键
translated NLS key translated NLS key 翻译NLS键
untranslated NLS key untranslated NLS key 不翻译NLS键

 

Quick fix(快速修复)

quick fixable error quick fixable error 可快速修复的错误
quick fixable warning quick fixable warning 可快速解决的警告
 
add add 添加
change change 更改
change cast change cast 更换cast
fix multiple problems fix multiple problems 解决多个问题
move to another package move to another package 转移到另一个包
remove remove 移除
remove import remove import 移除import
rename rename 重命名
rename in file rename in file 在文件中重命名
surround with try/catch surround with try/catch 与try / catch包围

 

Refactoring(重构)

general change general change 一般更改
composite change composite change 组合更改
text change text change 文本更改
file change file change 文件更改
Stop error Stop error 停止错误
Error Error 错误
Warning Warning 警告
Information Information 信息
Information Change filter 更改过滤器

 

Search(搜索)

Java Search Java Search Java文件搜索
search for declarations search for declarations 搜索声明
search for references search for references 搜索引用

 

Search - Occurrences in File(搜索-出现在文件中)

general match a general match 常规匹配
read access to local or field read access to local or field 读取访问本地或字段的访问
write access to local or field write access to local or field 写入本地或字段的访问

 

Type Hierarchy view(类型层次结构视图)

type outside of selected package type outside of selected package 在选定的包之外键入
interface outside of selected package interface outside of selected package 接口之外的选择包

原文地址:https://www.cnblogs.com/LinQingYang/p/13743177.html