de.miethxml.hawron.gui.context.bookmark
Interface BookmarkView

All Known Implementing Classes:
BookmarkViewImpl

public interface BookmarkView

Author:
Simon Mieth

Method Summary
 javax.swing.JComponent getBookmarkView()
           
 void initialize()
           
 void setBaseURL(java.lang.String baseURL)
           
 void setConfigLocation(java.lang.String location)
           
 void setContextViewComponent(ContextViewComponent model)
           
 

Method Detail

getBookmarkView

public javax.swing.JComponent getBookmarkView()

setBaseURL

public void setBaseURL(java.lang.String baseURL)

setConfigLocation

public void setConfigLocation(java.lang.String location)

setContextViewComponent

public void setContextViewComponent(ContextViewComponent model)

initialize

public void initialize()