public class

LogFactor5InputDialog

extends LogFactor5Dialog
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ java.awt.Window
         ↳ java.awt.Dialog
           ↳ javax.swing.JDialog
             ↳ org.apache.log4j.lf5.viewer.LogFactor5Dialog
               ↳ org.apache.log4j.lf5.viewer.LogFactor5InputDialog

Class Overview

LogFactor5InputDialog Creates a popup input dialog box so that users can enter a URL to open a log file from.

Summary

Constants
int SIZE
[Expand]
Inherited Constants
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.WindowConstants
[Expand]
Inherited Fields
From class org.apache.log4j.lf5.viewer.LogFactor5Dialog
From class javax.swing.JDialog
From class java.awt.Dialog
Public Constructors
LogFactor5InputDialog(JFrame jframe, String title, String label)
Configures an input dialog box using a defualt size for the text field.
LogFactor5InputDialog(JFrame jframe, String title, String label, int size)
Configures an input dialog box.
Public Methods
String getText()
[Expand]
Inherited Methods
From class org.apache.log4j.lf5.viewer.LogFactor5Dialog
From class javax.swing.JDialog
From class java.awt.Dialog
From class java.awt.Window
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.RootPaneContainer

Constants

public static final int SIZE

Constant Value: 30 (0x0000001e)

Public Constructors

public LogFactor5InputDialog (JFrame jframe, String title, String label)

Configures an input dialog box using a defualt size for the text field. param jframe the frame where the dialog will be loaded from. param title the title of the dialog box. param label the label to be put in the dialog box.

public LogFactor5InputDialog (JFrame jframe, String title, String label, int size)

Configures an input dialog box. param jframe the frame where the dialog will be loaded from. param title the title of the dialog box. param label the label to be put in the dialog box. param size the size of the text field.

Public Methods

public String getText ()