<http://forum.pspad.com/read.php?f=6&i=3212&t=3212> 
----------------------------------------------------------------

Code Explorer, in the case of Java classes, is not working properly. It
skips some existing methods (they are not shown in the three).

Thx

---- Example code -----

Code explorer only shown:

m_container
setContainer [green colored]
TestClass() [yellow colored]


I could saw that if you change "protected" to "public" (independently
of changing the first "public") the explores shows all the methods.

--------------------------


package none;


/**
* Test class
*/
public abstract class TestClass extends AbstractComponent implements
ResponseHandler {

/** The operation container */
private Container m_container;

/** Constructor, crea una nueva instancia de AebResponseHandler */
public AbstractResponseHandlerImpl() {
super();
}

/**
*
*/
protected void setContainer(Container aContainer) {
m_container = aContainer;
}

/**
*
*/
protected Container getContainer() {
return m_container;
}

}

-- 
PSPad freeware editor http://www.pspad.com

Antwoord per e-mail aan