Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » A SWT tool out there that tells what SWT constants are used given a numeric style
A SWT tool out there that tells what SWT constants are used given a numeric style [message #456253] Fri, 27 May 2005 18:11 Go to next message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
Hi,

Say I have a style 34931458...Is there a SWT tool out there that will
look at this number and tells me what SWT constants made up this number?

Thx!
Re: A SWT tool out there that tells what SWT constants are used given a numeric style [message #456262 is a reply to message #456253] Sat, 28 May 2005 01:29 Go to previous message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="serif">Not that I know of.&nbsp; I think your best bet is to
convert it to binary and examine the bits, comparing them to the
constants in the SWT class by hand.&nbsp; Remember, it's just a bit mask,
and so each constant will only fill one column, no more.<br>
<br>
Daniel<br>
</font><br>
AL wrote:
<blockquote cite="midd77nnt$bhs$1@news.eclipse.org" type="cite">Hi,
<br>
<br>
Say I have a style 34931458...Is there a SWT tool out there that will
look at this number and tells me what SWT constants made up this
number?
<br>
<br>
Thx!
<br>
<br>
</blockquote>
</body>
</html>
Previous Topic:Browser does not display text or content
Next Topic:Get rid of the margins on the left and right of the opened browser
Goto Forum:
  


Current Time: Thu Apr 25 23:18:57 GMT 2024

Powered by FUDForum. Page generated in 0.02815 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top