net.officefloor.eclipse.wizard.administratorsource
Interface AdministratorSourceInstanceContext

All Known Implementing Classes:
AdministratorSourceWizard

public interface AdministratorSourceInstanceContext

Context for a AdministratorSourceInstance.

Author:
Daniel Sagenschneider

Method Summary
 void setAdministratorTypeLoaded(boolean isAdministratorLoaded)
          Flags if AdministratorType is loaded.
 void setErrorMessage(String message)
          Specifies an error message.
 void setTitle(String title)
          Specifies the title.
 

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.

setAdministratorTypeLoaded

void setAdministratorTypeLoaded(boolean isAdministratorLoaded)
Flags if AdministratorType is loaded.

Parameters:
isAdministratorTypeLoaded - true AdministratorType loaded.


Copyright © 2005-2013. All Rights Reserved.