Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » extending/overriding source code generation i
extending/overriding source code generation i [message #616977] Tue, 04 March 2008 15:10
Eclipse UserFriend
Originally posted by: frank.rausch.gmx.net

Dear list members,

for a current project I wrote a new layout manager - based on
GridBagConstraints but it does not inherit from GridBagLayout - which
works as designed, but it should integrate in IBM RSA V7 to switch the
layout from the properties view.This works already by using
java.awt.LayoutManager.override.
Further it is possible to see the GridFeedback by using a new
LayoutPolicyFactory which inherits from GridBagLayoutPolicyFactory
defined in the appropiate override file.
But when one switches the layout the constraint variables are named
>gridbagconstraintsXX< with XX substituted by a number. But I want to use
a different name for the constraint variable built on the name of the
component variable which is described by the constraint. How can this be
done?

Further I want every added component being described in a separate
init-method instead of being set up in the method of the containing
container!

Please help!


kind regards

Frank Rausch
Previous Topic:extending/overriding source code generation i
Next Topic:Naming Conventions
Goto Forum:
  


Current Time: Sat Apr 20 02:16:44 GMT 2024

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

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

Back to the top