`
cuixiping
  • 浏览: 19920 次
  • 性别: Icon_minigender_1
  • 来自: 地球
社区版块
存档分类
最新评论

eclipse图标含义备忘录

阅读更多

JDT icons

Objects Object adornments   Build path   Code assist   Compare   Debugger   Editor   JUnit   Quick fix   Refactoring   Search   Search - Occurrences in File   Type hierarchy view

Objects

Compilation Unit (*.java file)
Compilation Unit (*.java file)
File ending with .java
Java file which is not on a build path
class file
class file
file without icon assigned to its type
file without icon assigned to its type
unknown object
unknown object
Java scrapbook page (*.jpage file)
Java scrapbook page (*.jpage file)
Java scrapbook page (evaluation in progress)
Java scrapbook page (evaluation in progress)
JAR description file
JAR description file

Java Working Set
Java Working Set
Java Model
Java Model
Library container
Library container
JAR file with attached source
JAR file with attached source
JAR file without attached source
JAR file without attached source
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

package declaration
package declaration
import container
import container
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

Abstract Overlay
this Java element causes an error
Warning Overlay
this Java element causes warning
Deprecation Overlay
this Java element is deprecated

Constructor Overlay
constructor
Abstract Overlay
abstract member
Final Overlay
final member
Static overlay
static member
Synchronized Overlay
synchronized member
Run Overlay
type with public static void main(String[] args)

Implementor of interface overlay
implements method from interface
Overrides Overlay
overrides method from super class

Focus Overlay
type with focus in Type hierarchy
Maximal Expansion Overlay
maximal expansion level in Call Hierarchy
Recursive Overlay
recursive call in Call Hierarchy


Build path

class path variable
class path variable
JAR with attached source
JAR with attached source
JAR without attached source
JAR without attached source
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
source attachment
source attachment
native library location
native library location
output folder
output folder


Code assist

HTML tag
HTML tag
Javadoc tag
Javadoc tag
local variable
local variable
template
template


Compare

field
field
method
method


Debugger

debug launch
debug launch
run launch
run launch
terminated run launch
terminated run launch
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
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
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 line breakpoints as installed
adornment that marks a line breakpoints 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

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 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

skipped NLS key
skipped NLS key
translated NLS key
translated NLS key
untranslated NLS key
untranslated NLS key


Quick fix

quick fixable error
quick fixable error
quick fixable warning
quick fixable warning

add
add
change
change
change cast
change cast
move to another package
move to another package
remove
remove
remove import
remove import
rename
rename
surround with try/catch
surround with 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
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 from non selected package
type from non selected package
interface from non selected package
interface from non selected package

 

分享到:
评论
7 楼 tuspark 2015-08-02  
eclipse的访问控制图标,可以看这篇《eclipse的访问控制图标详解》,这篇文章写的非常详细。
6 楼 chenlei6101 2010-01-25  
nniu520 写道
看到这些备忘的图标含义,感觉每天自己都“熟视无睹”,O(∩_∩)O~,习惯成自然了!

这么详细,楼主辛苦了
5 楼 nniu520 2010-01-25  
看到这些备忘的图标含义,感觉每天自己都“熟视无睹”,O(∩_∩)O~,习惯成自然了!
4 楼 windlike 2010-01-25  
cvs & svn ?
3 楼 iq527 2010-01-24  

帮助手册里面的.  ~.~
2 楼 z95001188 2010-01-24  
炒作嫌疑.
1 楼 heqishan 2010-01-24  
好详细。。。不过我觉得我不会去记住的。。。

相关推荐

    android备忘录实现

    在Android平台上,开发一个备忘录应用程序涉及到多个关键知识点,这些知识点构成了Android应用的基础结构以及特定功能的实现。以下是对"android备忘录实现"这一主题的详细解析: 1. **Android开发环境**:首先,`....

    备忘录信息管理系统

    总的来说,【备忘录信息管理系统】是一个集成了Swing GUI设计、数据库操作、安全策略和用户友好的功能于一身的应用,是学习Java桌面开发和数据库管理的好实例。开发者通过此项目不仅能够熟悉Swing组件的使用,还能...

    毕业论文安卓174备忘录和MP3播放器(app).doc

    5. **备忘录应用**:备忘录应用主要用于记录和管理用户的文本信息,其核心功能包括信息的保存和读取。在Android中,这通常通过SQLite数据库来实现,用户输入的信息会被存储在数据库中,然后在需要时读取。 6. **...

    临时备忘录

    【标题】:“临时备忘录”通常指的是在编程或IT工作中用于记录临时性问题解决方案、技术要点或待处理事项的文档。这样的备忘录有助于提高工作效率,减少重复工作,便于团队成员之间的信息共享。 【描述】:虽然描述...

    安装部署说明1

    安装完成后,APP的图标会出现在手机桌面上,用户只需点击图标即可启动应用,开始进行备忘录的创建、编辑和管理。 二、服务器安装部署 服务器部署涉及多个步骤,包括Java运行环境、Mysql数据库服务器、Tomcat 9.0...

    仿IOS记事本源码

    2. `ic_launcher-web.png`:这是应用的启动图标,用于设备上显示和识别应用。 3. `.project`:这是另一个Eclipse项目的配置文件,包含项目属性和构建设置。 4. `project.properties`:此文件用于存储Android项目的...

    androidproject:拖延X

    易于管理的任务和时钟提醒:具体功能包括快速笔记、方便的清单、照片图像、涂鸦手稿、语音音频备忘录、语音识别-语音转文字、时钟提醒、时间倒计时、分享功能、位置提醒、自定义设置、登录功能等。 可爱的动画和...

    简单的Android录音实现

    录音功能广泛应用于语音备忘录、语音识别、在线教育、社交应用等多个场景。理解并掌握这个功能对于Android开发者来说非常实用。 以上就是关于“简单的Android录音实现”这个主题的主要知识点。通过这些内容,你...

Global site tag (gtag.js) - Google Analytics