|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for represented file statuses. The status of the file is its current SCM state; a value for which there is no strictly required form imposed by the framework, but must be operable by the relevant client. Framework awareness of state will only extend to navigator overlay icon retrieval, and asking whether the status implies that the file in under source control.
Method Summary | |
javax.swing.Icon |
getOverlayIcon()
Requests the icon which may be used within the IDE as an overlay for file images within the navigator. |
java.lang.String |
getString()
Gets a human-readable String for the status, for debugging purposes only. |
boolean |
isControlled()
Asks whether the status implies that a file is currently controlled by the source control client. |
boolean |
isVersioned()
Asks whether the status implies that a file is currently versioned by the source control client. |
Method Detail |
public boolean isControlled()
public boolean isVersioned()
public javax.swing.Icon getOverlayIcon()
public java.lang.String getString()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |