Package de.uni_leipzig.cvk.gui

Provides the classes which implement the Swing components for the Application.

See:
          Description

Class Summary
Application The Application class is used to build all Swing components with all other classes in this package and with a Model instance to get all necessary data.
Application.MenuArrowIcon Adding an arrow to Icon
Application.MenuToggleButton Adding JPopupMenu to JToolBar-Button
ClusterPanel It's an Observer JPanel for settings and configurations of a ClusterAlgorithm.
GraphStatisticPanel It's an Observer JPanel to show graph statistics.
LogPanel It's an Observer JPanel to show logs to the application with LogPanel.showLog(String) method.
LogPanelHandler The singleton LogPanelHandler class is a Handler to log to a LogPanel member instance.
Main  
 

Package de.uni_leipzig.cvk.gui Description

Provides the classes which implement the Swing components for the Application. The Application has all other classes in this package and represents the primary class of the Swing gui. It provides a Handler to handle data to the LogPanel class.