Uses of Interface
ch.sahits.game.graphic.display.ISahitsComponent

Packages that use ISahitsComponent
ch.sahits.game.graphic.display   
ch.sahits.game.graphic.display.start   
ch.sahits.game.graphic.layout   
 

Uses of ISahitsComponent in ch.sahits.game.graphic.display
 

Fields in ch.sahits.game.graphic.display with type parameters of type ISahitsComponent
private  LinkedList<ISahitsComponent> OpenPatricianBackgroundView.components
           
 

Methods in ch.sahits.game.graphic.display that return ISahitsComponent
 ISahitsComponent ISahitsContainer.get(int i)
          Retrieve a component from internal storage at position i.
 ISahitsComponent OpenPatricianBackgroundView.get(int i)
           
 

Methods in ch.sahits.game.graphic.display with parameters of type ISahitsComponent
 void ISahitsContainer.add(ISahitsComponent comp, ISahitsLayoutConstraint constraint)
          Add a component to the container with a specific constraint
 void OpenPatricianBackgroundView.add(ISahitsComponent comp, ISahitsLayoutConstraint constraint)
           
 void ISahitsLayoutManager.addLayoutComponent(ISahitsComponent comp, ISahitsLayoutConstraint constraint)
          Add a component with a constraint.
 

Uses of ISahitsComponent in ch.sahits.game.graphic.display.start
 

Methods in ch.sahits.game.graphic.display.start that return ISahitsComponent
private  ISahitsComponent NewGameView.addLabel(String name)
          Creating a label.
 

Methods in ch.sahits.game.graphic.display.start with parameters of type ISahitsComponent
private  void NewGameView.setFont(ISahitsComponent comp)
          Set the font on the component
 

Uses of ISahitsComponent in ch.sahits.game.graphic.layout
 

Subinterfaces of ISahitsComponent in ch.sahits.game.graphic.layout
 interface ISahitsLabel
          Representing a label
 

Classes in ch.sahits.game.graphic.layout that implement ISahitsComponent
 class AbstractEditableSahitsComponent<T>
          Component that can hold a single value that can be edited.
 class AbstractMultiselectableComponent<T>
           
 class AbstractSahitsComponent
           
 class AbstractSelectableComponent
           
 class Button
           
 class Label
           
 class RadioButton
          Implementable selecteable Radio button.
 class Slider
          A slider component.
 class Spinner
           
 class TextInput
           
 

Fields in ch.sahits.game.graphic.layout with type parameters of type ISahitsComponent
private  Hashtable<ISahitsComponent,MaximalGridLayoutConstraints> SahitsMaximalGridLayout.compTable
           
 

Methods in ch.sahits.game.graphic.layout with parameters of type ISahitsComponent
 void SahitsMaximalGridLayout.addLayoutComponent(ISahitsComponent comp, ISahitsLayoutConstraint constraints)
          Adding a ISahitsComponent with a MaximalGridLayoutConstraints
 MaximalGridLayoutConstraints SahitsMaximalGridLayout.getConstraints(ISahitsComponent comp)
          Gets the constraints for the specified ISahitsComponent.
 void SahitsMaximalGridLayout.setConstraints(ISahitsComponent comp, MaximalGridLayoutConstraints constraints)
          Sets the constraints for the specified ISahitsComponent in this layout.
 



Copyright © 2011 Sahits GmbH. All Rights Reserved.