Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT widgets, determine corect style flags for any widget constructor?

Hi
  
J work with SWT and J need know how and from can J read correct list/set style flags for any SWT class. 
J need create SWT widgets at runntime in some development system and J don't know witch flags form class org.eclipse.swt.SWT are correct for widgets, I konw it can be found in DOCS and hordcoded in system but its great if J can determine flags at runtime form BeanInfo or any something else.
  
How determine at runtime style flags for methods/properties with style flags parameteres ? eg.
  
org.eclipse.swt.widgets.Label.setAlignment(int alignment);

 
Thanks for any suggestions
 
P.S. sorry about my english.



Back to the top