Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » making getXXX methods public/protected
making getXXX methods public/protected [message #611973] Mon, 06 February 2006 15:54
Markus is currently offline MarkusFriend
Messages: 52
Registered: July 2009
Member
Hi!

When I add a component (f.e. JButton) with the VE, it creates a private
getXXX Method in the source code. Like:

/**
* This method initializes jButton1
*
* @return javax.swing.JButton
*/
private JButton getJButton1() {
if (jButton1 == null) {
jButton1 = new JButton();
}
return jButton1;
}


Can I tell VE to create public or protected getXXX methods?

Regards,
Markus
Previous Topic:Installing VE in WTP 3.1 Eclipse
Next Topic:empty palette because of npe
Goto Forum:
  


Current Time: Tue Apr 23 17:18:52 GMT 2024

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

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

Back to the top