| java.lang.Object org.netbeans.modules.apisupport.project.metainf.SUtil
SUtil | class SUtil (Code) | | Wrapper for testing purpose. I am too lazy to initialize NbModuleProject project in unittests
so in order to I created special usecase when the project is null
author: pzajac |
Constructor Summary | |
public | SUtil() |
LOG_END_COMPUTE_KEYS | final static String LOG_END_COMPUTE_KEYS(Code) | | |
LOG_SERVICE_NODE_HANDLER_ADD_NOTIFY | final static String LOG_SERVICE_NODE_HANDLER_ADD_NOTIFY(Code) | | |
projectDir | static FileObject projectDir(Code) | | |
SUtil | public SUtil()(Code) | | Creates a new instance of SUtil
|
centerComponent | public static void centerComponent(Component c, Component p)(Code) | | Centers the component c on component p .
If p is null , the component c
will be centered on the screen.
Parameters: c - the component to center Parameters: p - the parent component to center on or null for screen See Also: SUtil.centerComponent(Component) |
getServicesFolder | static FileObject getServicesFolder(Project project, boolean create) throws IOException(Code) | | |
|
|