[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Order of Properties in a PropertySheetPage
|
Take a look at http://www.javadude.com/eclipse/
-- Scott
"Lynne Kues" <lynne_kues@xxxxxxx> wrote in message
news:b7jsdg$e4c$1@xxxxxxxxxxxxxxxx
> No direct way. See Bug 2895 - [Properties view]Ordering of properties
> (1GKF83S). This bug report indicates that one can subclass to get the
> desired ordering behavior, but after briefly looking at the code, I do not
> think that is the case. Sorting of the property categories occurs in the
> class PropertySheetViewer and sorting of the properties for a category
> occurs in PropertySheetEntry, but these only have package visibility. You
> could copy the classes into your package and change the behavior.
>
> "eclipse" <michael.conner@xxxxxxxxx> wrote in message
> news:b7i2bl$86e$1@xxxxxxxxxxxxxxxx
> > Is there some way to change the sort order of properties in a
> > PropertySheetPage? It always seems to sort them alphabetically. I'd
like
> > to be able to pick the order.
> >
> > Mike Conner
> >
> >
> >
>
>