Eclipse的Package Explorer和Outline中用图标表示了很多内容,其实能看懂这些图标在编程中也是很有用的。

绿色的小圆表示公有类型:如果是实心的就是函数(),如果是圈就表示是变量()。
      红色的矩形表示私有类型:如果是实心的就是函数(),如果是空心就表示是变量()。
      保护类与保护函数用的是黄色的菱形:大菱形表示是函数(),小菱形表示是变量()。

如果有一个向上的小三角就表示这是个函数,并且会抛出异常。(
      如果有一个类似表型的圆圈就表示该变量或函数是synchronized(线程同步)。(

如果小图标出现一个C,就表示这是构造函数()。
      如果小图标出现一个A,就表示这是抽象函数(abstract)()。
      如果小图标出现一个F,就表示这是抽象函数(final)。(
      如果小图标出现一个S,就表示这是静态函数(static)(

类的图标是一个大C,表示一个类(),如果带一个放音键似的三角,那就代表这个类是存在main函数的类(

http://help.eclipse.org/neon/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-icons.htm

Objects

compilation unit (*.java file)
Java file which is not on a build path
class file
generic file (unknown content type)
unknown object
Java scrapbook page (*.jpage file)
Java scrapbook page (evaluation in progress)
JAR description file
JUnit test result file
 
Java working set
Java model
library container
JAR file with attached source
JAR file without attached source
class folder with attached source
class folder 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
decorates files and folders if they are on the build path of their enclosing Java project
 
decorates Java projects and working sets that contain build path errors
this Java element causes an error
this Java element causes a warning
this Java element is deprecated
 
constructor
abstract member
final member
static member
default method
synchronized member
native method
transient field
volatile field
type with
public static void main(String[] args)
 
implements method
overrides method
 
type with focus in Type Hierarchy or Quick Outline/Hierarchy
maximal expansion level in Call Hierarchy
recursive call in Call Hierarchy
 
compilation unit containing an abstract class as primary type
compilation unit containing an interface as primary type
compilation unit containing an enum as primary type
compilation unit containing an annotation as primary type

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
SWT 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 breakpoint as skipped
adornment that marks a line breakpoint 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 with an assumption failure
 
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
fix multiple problems
move to another package
remove
remove import
rename
rename in file
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 outside of selected package
interface outside of selected package

Eclipse 各种小图标的含义相关推荐

  1. Eclipse各种小图标的含义

    Eclipse 各种小图标的含义 缺省类型(可视包) 公共类型 缺省接口(包可视) 公共接口 缺省内部类型(包可视) 私有内部类型 受保护内部类型 公共内部类型 缺省内部接口(包可视) 私有内部接口 ...

  2. Eclipse自定义启动画面和状态栏图标以及各种小图标的含义

    一. 启动画面自定义 第一种情况:纯Eclipse 找到Eclipse安装路径下\eclipse\plugins\org.eclipse.platform_3.7.2.v201202080800,具体 ...

  3. IntelliJ IDEA 小图标的含义

    方法一:SETTING->EDITOR->GRNERAL->GUTTER ICONS 方法二:查询IDEA的官网 https://www.jetbrains.com/help/ide ...

  4. android studio中小图标的含义

  5. 关于input输入框内设置小图标的问题

    其实很简单,只需要html和css就可以搞定啦 首先:<input class="layui-input" id="test1" placeholder= ...

  6. html+input改变图标,JS Input里添加小图标的两种方法

    我们在做网页的时候,经常需要在input里面添加小图标,那么这里就介绍比较常见的两种方法. 将小图标当做input的背景来插入,直接上代码吧: Box{ height: 50px; backgroun ...

  7. html title中加图标,科技常识:HTML中title前面小图标的实现_如何给网页标题添加icon小图标...

    今天小编跟大家讲解下有关HTML中title前面小图标的实现_如何给网页标题添加icon小图标 ,相信小伙伴们对这个话题应该有所关注吧,小编也收集到了有关HTML中title前面小图标的实现_如何给网 ...

  8. icon小图标的使用

    icon小图标的使用 适当的图标,可以达到一图胜千言的效果. css sprite font + HTML font + css css sprite简介: 在国内被称为"css雪碧图&qu ...

  9. 输入法中表情和小图标的应用

    输入法表情和小图标的应用 具体的兼容性问题博主下面会说.这里就用表情举例了,小图标我就用伪类试一下了,至于作为文本文字我就不试了,ok,让我们开始吧!!! 将表情和小图标作为文字显示 代码: < ...

最新文章

  1. Dos判断文件夹有没有存在,如果存在删除,不存在创建
  2. APPLE:疑问驱动下的学习与实践
  3. ACE源代码目录结构
  4. mysql怎么合并行_mysql怎么合并行
  5. 真是的= =还是对linux不太了解啊
  6. 列表操作 - C#开发人员
  7. bp神经网络和softmax原理_BP人工神经网络常用传递函数
  8. windows编译libevent
  9. 刘强东成京东数科二股东;高通再诉苹果;金立否认裁定破产 | 极客头条
  10. jquery基础选择器和层次选择器
  11. linux 网络监控 邮件,一种基于Linux的邮件监控方法与流程
  12. Security+ 学习笔记52 风险管理
  13. Java中的String的getBytes()方法
  14. 《快速掌握PyQt5》
  15. php幸运扭蛋机抽奖程序源码
  16. 使用openSSL制作SSL证书
  17. jQuery 下载保存图片的方法
  18. 电子产品安规测试及检测设备
  19. 手写中文数字识别PyTorch实现(全连接卷积神经网络)
  20. castle典范英语 storm_求典范英语theMasked Cleaning Ladies 第二篇save the day梗概和

热门文章

  1. 利用sql_trace跟踪一个指定会话的操作
  2. 2016上半年中国云存储排行榜:阿里云居榜首
  3. ESXi安全引导如何提升vSphere安全性?
  4. 大公司c#amp;.net转型java的原因有哪些?
  5. 2015 百度一面 总结记录
  6. Android UI(四)云通讯录项目之云端更新进度条实现
  7. PHP 读取 QQ ip纯真数据库 详解
  8. Web前端 HTML 优化启动性能
  9. 架构选型,究竟啥时候选redis?
  10. Ant Design Pro v4 is Here