org.nakedobjects.applib.profiles
Interface Profile


public interface Profile


Method Summary
 void addToOptions(String name, String value)
           
 void addToPerspectives(Perspective perspective)
           
 Perspective getPerspective(String name)
           
 Perspective newPerspective(String name)
           
 

Method Detail

addToOptions

void addToOptions(String name,
                  String value)

newPerspective

Perspective newPerspective(String name)

addToPerspectives

void addToPerspectives(Perspective perspective)

getPerspective

Perspective getPerspective(String name)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.