| org.netbeans.editor.ext.java.JCPackage
JCPackage | public interface JCPackage extends Comparable(Code) | | Java completion package
author: Miloslav Metelka version: 1.00 |
getClasses | public JCClass[] getClasses()(Code) | | Get classes contained in this package
|
getDotCount | public int getDotCount()(Code) | | Get the count of dots in the name of the package
|
getLastName | public String getLastName()(Code) | | Get last part of the name - the string after the last dot.
|
getName | public String getName()(Code) | | Get full name of this package
|
setClasses | public void setClasses(JCClass[] classes)(Code) | | Set the list of the classes that this package contains
|
|
|