您的位置:首页 > 编程语言 > Java开发

eclipse图标含义备忘录

2010-12-06 13:46 513 查看

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)


Java file which is not on a build path


class file


file without icon assigned to its type


unknown object


Java scrapbook page (*.jpage file)


Java scrapbook page (evaluation in progress)


JAR description file


Java Working Set


Java Model


Library container


JAR file with attached source


JAR file without attached source


source folder


package


empty package


logical package


empty logical package


package only containing non Java resources


package declaration


import container


import


class (public)


interface (public)


enum type (public)


annotation type (public)


package visible class


private class


protected class


default field (package visible)


private field


protected field


public field


default method (package visible)


private method


protected method


public method

Object adornments



marks project as Java project


this Java element causes an error


this Java element causes warning


this Java element is deprecated


constructor


abstract member


final member


static member


synchronized member


type with public static void main(String[] args)


implements method from interface


overrides method from super class


type with focus in Type hierarchy


maximal expansion level in Call Hierarchy


recursive call in Call Hierarchy

Build path



class path variable


JAR with attached source


JAR without attached source


system library


build path ordering


inclusion filter


exclusion filter


access rules


Javadoc location


source attachment


native library location


output folder

Code assist



HTML tag


Javadoc tag


local variable


template

Compare



field


method

Debugger



debug launch


run launch


terminated run launch


process


terminated process


debug target


suspended debug target


terminated debug target


thread


suspended thread


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 is out of synch with the target VM as a result of an unsuccessful hot code replace

inspected object or primitive value


watch expression


local variable


monitor


a monitor in contention


a thread in contention for a monitor


a monitor that is owned by a thread


a thread that owns a monitor


current instruction pointer (top of stack)


current instruction pointer


enabled line breakpoint


disabled line breakpoint


adornment that marks a line breakpoints as installed


adornment that marks a breakpoint as conditional


adornment that marks an entry method breakpoint


adornment that marks an exit method breakpoint


field access watchpoint


field modification watchpoint


field access and modification watchpoint


adornment that marks a watchpoint as installed


exception breakpoint


runtime exception breakpoint


disabled exception breakpoint


adornment that marks an exception breakpoint as caught


adornment that marks an exception breakpoint as uncaught


adornment that marks an exception breakpoint as scoped


adornment that marks an exception breakpoint as installed

Editor



implements


overrides


quick assist available


search match

JUnit



test


currently running test


successful test


failing test


test throwing an exception


ignored test


test suite


currently running test suite


successfully completed test suite


test suite with failing test


test suite with exception throwing test


caught exception


stack frame element

NLS tools



skipped NLS key


translated NLS key


untranslated NLS key

Quick fix



quick fixable error


quick fixable warning


add


change


change cast


move to another package


remove


remove import


rename


surround with try/catch

Refactoring



general change


composite change


text change


file change

Stop error


Error


Warning


Information


Change filter

Search



Java Search


search for declarations


search for references

Search - Occurrences in File



a general match


read access to local or field


write access to local or field

Type hierarchy view



type from non selected package


interface from non selected package
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: