See: Description
Interface | Description |
---|---|
BasicCollapsiblePanel.CollapseListener | |
FileUtil |
Provides a platform-dependent way to open files.
|
GravityTracker |
This interface sepecifies a tracker that will be used to insert items (submenus, menu items
and separators) into a menu based on their "gravity" or "weight".
|
IconManager |
Interface that provides constants for simple icons that can be used by Cytoscape and third party apps in order to
create a more consistent GUI.
|
OpenBrowser |
A utility provided as an OSGi service for opening
a web browser.
|
TreeTableModel |
TreeTableModel is the model used by a JTreeTable.
|
Class | Description |
---|---|
AbstractCellEditor |
An abstract, convenience implementation of a Cell Editor that
really only adds event listener support.
|
AbstractTreeTableModel |
An abstract implementation of the TreeTableModel interface, handling the list
of listeners.
|
BasicCollapsiblePanel |
A user-triggered collapsible panel containing the component (trigger) in the
titled border
|
CheckBoxJList |
This class is based on CheckBoxJList: from SWING HACKS
ISBN: 0-596-00907-0
By Joshua Marinacci, Chris Adamson
|
ColorButton |
JButton that opens a Color Chooser when clicked and shows the previously set color as an icon.
|
ColumnResizer |
Automatically resize column based on the objects in the cell.
|
CyColorChooser |
This is an annoying re-implementation of JColorChooser.showDialog() that remembers
recently used colors between invocations of the chooser dialog.
|
DropDownMenuButton |
Button with drop down menu.
|
FileChooserFilter |
Used to hold extension(s) of acceptable file types and a short description of
them.
|
JMenuTracker |
A class that creates and manages hierarchies of JMenu objects.
|
JStatusBar |
Simple status bar with 3 fields.
|
JTreeTable |
This example shows how to create a simple JTreeTable component, by using a
JTree as a renderer (and editor) for the cells in a particular column in the
JTable.
|
LookAndFeelUtil |
Class that provides useful methods to help create standard and consistent UI on the current Look and Feel and OS.
|
MenuGravityTracker |
This class inserts menu items and separators in a menu based on their "gravity".
|
PopupMenuGravityTracker |
This class inserts menu items and separators in a menu based on their "gravity".
|
TreeTableModelAdapter |
This is a wrapper class takes a TreeTableModel and implements
the table model interface.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.