de.miethxml.hawron.gui.context.bookmark
Class BookmarkViewImpl

java.lang.Object
  extended byde.miethxml.toolkit.component.AbstractServiceable
      extended byde.miethxml.hawron.gui.context.bookmark.BookmarkViewImpl
All Implemented Interfaces:
BookmarkView, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.service.Serviceable

public class BookmarkViewImpl
extends AbstractServiceable
implements org.apache.avalon.framework.activity.Initializable, BookmarkView

Author:
Simon Mieth

Field Summary
static java.lang.String BOOKMARKFILE
           
 
Fields inherited from class de.miethxml.toolkit.component.AbstractServiceable
manager
 
Constructor Summary
BookmarkViewImpl()
           
 
Method Summary
 void addBookmark(Bookmark bm)
           
 javax.swing.JComponent getBookmarkView()
           
 void initialize()
           
 void setBaseURL(java.lang.String baseURL)
           
 void setConfigLocation(java.lang.String location)
           
 void setContextViewComponent(ContextViewComponent fsModel)
           
 
Methods inherited from class de.miethxml.toolkit.component.AbstractServiceable
service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOKMARKFILE

public static java.lang.String BOOKMARKFILE
Constructor Detail

BookmarkViewImpl

public BookmarkViewImpl()
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface org.apache.avalon.framework.activity.Initializable

getBookmarkView

public javax.swing.JComponent getBookmarkView()
Specified by:
getBookmarkView in interface BookmarkView

addBookmark

public void addBookmark(Bookmark bm)

setContextViewComponent

public void setContextViewComponent(ContextViewComponent fsModel)
Specified by:
setContextViewComponent in interface BookmarkView

setConfigLocation

public void setConfigLocation(java.lang.String location)
Specified by:
setConfigLocation in interface BookmarkView

setBaseURL

public void setBaseURL(java.lang.String baseURL)
Specified by:
setBaseURL in interface BookmarkView