g-Eclipse
Release 1.0.0

eu.geclipse.ui.views.jobdetails
Interface IViewConfiguration

All Known Implementing Classes:
JobDetailsView

public interface IViewConfiguration

JobDetailsView configuration


Method Summary
 FormToolkit getFormToolkit()
           
 IGridJob getInputJob()
           
 JobDetailSectionsManager getSectionsManager()
           
 boolean isShowEmptyEnabled()
           
 void refresh()
          Refresh whole view using current input job
 

Method Detail

isShowEmptyEnabled

boolean isShowEmptyEnabled()
Returns:
true if details with empty value also should be shown on view

getSectionsManager

JobDetailSectionsManager getSectionsManager()
Returns:
manager of IJobDetailsSections

getFormToolkit

FormToolkit getFormToolkit()
Returns:
form toolkit used to create widgets

getInputJob

IGridJob getInputJob()
Returns:
get job actually shown in view

refresh

void refresh()
Refresh whole view using current input job


g-Eclipse
Release 1.0.0