Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.rollover |
Modifier and Type | Method | Description |
---|---|---|
protected RolloverProducer |
JXList.createRolloverProducer() |
Creates and returns the RolloverProducer to use with this tree.
|
protected RolloverProducer |
JXTable.createRolloverProducer() |
Creates and returns the RolloverProducer to use with this component.
|
protected RolloverProducer |
JXTree.createRolloverProducer() |
Creates and returns the RolloverProducer to use with this tree.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ListRolloverProducer |
List-specific implementation of RolloverProducer.
|
class |
TableRolloverProducer |
Table-specific implementation of RolloverProducer.
|
class |
TreeRolloverProducer |
Tree-specific implementation of RolloverProducer.
|
Copyright © 2018. All rights reserved.