|
org.netbeans.lib.uihandler 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.uihandler.ProjectOp
public final class ProjectOp
Represents an operation on the list of opened projects.
Method Summary | |
---|---|
int |
getDelta()
Number of projects of this type that has been added. |
String |
getProjectDisplayName()
Human readable name of the project the operation happened on |
String |
getProjectType()
Fully qualified class name of the project. |
static ProjectOp |
valueOf(LogRecord rec)
Finds whether the record was an operation on projects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getProjectDisplayName()
public String getProjectType()
public int getDelta()
public static ProjectOp valueOf(LogRecord rec)
rec
- the record to test
|
org.netbeans.lib.uihandler 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |