org.netbeans.modules.xml.xam.ui.column |
|
Java Source File Name | Type | Comment |
ArrowBorder.java | Class | Border that draws an arrow on the right side, pointing to the right. |
BasicColumnView.java | Class | A Swing widget with a horizontal splitter layout. |
Column.java | Interface | A Column repesents a visual component in a ColumnView. |
ColumnListCellRenderer.java | Class | Renders the components in the list view. |
ColumnListView.java | Class | This is a slightly hackish solution to get the ListView to show the
context menu of the root node if the user clicks in the area below
the last list node.
Note that we ignore the performObjectAt() method since we don't
have a need for that functionality. |
ColumnProvider.java | Interface | A ColumnProvider provides a Column to be displayed in a column view. |
ColumnView.java | Interface | A ColumnView contains one or more Column instances, and manages their
display in terms of providing a scrollable view. |
LinkButton.java | Class | A button that looks and feels like a hyperlink.
Based on HtmlTextLinkButton from ide/welcome module in
NetBeans IDE.
author: S. |
LinkPanel.java | Class | Contains and manages the link buttons that act as bread crumbs
for quickly browsing an instance of ColumnView. |
TimerButton.java | Class | A convenience button class which will continue re-firing its action
on a timer for as long as the button is depressed. |