oracle.ide.scm.env
Interface SCMStatusOverlays
- public interface SCMStatusOverlays
The source control framework's node overlay manager. Clients may issue node
updates through the manager when a file's state under source control has
changed. Node that this is automatic for directly operated files (those
passed to file operations), and with property changes.
Method Summary |
void |
updateOverlay(oracle.ide.model.Element e)
Updates the node overlay for the given node. |
void |
updateOverlay(SCMFile file)
Updates the node overlay for the given file. |
void |
updateOverlays()
Updates all overlay icons for source control. |
updateOverlays
public void updateOverlays()
- Updates all overlay icons for source control.
updateOverlay
public void updateOverlay(SCMFile file)
- Updates the node overlay for the given file.
- Parameters:
file
- a representation, in source control file form, of the element whose
overlay icon should be refreshed to reflect current state.
updateOverlay
public void updateOverlay(oracle.ide.model.Element e)
- Updates the node overlay for the given node.
- Parameters:
e
- the node, or element, whose overlay icon should be refreshed to
reflect current state.