|
||||||||||
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.fe.ui.RouteSubPanel1
public class RouteSubPanel1
This class makes up the top panel of the RouteEPanel 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 |
FIND_ALL_ROUTES
|
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 | |
---|---|
RouteSubPanel1()
RouteSubPanel1 constructor. |
|
RouteSubPanel1(boolean isDoubleBuffered)
RouteSubPanel1 constructor. |
|
RouteSubPanel1(LayoutManager layout)
RouteSubPanel1 constructor. |
|
RouteSubPanel1(LayoutManager layout,
boolean isDoubleBuffered)
RouteSubPanel1 constructor. |
Method Summary | |
---|---|
JLabel |
getArrowLabel()
Return the arrowLabel property value. |
JTextArea |
getInfoTextArea()
Return the infoTextArea property value. |
JLabel |
getLogoLabel()
Return the logoLabel property value. |
JButton |
getRouteButton()
Return the routeButton property value. |
JLabel |
getRouteTitleLabel()
Return the routeTitleLabel 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 FIND_ALL_ROUTES
Constructor Detail |
---|
public RouteSubPanel1()
public RouteSubPanel1(LayoutManager layout)
layout
- java.awt.LayoutManagerpublic RouteSubPanel1(LayoutManager layout, boolean isDoubleBuffered)
layout
- java.awt.LayoutManagerisDoubleBuffered
- booleanpublic RouteSubPanel1(boolean isDoubleBuffered)
isDoubleBuffered
- booleanMethod Detail |
---|
public JLabel getArrowLabel()
public JTextArea getInfoTextArea()
public JLabel getLogoLabel()
public JButton getRouteButton()
public JLabel getRouteTitleLabel()
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 |