net.ontopia.topicmaps.nav.conf
Interface ControlConfigIF

All Known Implementing Classes:
ControlConfig

public interface ControlConfigIF

PUBLIC: Interface for ControlConfig.


Method Summary
 String getBehaviour()
           
 String getContentType()
           
 String getModel()
           
 String getModelPath()
           
 String getSkin()
           
 String getSkinPath()
           
 String getView()
           
 String getViewPath()
           
 void update(String model, String view, String skin)
           
 

Method Detail

update

void update(String model,
            String view,
            String skin)

getModelPath

String getModelPath()

getViewPath

String getViewPath()

getSkinPath

String getSkinPath()

getModel

String getModel()

getView

String getView()

getSkin

String getSkin()

getBehaviour

String getBehaviour()

getContentType

String getContentType()


Copyright © 2000-2012 Ontopia.