net.sourceforge.geeboss.view
Class Quickview

java.lang.Object
  extended by net.sourceforge.geeboss.view.Quickview
All Implemented Interfaces:
Translatable

public class Quickview
extends java.lang.Object
implements Translatable

This is the Geeboss Quickview controll that is displayed directly under the menu.


Constructor Summary
Quickview(MainView geebossGui, org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, EventManager eventManager)
          Instantiate a new Quickview
 
Method Summary
 void setShowQuickview(boolean show, boolean save)
          Show / Hide the quickview control
 void updateFonts()
           
 void updateHeaderColor()
          Update the color of the header
 void updateI18N()
          Update all controlls text with i18n
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quickview

public Quickview(MainView geebossGui,
                 org.eclipse.swt.widgets.Display display,
                 org.eclipse.swt.widgets.Shell shell,
                 EventManager eventManager)
Instantiate a new Quickview

Parameters:
geebossGui - Access some methods of the main controller
display - The display
shell - The shell
eventManager - The event manager
Method Detail

updateFonts

public void updateFonts()

updateHeaderColor

public void updateHeaderColor()
Update the color of the header


updateI18N

public void updateI18N()
Update all controlls text with i18n

Specified by:
updateI18N in interface Translatable

setShowQuickview

public void setShowQuickview(boolean show,
                             boolean save)
Show / Hide the quickview control

Parameters:
show - true if visible
save - If true save state to GlobalSettings


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.