Venice 0.7beta

Package org.mov.ui

Provides functionality to control the user interface.

See:
          Description

Interface Summary
ModuleListener Interface for classes that are listening for module events.
ProgressDialog This interface defines the functions that a progress dialog class should have.
TwoWayComparable A version of the Comparable interface which allow objects to be sorted differently in forward and backwards order.
 

Class Summary
AbstractQuoteModel Helper for constructing quote table models.
AbstractTable Helper for constructing tables.
AbstractTableModel Helper for constructing table models.
AccountNameFormat This class describes how to display and sort the name of portfolio accounts in the table.
ChangeFormat An abstract representation of the concept of Change.
Column Representation of a column in a table.
ConfirmDialog Replacement dialog for Java's JOptionPane InternalConfirmDialog
CurrencyComboBox Extension of JComboBox used for displaying a list of available currencies in the applciation.
DesktopManager This class manages activities to do with internal frames on the desktop
EditorDialog  
EODQuoteModel Table model to display end of day quotes to the user.
ExpressionColumn Representation of an expression column in a table.
ExpressionColumnDialog A dialog which allows the user to set the user column expressions in a table.
ExpressionComboBox Extension of JComboBox used for displaying an editable expression field in the venice application.
ExpressionDialog A dialog for querying the user for an expression string.
ExpressionEditorDialog A dialog for adding, editing and viewing stored expressions.
ExpressionQuery A dialog used for querying the user for an expression string.
ExpressionResult Representation of a result to be displayed in an ExpressionColumn.
GPLViewDialog Displays a dialog showing the GPL (General Public License).
GridBagHelper GridBagHelper is a class that makes it easier to create form user interfaces.
MacroEditor  
MainMenu The main menu of the application.
MenuHelper MenuHelper is a class that makes it easier to add menu items to a menu.
MixedQuoteModel Table model to display a mixture of end of day and intra-day quotes to the user.
ModuleEvent Representation of an event indicating that a module has been added, removed or renamed.
NumberDialog Dialog for querying the user for numbers.
PointChangeFormat Representation of a quote's point change for display in a table.
PrimaryProgressDialog This class is the only instance of a progress dialog in venice.
ProgressBarUI  
ProgressDialogManager This class controls progress dialog creation/deletion in venice.
QuoteFormat Representation of a quote value for display in a table.
SecondaryProgressDialog This class is a proxy to the PrimaryProgressDialog class.
SortedListModel  
SortedTable Table that allows the user to sort by column by clicking on the column's table header
SymbolListComboBox A JComboBox which allows the user to choose from a selection of symbol lists.
SymbolListDialog A set of dialogs used for querying the user for commodities either by name or symbol.
TextDialog Replacement dialog for Java's JOptionPane dialog for querying the user to enter a text field.
TextsEditorDialog  
TextViewDialog A dialog which display a text document to the user.
TradingDateDialog Dialog for querying the user for a date.
 

Package org.mov.ui Description

Provides functionality to control the user interface.


Venice 0.7beta