net.officefloor.eclipse.wizard.worksource
Interface WorkSourceInstanceContext

All Known Implementing Classes:
WorkSourceWizard

public interface WorkSourceInstanceContext

Context for a WorkSourceInstance.

Author:
Daniel Sagenschneider

Method Summary
 void setErrorMessage(String message)
          Specifies an error message.
 void setTitle(String title)
          Specifies the title.
 void setWorkTypeLoaded(boolean isWorkTypeLoaded)
          Flags if WorkType is loaded.
 

Method Detail

setTitle

void setTitle(String title)
Specifies the title.

Parameters:
title - Title.

setErrorMessage

void setErrorMessage(String message)
Specifies an error message.

Parameters:
message - Error message or null to indicate no error.

setWorkTypeLoaded

void setWorkTypeLoaded(boolean isWorkTypeLoaded)
Flags if WorkType is loaded.

Parameters:
isWorkTypeLoade - true WorkType loaded.


Copyright © 2005-2013. All Rights Reserved.