JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
jarmos.app.misc.rb.IndexedSeekBar Class Reference

Utility class for a seekbar with index. More...

Inheritance diagram for jarmos.app.misc.rb.IndexedSeekBar:

Public Member Functions

 IndexedSeekBar (Context c)
 
void setIndex (int index_in)
 
int getIndex ()
 

Detailed Description

Utility class for a seekbar with index.

This class has been taken from the original rbAppMIT package and modified to fit into the current JaRMoS framework

Author
Daniel Wirtz
Date
07.08.2013

Definition at line 15 of file IndexedSeekBar.java.

Constructor & Destructor Documentation

jarmos.app.misc.rb.IndexedSeekBar.IndexedSeekBar ( Context  c)

Definition at line 19 of file IndexedSeekBar.java.

Member Function Documentation

int jarmos.app.misc.rb.IndexedSeekBar.getIndex ( )

Definition at line 29 of file IndexedSeekBar.java.

void jarmos.app.misc.rb.IndexedSeekBar.setIndex ( int  index_in)

Definition at line 25 of file IndexedSeekBar.java.


The documentation for this class was generated from the following file: