腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(1100)
视频
沙龙
1
回答
在java中,SWT组合不会根据设置的布局进行布局
、
rowLayout
= new
RowLayout
();
rowLayout
.fill = true; //
RowLayout
comB1Layout
浏览 15
提问于2017-02-06
得票数 0
1
回答
Android未排序列表
、
、
public View getView(int position, View convertView, ViewGroup parent) { TextView subject
浏览 5
提问于2010-07-15
得票数 1
回答已采纳
3
回答
如何对按钮进行getText操作
LinearLayout layoutVertical = (LinearLayout) findViewById(R.id.liVLayout); {
rowLayout
.
浏览 0
提问于2011-06-30
得票数 1
回答已采纳
2
回答
安卓ListView在滚动时崩溃
、
position, View convertView, ViewGroup parent) { LinearLayout
rowLayout
position + " " + convertView); // inflating the row mAppName = (
浏览 0
提问于2012-04-12
得票数 2
回答已采纳
1
回答
调整大小时不更改控件的行布局
、
、
在调整外壳的大小时,我在
RowLayout
中遇到了一些问题。我创建了这个组合,并将该组合的布局设置为
RowLayout
。在复合体中添加了三个按钮。
rowLayout
= new
RowLayout
(SWT.HORIZONTAL);
rowLayout
.pack =false; Button b
浏览 0
提问于2013-01-22
得票数 0
回答已采纳
2
回答
CustomAdapter中的空指针异常
、
、
您好,我在运行应用程序时遇到空指针异常。下面是我的代码:public class ProductAdapter extends BaseAdapter { List<Product> products = new ArrayList<Product>();
浏览 0
提问于2012-09-26
得票数 0
回答已采纳
1
回答
SWT
RowLayout
从右到左?
、
、
我读过这篇文章,但我找不到一种方法来以从右到左的方式在一个容器中放置多个按钮。
浏览 0
提问于2010-08-17
得票数 5
回答已采纳
1
回答
Repeater创建的项的几何形状不正确。
、
、
、
ColumnLayout {
RowLayout
如果我使用Row代替
RowLayout
,使用width代替Layout.preferredWidth,则项目将正确显示。 为什么他们不和
RowLayout
在一起
浏览 3
提问于2015-09-17
得票数 0
回答已采纳
1
回答
如何移除物体之间的空间?
、
我需要改变
RowLayout
吗?true, true)); deComposite.setLayout(new
RowLayout
浏览 3
提问于2014-02-19
得票数 0
回答已采纳
2
回答
ListView:我滚动时的突出显示
、
、
我正在使用下面的代码来突出显示单击的项目。但是有两个问题: lv.setOnItemClickListener(new AdapterView.OnItemClickListener() { public void onItemClick(AdapterView<?> parent, View view,
浏览 1
提问于2017-01-31
得票数 0
2
回答
检查自定义列表是否包含项
TheList由
Rowlayout
对象填充。public
RowLayout
(String content, int number) { this.number =List<
RowLayout
>.contains("insert here"){}
浏览 5
提问于2017-08-10
得票数 0
3
回答
如何与每个按钮交互
) LinearLayout layoutVertical = (LinearLayout) findViewById(R.id.liVLayout); LayoutParams.FILL_PARENT,1); {
rowLayout</em
浏览 2
提问于2011-06-29
得票数 0
回答已采纳
1
回答
Android:列表滚动的列表查看项背景问题
、
我面对下面的问题与项目背景滚动。我尝试了:A-在适配器的getView方法中,如果项
浏览 0
提问于2012-02-08
得票数 1
回答已采纳
1
回答
BaseAdapter的问题
、
、
notifyDataSetChanged(); } ContactBean t = elements.get(position);
rowLayout
= (LinearLayout.inflate( R.layout.list_view,
浏览 0
提问于2010-11-23
得票数 1
回答已采纳
2
回答
ListView在卷轴上乱码
、
View convertView, ViewGroup parent) { LinearLayout
rowLayout
= null;
rowLayout
=(R.id.icon); vh.mAppName = (TextV
浏览 1
提问于2012-05-21
得票数 2
回答已采纳
1
回答
Android:使用XML模板
、
、
因此,我对Android开发非常陌生,我有以下情况: android:id="@id/child_1" android:layout_height="wrap_content" android:layout_weight="1" andr
浏览 4
提问于2015-01-13
得票数 0
回答已采纳
1
回答
如何在eclipse插件中定位组件?
、
、
、
我希望它们是独立的,但是
RowLayout
似乎没有将组件放到孤立的行中。createPartControl(Composite parent) {
RowLayout
rowLayout
= new
RowLayout
(); //I have tried toggling many of the
RowLayout
prope
浏览 3
提问于2012-12-25
得票数 0
1
回答
如何查找按钮数组的行和列位置
LinearLayout layoutVertical = (LinearLayout) findViewById(R.id.liVLayout); for (i = 0; i<6; i++)
rowLayout
= new LinearLayout(this);
浏览 0
提问于2011-07-12
得票数 2
回答已采纳
1
回答
如何将图像添加到SWT中的标签中
单击,在这个示例中,文本出现在右侧,我希望它位于图像下面。
浏览 2
提问于2015-04-13
得票数 1
回答已采纳
1
回答
Java org.eclipse.swt.widgets.Text类型有一个巨大的延迟。
、
、
代码:
RowLayout
rowLayout
= new
RowLayout
();Shell shell = new Shell(display); Text textArea = new Text
浏览 0
提问于2012-03-24
得票数 2
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券