|
|||||||||
| 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.ericsson.tic.vi.CardPanel
public class CardPanel
The card panel holds "cards" or subpanels of type DataListPanel.
CardLayout,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
private JPanel |
cardsPanel
A panel used for layout. |
DataListPanel |
categoriesCard
A list panel. |
static int |
CATEGORY
ID for the categories panel. |
static int |
NODE
ID for the nodes panel. |
JPanel |
nodesCard
Placeholder panels. |
static int |
REL
ID for the relations panel. |
JPanel |
relationsCard
Placeholder panels. |
private JPanel |
topPanel
A panel used for layout. |
static int |
VIEW
ID for the view panel. |
DataListPanel |
viewsCard
A list panel. |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, 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 | |
|---|---|
CardPanel()
Creates a card panel. |
|
| Method Summary | |
|---|---|
void |
itemStateChanged(ItemEvent evt)
Called when an ItemEvent is triggered. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private JPanel topPanel
private JPanel cardsPanel
public DataListPanel categoriesCard
public DataListPanel viewsCard
public JPanel nodesCard
public JPanel relationsCard
public static final int CATEGORY
public static final int NODE
public static final int REL
public static final int VIEW
| Constructor Detail |
|---|
public CardPanel()
| Method Detail |
|---|
public void itemStateChanged(ItemEvent evt)
itemStateChanged in interface ItemListenerevt - The ItemEvent which triggered the event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||