Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jgoodies.looks.demo
Class DialogsTab  view DialogsTab download DialogsTab.java

java.lang.Object
  extended bycom.jgoodies.looks.demo.DialogsTab

final class DialogsTab
extends java.lang.Object

Contains a bunch of buttons to open a bunch of standard dialogs.

Version:
$Revision: 1.4 $

Field Summary
private  javax.swing.JButton chooseFileNativeButton
           
private  javax.swing.JButton chooseFileSwingButton
           
private  javax.swing.JButton errorButton
           
private  javax.swing.JButton informationButton
           
private  java.awt.Container parent
           
private  javax.swing.JButton questionButton
           
private  javax.swing.JButton warningButton
           
 
Constructor Summary
(package private) DialogsTab()
           
 
Method Summary
(package private)  javax.swing.JComponent build(java.awt.Container aParent)
          Builds and returns the panel.
private  javax.swing.JPanel buildButtonBar()
          Builds and returns the message dialog button bar.
(package private)  javax.swing.JFrame getParentFrame()
           
private  void initComponents()
          Creates and configures the UI components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

private java.awt.Container parent

informationButton

private javax.swing.JButton informationButton

warningButton

private javax.swing.JButton warningButton

questionButton

private javax.swing.JButton questionButton

errorButton

private javax.swing.JButton errorButton

chooseFileNativeButton

private javax.swing.JButton chooseFileNativeButton

chooseFileSwingButton

private javax.swing.JButton chooseFileSwingButton
Constructor Detail

DialogsTab

DialogsTab()
Method Detail

initComponents

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


build

javax.swing.JComponent build(java.awt.Container aParent)
Builds and returns the panel.


buildButtonBar

private javax.swing.JPanel buildButtonBar()
Builds and returns the message dialog button bar.


getParentFrame

javax.swing.JFrame getParentFrame()