|
|||||||||
| 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.DataPanel
public class DataPanel
The DataListPanel and DataPanel combine to create lists of categories/views etc.
CardPanel,
DataListPanel,
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 | |
|---|---|
JComboBox[] |
barsComboBox
Comboboxes used for choosing datasets in the view list. |
JButton |
brushingButton
A brushing button. |
JPanel |
buttonsPanel
Subpanel used for layout. |
JPanel |
centerPanel
Subpanel used for layout. |
ColorChooserButton |
colorButton
A button used for choosing color. |
JPanel |
eastPanel
Subpanel used for layout. |
JCheckBox |
enableBox
Enable check box. |
JButton |
foldButton
A fold button. |
JComboBox[] |
histComboBox
Comboboxes used for choosing datasets in the view list. |
boolean |
isFolded
True if the panel is folded. |
String |
labelText
A text label. |
JPanel |
leftPanel
Subpanel used for layout. |
JComboBox |
nodeComboBox
Comboboxes used for choosing datasets in the view list. |
DataListPanel |
parent
The parent DataListPanel of this DataPanel. |
JComboBox |
relsComboBox
Comboboxes used for choosing datasets in the view list. |
JPanel |
rightPanel
Subpanel used for layout. |
JPanel |
settingsPanel
Subpanel used for layout. |
JPanel |
tinyPanel
TinyPanel used for layout. |
JLabel |
title
A title. |
JPanel |
topPanel
Subpanel used for layout. |
int |
type
The type of this DataPanel. |
ViewPanel |
view
A view panel. |
JPanel |
westPanel
Subpanel used for layout. |
| 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 | |
|---|---|
DataPanel(String labelText,
Color c,
DataListPanel parent)
Creates a DataPanel. |
|
DataPanel(String labelText,
DataListPanel parent)
Creates a DataPanel. |
|
DataPanel(String labelText,
DataListPanel parent,
ViewPanel view)
Creates a DataPanel. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Called when an ActionEvent is triggered. |
void |
categorySettings()
Creates the content in the category settings panel. |
void |
fold()
Folds the panel. |
void |
nodeSettings()
Creates the content in the node settings panel. |
void |
relationSettings()
Creates the content in the relations settings panel. |
void |
setComboBoxIndexes()
Deprecated. |
void |
setup(String labelText,
Color c,
DataListPanel parent)
Sets up the panel. |
void |
unfold()
Unfolds the panel. |
void |
viewSettings()
Creates the content in the view settings panel. |
| 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 |
|---|
public JPanel eastPanel
public JPanel centerPanel
public JPanel westPanel
public JPanel topPanel
public JPanel settingsPanel
public JPanel buttonsPanel
public JPanel leftPanel
public JPanel rightPanel
public JCheckBox enableBox
public JButton foldButton
public JButton brushingButton
public JLabel title
public JPanel tinyPanel
public boolean isFolded
public ColorChooserButton colorButton
public String labelText
public DataListPanel parent
public int type
public JComboBox nodeComboBox
public JComboBox relsComboBox
public JComboBox[] barsComboBox
public JComboBox[] histComboBox
public ViewPanel view
| Constructor Detail |
|---|
public DataPanel(String labelText,
DataListPanel parent,
ViewPanel view)
labelText - The title of this panel.parent - The parent DataListPanel of this panel.view - An associated ViewPanel.
public DataPanel(String labelText,
DataListPanel parent)
labelText - The title of this panel.parent - The parent DataListPanel of this panel.
public DataPanel(String labelText,
Color c,
DataListPanel parent)
labelText - The title of this panel.parent - The parent DataListPanel of this panel.c - A default color for a colorChooserButton.| Method Detail |
|---|
public void setup(String labelText,
Color c,
DataListPanel parent)
labelText - The title of this panel.parent - The parent DataListPanel of this panel.c - A default color for a colorChooserButton.public void categorySettings()
public void viewSettings()
public void nodeSettings()
public void relationSettings()
public void fold()
public void unfold()
public void setComboBoxIndexes()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - The ActionEvent which triggered the event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||