转:Eclipse 各种小图标的含义
原文地址:https://www.cnblogs.com/widget90/p/7592507.html
Eclipse 各种小图标的含义,记录一下。
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 各种小图标的含义的更多相关文章
- Eclipse 各种小图标的含义
Eclipse的Package Explorer和Outline中用图标表示了很多内容,其实能看懂这些图标在编程中也是很有用的. 绿色的小圆表示公有类型:如果是实心的就是函数(),如果是圈就表示是变量 ...
- Eclipse自定义启动画面和状态栏图标以及各种小图标的含义
一. 启动画面自定义 第一种情况:纯Eclipse 找到Eclipse安装路径下\eclipse\plugins\org.eclipse.platform_3.7.2.v201202080800,具体 ...
- Eclipse 中outline的小图标的含义(zend也一样)
颜色:绿色:public黄色:protected蓝色:no modifier红色:private形状:实心:method空心:variable实心中间有字母C:classClass右侧有向右的箭头:运 ...
- Eclipse 各种小图标的含意
- ALT+TAB切换时小图标的添加 界面透明 屏幕大小 竖行字体 进程信息
一,ALT+TAB切换时小图标的添加 Dlg类中添加变量 protected: HICON m_hIcon; #define IDR_MAINFRAME 128 ICON IDR_MAINFRAME, ...
- 【CSS学习笔记】初始化CSS后,写li,并利用背景图片,来完成li小图标的效果,且达到个浏览器兼容
第一种情况 /*当标题前的图标时单独的一个点儿或者方块或者其他类似图标时,定义背景图background要放在<li>里. 在<li>中设置背景图片的尺寸,地址,不重复, ...
- 关于input输入框内设置小图标的问题
其实很简单,只需要html和css就可以搞定啦 首先:<input class="layui-input" id="test1" placeholder= ...
- css:自己实现一个带小图标的input输入框
有小图标的input输入框<input type="text" placeholder="输入手机号" style="background:ur ...
- 手机uc浏览器,获取到图片,但左上有小图标的问题
手机uc浏览器有个坑 获取不到图片,左上是这样的
随机推荐
- MySQL中文参考手册
1 MySQL 的一般信息 这是MySQL参考手册:它记载了MySQL版本3.23.7-alpha. MySQL 是一个快速.多线程.多用户和强壮的SQL数据库服务器. 对Unix和 OS/2 平台, ...
- Weka算法Clusterers-Xmeans源代码分析(一)
<p></p><p><span style="font-size:18px">上几篇博客都是分析的分类器算法(有监督学习),这次就分 ...
- Java知多少(34)final关键字:阻止继承和多态
在 Java 中,声明类.变量和方法时,可使用关键字 final 来修饰.final 所修饰的数据具有“终态”的特征,表示“最终的”意思.具体规定如下: final 修饰的类不能被继承. final ...
- 【转】Android开发教程 --- Android调用WS
原文地址:http://www.cnblogs.com/jasoncc/archive/2011/12/23/2297950.html Hi,大家好! 上节我们搭建了Java版的WS,那么在Andro ...
- shell-整理目录下的备份文件并生成压缩包
背景: CI构建下来的备份应用包在服务器上保留几十个,空间占用大,看着不好看,可能还用不着,所以准备正好练练手吧! 其实CI上可以设置少保留几个,但是我没管.我只是想练练脚本 先来看一下我的服务器源目 ...
- Java如何拆分正则表达式和字符串?
在Java编程中,如何拆分正则表达式和字符串? 以下示例演示如何使用regex.Pattern类的Pattern.compile()方法和patternname.split()方法拆分正则表达式. p ...
- windows server 2008 R2 计划任务备份系统
实验环境拓扑图: 实验效果: Windows Server Backup 可以设置备份计划,但只能按日进行备份,不能设置按周或月进行备份.所以,需要使用到 windows Server 2008 R2 ...
- Hbase学习笔记——基本CRUD操作
进入Hbase的安装目录,启动Hbase bin/start-hbase.sh 打开shell命令行模式 bin/hbase shell 关闭Hbase bin/stop-hbase.sh 一个cel ...
- SpringSecurity兑现多登录成功页面和登录成功返回被拦截界面
SpringSecurity实现多登录成功页面和登录成功返回被拦截界面 使用SrpingSceurity作为认证和授权的安全框架可以省下很多基础工作. 具体可以参考SpringSecurity,这里不 ...
- ABBYY OCR技术教电脑阅读缅甸语(上)
缅甸联邦共和国,原名缅甸,是东南亚的一个国家,从1962年到2010年,缅甸一直被政变后上台的军政府统治,直至最近5年它才对外界开放,与其他国家建立了贸易与文化联系. 缅甸语由很多方言组成,但所有方言 ...










































































































































































