教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
包列表
类列表
com.intellij.openapi.ui.PanelWithText
Java 类
com.intellij.openapi.ui.PanelWithText
实例源码
包列表
类列表
com.intellij.openapi.ui.PanelWithText
项目:
intellij-ce-playground
文件:
TextConfigurable.java
@Override
public
JComponent
createOptionsPanel
()
{
return
new
PanelWithText
(
myDescriptionText
);
}
项目:
tools-idea
文件:
TextConfigurable.java
@Override
public
JComponent
createOptionsPanel
()
{
return
new
PanelWithText
(
myDescriptionText
);
}
项目:
consulo
文件:
TextConfigurable.java
@Override
public
JComponent
createOptionsPanel
()
{
return
new
PanelWithText
(
myDescriptionText
);
}