cz.cuni.pogamut.posh.explorer
Interface IPaletteActions

Package class diagram package IPaletteActions
All Known Implementing Classes:
PalettePane

public interface IPaletteActions

Actions used by all explorers in the palete. The IExplorerActions is for actions that affect only one Explorer.


Method Summary
 void refresh()
          Refresh all explorers in the palette
 void setHtmlDescription(String htmlDescription)
          Set description panel in the palette to specified text.
 

Method Detail

refresh

void refresh()
Refresh all explorers in the palette


setHtmlDescription

void setHtmlDescription(String htmlDescription)
Set description panel in the palette to specified text.

Parameters:
htmlDescription - HTML description that is to be shown in info panel.


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.