`
cuixiping
  • 浏览: 19716 次
  • 性别: 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  
好详细。。。不过我觉得我不会去记住的。。。

相关推荐

Global site tag (gtag.js) - Google Analytics