KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > swt > internal > carbon > DataBrowserListViewColumnDesc


1 /**********************************************************************
2  * Copyright (c) 2003-2004 IBM Corp.
3  * Portions Copyright (c) 1983-2002, Apple Computer, Inc.
4  *
5  * All rights reserved. This program and the accompanying materials
6  * are made available under the terms of the Eclipse Public License v1.0
7  * which accompanies this distribution, and is available at
8  * http://www.eclipse.org/legal/epl-v10.html
9  *
10  * Contributors:
11  * IBM Corporation - initial API and implementation
12  **********************************************************************/

13 package org.eclipse.swt.internal.carbon;
14
15  
16 public class DataBrowserListViewColumnDesc {
17     //DataBrowserTableViewColumnDesc propertyDesc;
18
public int propertyDesc_propertyID;
19     public int propertyDesc_propertyType;
20     public int propertyDesc_propertyFlags;
21     //DataBrowserListViewHeaderDesc headerBtnDesc;
22
public int headerBtnDesc_version;
23     public short headerBtnDesc_minimumWidth;
24     public short headerBtnDesc_maximumWidth;
25     public short headerBtnDesc_titleOffset;
26     public int headerBtnDesc_titleString;
27     public short headerBtnDesc_initialOrder;
28     //ControlFontStyleRec headerBtnDesc_btnFontStyle;
29
public short headerBtnDesc_btnFontStyle_flags;
30     public short headerBtnDesc_btnFontStyle_font;
31     public short headerBtnDesc_btnFontStyle_size;
32     public short headerBtnDesc_btnFontStyle_style;
33     public short headerBtnDesc_btnFontStyle_mode;
34     public short headerBtnDesc_btnFontStyle_just;
35     // RGBColor headerBtnDesc_btnFontStyle_foreColor;
36
public short headerBtnDesc_btnFontStyle_foreColor_red;
37     public short headerBtnDesc_btnFontStyle_foreColor_green;
38     public short headerBtnDesc_btnFontStyle_foreColor_blue;
39     //RGBColor headerBtnDesc_btnFontStyle_backColor;
40
public short headerBtnDesc_btnFontStyle_backColor_red;
41     public short headerBtnDesc_btnFontStyle_backColor_green;
42     public short headerBtnDesc_btnFontStyle_backColor_blue;
43     //public ControlButtonContentInfo headerBtnDesc_btnContentInfo;
44
public short headerBtnDesc_btnContentInfo_contentType;
45     public int headerBtnDesc_btnContentInfo_iconRef; // union field
46
public static final int sizeof = 58;
47 }
48
Popular Tags