|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.bankframe.examples.devices.fe.ui.PrinterSubPanel1
public class PrinterSubPanel1
This class makes up the top panel of the PrinterEPanel class. It contains some graphical components that demonstrate how the Route service is called.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Field Summary | |
|---|---|
static String |
PRINT_NOW
|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
PrinterSubPanel1()
PrinterSubPanel1 constructor. |
|
PrinterSubPanel1(boolean isDoubleBuffered)
PrinterSubPanel1 constructor. |
|
PrinterSubPanel1(LayoutManager layout)
PrinterSubPanel1 constructor. |
|
PrinterSubPanel1(LayoutManager layout,
boolean isDoubleBuffered)
PrinterSubPanel1 constructor. |
|
| Method Summary | |
|---|---|
JButton |
getPrintButton()
Return the printButton property value. |
JLabel |
getPrinterTitleLabel()
Return the printerTitleLabel property value. |
JTextArea |
getPrintTextArea()
Return the printTextArea property value. |
static void |
main(String[] args)
This method is for testing only. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String PRINT_NOW
| Constructor Detail |
|---|
public PrinterSubPanel1()
public PrinterSubPanel1(LayoutManager layout)
layout - java.awt.LayoutManager
public PrinterSubPanel1(LayoutManager layout,
boolean isDoubleBuffered)
layout - java.awt.LayoutManagerisDoubleBuffered - booleanpublic PrinterSubPanel1(boolean isDoubleBuffered)
isDoubleBuffered - boolean| Method Detail |
|---|
public JTextArea getPrintTextArea()
public JButton getPrintButton()
public JLabel getPrinterTitleLabel()
public static void main(String[] args)
args - java.lang.String[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||