|
|||||||||
| 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.JTable
com.pixelmed.dicom.AttributeListTableBrowser
public class AttributeListTableBrowser
The AttributeListTableBrowser class implements a Swing graphical user interface
to browse the contents of an AttributeListTableModel.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JTable |
|---|
JTable.AccessibleJTable, JTable.DropLocation, JTable.PrintMode |
| 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 |
|---|
| 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 | |
|---|---|
AttributeListTableBrowser(AttributeList list)
Build and display a graphical user interface view of a table of attributes. |
|
AttributeListTableBrowser(AttributeList list,
HashSet includeList,
HashSet excludeList)
Build and display a graphical user interface view of a table of attributes. |
|
AttributeListTableBrowser(AttributeListTableModel model)
Build and display a graphical user interface view of a table model. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
For testing. |
void |
setColumnWidths()
Called after setting the model to make sure that the cells (columns) are rendered with an appropriate width, with fudge factors to handle different platforms. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeListTableBrowser(AttributeListTableModel model)
Build and display a graphical user interface view of a table model.
model - the instance of the table modelpublic AttributeListTableBrowser(AttributeList list)
Build and display a graphical user interface view of a table of attributes.
Implicitly builds a model from the attribute list.
list - an attribute list
public AttributeListTableBrowser(AttributeList list,
HashSet includeList,
HashSet excludeList)
Build and display a graphical user interface view of a table of attributes.
Implicitly builds a model from the attribute list.
list - an attribute listincludeList - the list of attributes to includeexcludeList - the list of attributes to exclude| Method Detail |
|---|
public void setColumnWidths()
Called after setting the model to make sure that the cells (columns) are rendered with an appropriate width, with fudge factors to handle different platforms.
public static void main(String[] arg)
For testing.
Displays a table built from the attributes in the file named on the command line.
arg -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||