org.drools.guvnor.client.simulation.resources
Interface SimulationStyle

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, com.google.gwt.resources.client.ResourcePrototype

public interface SimulationStyle
extends com.google.gwt.resources.client.CssResource


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
 
Method Summary
 String addCommandButton()
           
 String addCommandWidget()
           
 String addStepButton()
           
 String addStepHeader()
           
 String addStepsPanel()
           
 String commandControlsPanel()
           
 String commandImage()
           
 String commandLabel()
           
 String distanceMillisColumn()
           
 String removeStepColumn()
           
 String stepWidget()
           
 String stepWidgetColumn()
           
 int timeLineFooterHeight()
           
 int timeLineHeaderHeight()
           
 int timeLineMarginWidth()
           
 int timeLinePathHeight()
           
 int timeLineScrollPanelWidth()
           
 String timeStoneLabel()
           
 String timeStonePanel()
           
 String zoomButtonsPanel()
           
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

distanceMillisColumn

String distanceMillisColumn()

stepWidgetColumn

String stepWidgetColumn()

removeStepColumn

String removeStepColumn()

addStepButton

String addStepButton()

stepWidget

String stepWidget()

addCommandWidget

String addCommandWidget()

addCommandButton

String addCommandButton()

commandControlsPanel

String commandControlsPanel()

commandImage

String commandImage()

commandLabel

String commandLabel()

timeLineScrollPanelWidth

int timeLineScrollPanelWidth()

timeLineHeaderHeight

int timeLineHeaderHeight()

timeLineFooterHeight

int timeLineFooterHeight()

timeLineMarginWidth

int timeLineMarginWidth()

timeLinePathHeight

int timeLinePathHeight()

timeStonePanel

String timeStonePanel()

timeStoneLabel

String timeStoneLabel()

addStepsPanel

String addStepsPanel()

addStepHeader

String addStepHeader()

zoomButtonsPanel

String zoomButtonsPanel()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.