|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUpdatePhaseTable
public class UpdatePhaseTable
Handles updates to the table of phases present in the equilibrium assemblage. Controls entries of the phase popup menu, which in turn determines phases available for peroperties display.
Constructor Summary | |
---|---|
UpdatePhaseTable(rock.dRock rockRef,
PhaseTableModel pTableModel,
javax.swing.JComboBox phasePopupMenu)
Creates the GUI and initializes the class. |
Method Summary | |
---|---|
void |
update()
Updates the phase table and the phase popup menu. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdatePhaseTable(rock.dRock rockRef, PhaseTableModel pTableModel, javax.swing.JComboBox phasePopupMenu)
rockRef
- Instance of server-side rock object.pTableModel
- Instance of a PhaseTableModel class to populate and control. Must exist prior to instantiating this class.phasePopupMenu
- Instance of a JComboBox class to populate and control. Must exist prior to instantiating this class.Method Detail |
---|
public void update()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |