dip.gui
Class F2FOrderDisplayPanel.F2FState

java.lang.Object
  extended bydip.gui.F2FOrderDisplayPanel.F2FState
Enclosing class:
F2FOrderDisplayPanel

public static class F2FOrderDisplayPanel.F2FState
extends java.lang.Object

The F2F State, for saving


Constructor Summary
F2FOrderDisplayPanel.F2FState(Power currentPower, boolean[] tabState)
          Create an F2FState object
 
Method Summary
 Power getCurrentPower()
          The current power (or null) who is entering orders.
 boolean[] getTabState()
          The submission state of the displayed tabs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F2FOrderDisplayPanel.F2FState

public F2FOrderDisplayPanel.F2FState(Power currentPower,
                                     boolean[] tabState)
Create an F2FState object

Method Detail

getCurrentPower

public Power getCurrentPower()
The current power (or null) who is entering orders.


getTabState

public boolean[] getTabState()
The submission state of the displayed tabs. (including the 'all' tab)



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.