|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.SCMFileStatusObject
File status implementation class.
Constructor Summary | |
SCMFileStatusObject()
Constructs a file status object with default field values. |
|
SCMFileStatusObject(boolean controlled,
boolean versioned,
javax.swing.Icon overlay)
Constructs a file status object with given field values. |
Method Summary | |
javax.swing.Icon |
getOverlayIcon()
Gets the file status's overlay icon. |
java.lang.String |
getString()
Gets the file status's debug string. |
boolean |
isControlled()
Gets the file status's controlled value. |
boolean |
isVersioned()
Gets the file status's versioned value. |
void |
setControlled(boolean controlled)
Sets the file status's controlled value. |
void |
setOverlayIcon(javax.swing.Icon overlay)
Sets the file status's overlay icon. |
void |
setString(java.lang.String string)
Sets the file status's debug string. |
void |
setVersioned(boolean versioned)
Sets the file status's versioned value. |
java.lang.String |
toString()
Default string provider, for debug purposes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SCMFileStatusObject()
public SCMFileStatusObject(boolean controlled, boolean versioned, javax.swing.Icon overlay)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public void setControlled(boolean controlled)
controlled
- the controlled value.public void setVersioned(boolean versioned)
versioned
- the versioned value.public void setOverlayIcon(javax.swing.Icon overlay)
icon
- the overlay icon value.public void setString(java.lang.String string)
string
- the debug string value.public boolean isControlled()
isControlled
in interface SCMFileStatus
public boolean isVersioned()
isVersioned
in interface SCMFileStatus
public javax.swing.Icon getOverlayIcon()
getOverlayIcon
in interface SCMFileStatus
public java.lang.String getString()
getString
in interface SCMFileStatus
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |