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

Utility class for a button that has an index attached. More...

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

Public Member Functions

 IndexedButton (Context c)
 
void setIndex (int i)
 
int getIndex ()
 

Detailed Description

Utility class for a button that has an index attached.

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 IndexedButton.java.

Constructor & Destructor Documentation

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

Definition at line 19 of file IndexedButton.java.

Member Function Documentation

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

Definition at line 28 of file IndexedButton.java.

void jarmos.app.misc.rb.IndexedButton.setIndex ( int  i)

Definition at line 24 of file IndexedButton.java.


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