net.sourceforge.geeboss.view
Class StompView

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

public class StompView
extends java.lang.Object
implements Translatable

This is the ViewForm where stomps are shown

Author:
Frederic BORRY

Field Summary
static int PEDAL_COMPOSITE_HEIGHT
          Pedal composite height
static int PEDAL_COMPOSITE_WIDTH
          Pedal composite width
 
Constructor Summary
StompView(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.custom.SashForm stompSash, MainView mainView, EventManager eventManager)
          Instantiate a new StompView
 
Method Summary
 org.eclipse.swt.widgets.Composite getComposite()
          Get the composite holding the stomp view
 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
 

Field Detail

PEDAL_COMPOSITE_WIDTH

public static final int PEDAL_COMPOSITE_WIDTH
Pedal composite width

See Also:
Constant Field Values

PEDAL_COMPOSITE_HEIGHT

public static final int PEDAL_COMPOSITE_HEIGHT
Pedal composite height

See Also:
Constant Field Values
Constructor Detail

StompView

public StompView(org.eclipse.swt.widgets.Display display,
                 org.eclipse.swt.widgets.Shell shell,
                 org.eclipse.swt.custom.SashForm stompSash,
                 MainView mainView,
                 EventManager eventManager)
Instantiate a new StompView

Parameters:
display - The display
shell - The shell
stompSash - The Sashform where to add the StompView
mainView - Access some methods of the main view
eventManager - The event manager
Method Detail

updateI18N

public void updateI18N()
Update all controlls text with i18n

Specified by:
updateI18N in interface Translatable

getComposite

public org.eclipse.swt.widgets.Composite getComposite()
Get the composite holding the stomp view

Returns:
the composite holding the stomp view


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