TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.hyades.sdb.internal.editors
Interface IDetails

All Superinterfaces:
org.eclipse.ui.forms.IDetailsPage, org.eclipse.ui.forms.IFormPart, org.eclipse.ui.forms.IPartSelectionListener
All Known Implementing Classes:
SDBDetailsPage

public interface IDetails
extends org.eclipse.ui.forms.IDetailsPage

This class defines the interface for an SDB editor details page.


Method Summary
 boolean isEditable()
          Returns the editable state for the current page.
 void setEditable(boolean flag)
          Sets editable state for the current page.
 
Methods inherited from interface org.eclipse.ui.forms.IDetailsPage
createContents
 
Methods inherited from interface org.eclipse.ui.forms.IFormPart
commit, dispose, initialize, isDirty, isStale, refresh, setFocus, setFormInput
 
Methods inherited from interface org.eclipse.ui.forms.IPartSelectionListener
selectionChanged
 

Method Detail

setEditable

public void setEditable(boolean flag)
Sets editable state for the current page.

Parameters:
flag - the new state.

isEditable

public boolean isEditable()
Returns the editable state for the current page.

Returns:

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification