Eclipse 各种小图标的含义

缺省类型(可视包)

公共类型

缺省接口(包可视)

公共接口

缺省内部类型(包可视)

私有内部类型

受保护内部类型

公共内部类型

缺省内部接口(包可视)

私有内部接口

受保护内部接口

公共内部接口

缺省字段(包可视)

私有字段

受保护字段

公共字段

缺省方法(包可视)

私有方法

受保护方法

公共方法

对象修饰

将项目标记为 Java 项目

此 Java 元素导致错误

此 Java 元素导致警告

不推荐使用此 Java 元素

构造函数

抽象成员

终态成员

静态成员

同步成员

具有 public static void main(String[] args) 的类型

接口的实现方法

超类的覆盖方法

“类型”层次结构中具有焦点的类型

调用层次结构中的最大扩展级别

调用层次结构中的递归调用

调试器

调试启动

运行启动

已终止运行启动

进程

已终止进程

调试目标

暂挂的调试目标

已终止调试目标

线程

已暂挂线程

堆栈帧

运行堆栈帧

标记由于热代码替换不成功而可能与目标 VM 不同步的堆栈帧的修饰符

标记由于热代码替换不成功而可能与目标 VM 不同步的堆栈帧的修饰符

检查的对象或原语值

查看表达式

局部变量

监视器

争用中的监视器

争用监视器的线程

由线程拥有的监视器

拥有监视器的线程

当前指令指针(堆栈的顶部)

当前指令指针

已启用行断点

已禁用行断点

将行断点标记为已安装的修饰符

将断点标记为条件的修饰符

标记入口方法断点的修饰符

标记出口方法断点的修饰符

字段访问观察点

字段修改观察点

字段访问和修改观察点

将观察点标记为已安装的修饰符

异常断点

运行时异常断点

已禁用的异常断点

将异常断点标记为已捕获的修饰符

将异常断点标记为未捕获的修饰符

将异常断点标记为受限制的修饰符

将异常断点标记为已安装的修饰符

-------------------------------------------------------------

Eclipse图标的含义(英文)

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

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

  1. Eclipse 各种小图标的含义

    Eclipse的Package Explorer和Outline中用图标表示了很多内容,其实能看懂这些图标在编程中也是很有用的. 绿色的小圆表示公有类型:如果是实心的就是函数(),如果是圈就表示是变量 ...

  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. laravel 在三级分类下拉选框中默认值
  2. 【OpenGL】用OpenGL shader实现将YUV(YUV420,YV12)转RGB-(直接调用GPU实现,纯硬件方式,效率高)...
  3. 对搜狗输入法的个人评价
  4. Mac OS 怎么设置host
  5. iOS中监测来电方案
  6. opengl三维图形图形颜色_【图形学基础】基本概念
  7. 【剑指offer - C++/Java】8、跳台阶
  8. 一文初探Tensorflow高级API使用(初学者篇)
  9. PHP获取IP所在地地址
  10. 2017蓝桥杯结果填空:迷宫
  11. 20个最强的基于浏览器的在线代码编辑器
  12. Java、前端页面中文乱码解决方式
  13. 黑苹果系统发热与续航
  14. html怎么把盒子做成超链接,把整个DIV变成超链接
  15. ES改变主分片数量,动态拆分primary shard
  16. C++(常函数、常对象)
  17. 一个骗人的恶劣网站: GPS 定位好友 的传说 ( 其中一个域名是 ipl38.com 诈骗:利用手机号码GPS卫星追踪你的他(她)在什么位置
  18. mysql占用CPU过高解决
  19. java中字节流的分类都有哪些_Java------字节流和字符流(I)
  20. tp5 微信支付sdk

热门文章

  1. 探讨下如何更好的使用缓存 —— 集中式缓存Redis的BitMap存储、管道与事务、以及与本地缓存一起构建多级缓存
  2. hdu-多校联赛6301 Distinct Values
  3. springboot+mysql长江航运管理系统-计算机毕业设计源码54774
  4. JAVA时间类及java8新时间类
  5. R语言使用c函数将两个向量数据合并起来形成一个新的向量(to one long vector)
  6. 倾斜摄影/航测遥感的来看看,这里有最详细的ContextCapture极速计算存储集群方案
  7. 2014年电子商务格局发展趋势
  8. python 情感分析实例_情感分析实例
  9. html 气泡提示框,如何用纯 CSS 实现气泡对话框
  10. Pycharm设置代码模板