com.jgoodies.uifextras.convenience
Class DefaultAboutToolView

java.lang.Object
  extended by com.jgoodies.uif.AbstractView
      extended by com.jgoodies.uifextras.convenience.DefaultAboutToolView

public class DefaultAboutToolView
extends com.jgoodies.uif.AbstractView

Provides the default tool card in the default about dialog.

Version:
$Revision: 1.12 $
Author:
Karsten Lentzsch
See Also:
DefaultAboutDialog

Constructor Summary
DefaultAboutToolView()
           
 
Method Summary
protected  JComponent buildAcknowledgementsPanel()
          Builds and returns the acknowledgements panel.
protected  JComponent buildPanel()
          Builds the panel.
protected  String getAcknowledgementsText()
           
protected  void initComponents()
          Creates and configures the UI components.
 
Methods inherited from class com.jgoodies.uif.AbstractView
getPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAboutToolView

public DefaultAboutToolView()
Method Detail

initComponents

protected void initComponents()
Creates and configures the UI components.


buildPanel

protected JComponent buildPanel()
Builds the panel.

Specified by:
buildPanel in class com.jgoodies.uif.AbstractView

buildAcknowledgementsPanel

protected JComponent buildAcknowledgementsPanel()
Builds and returns the acknowledgements panel.

Returns:
the acknowledgements subpanel

getAcknowledgementsText

protected String getAcknowledgementsText()


Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.