com.levigo.jadice.demo
Interface JadiceToolbarProvider

All Known Implementing Classes:
BasicJadicePanel, JadiceFilterDemoApplication

public interface JadiceToolbarProvider

Realizations of this interface provide access to jadice toolbars. In particular the ToggleToolbarVisibilityCommand demands a JadiceToolbarProvider as context element to toggle the configured toolbar visibility.


Method Summary
 JToolBar getJadiceAnnotationToolbar()
          Returns a reference to the application's annotation toolbar.
 JToolBar getJadiceMainToolBar()
          Returns a reference to the application's main toolbar.
 

Method Detail

getJadiceMainToolBar

JToolBar getJadiceMainToolBar()
Returns a reference to the application's main toolbar. Generally it is a toolbar to control the viewer.

Returns:
JToolBar main toolbar to control the viewer

getJadiceAnnotationToolbar

JToolBar getJadiceAnnotationToolbar()
Returns a reference to the application's annotation toolbar. It is a toolbar to modify annotations.

Returns:
the annotation toolbar


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.