Skip to main content



      Home
Home » Eclipse Projects » GEF » GEF ComboBox inside Properties Window
GEF ComboBox inside Properties Window [message #234641] Sun, 27 May 2007 09:01 Go to next message
Eclipse UserFriend
Originally posted by: Lehmann.j.gmx.net

Hello and excuse my bad english,

so i got a Problem with the creation of a ComboBox.
I use the following Code:

public IPropertyDescriptor[] getPropertyDescriptors()

{

return new IPropertyDescriptor[]

{

// some more TextPropertyDescriptor's



new ComboBoxPropertyDescriptor(MEASUREMENT, "Measurement", meas)

}

}



The Problem is, i doesnt see the Combobox i got only the displayName
Measurement ... so anyone have a clue ?
Re: GEF ComboBox inside Properties Window [message #234650 is a reply to message #234641] Sun, 27 May 2007 09:04 Go to previous message
Eclipse UserFriend
Originally posted by: lehmann.j.gmx.net

forgot the String :)

String[] meas = {"none", "Voltage", "Current", "Both"};
Previous Topic:Print GEF Diagrams present on both sides of the SPLITTER in a SashForm
Next Topic:How to open a Dialog over the Toolbar
Goto Forum:
  


Current Time: Sat Jul 12 12:47:51 EDT 2025

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

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

Back to the top