| |
|
| java.lang.Object org.netbeans.lib.uihandler.ProjectOp
ProjectOp | final public class ProjectOp (Code) | | Represents an operation on the list of opened projects.
author: Jaroslav Tulach since: 1.7 |
getDelta | public int getDelta()(Code) | | Number of projects of this type that has been added.
positive value if some projects were open, negative if some were closed |
getProjectDisplayName | public String getProjectDisplayName()(Code) | | Human readable name of the project the operation happened on
|
getProjectType | public String getProjectType()(Code) | | Fully qualified class name of the project.
|
valueOf | public static ProjectOp valueOf(LogRecord rec)(Code) | | Finds whether the record was an operation on projects.
Parameters: rec - the record to test null if the record is of unknown format or data about the project operation |
|
|
|