Java 6 SE Platform
6.0
Home
A B C D F G H I J L M P R S T U W

A

AbstractPopup - Class in com.woven_media.gui.menu
AbstractPopup class provides an abstraction for javax.swing.JPopup menus.
AbstractPopup(Component, Component) - Constructor for class com.woven_media.gui.menu.AbstractPopup
Class constructor sets the java.awt.Component parent member with a reference to this instance's parent component.
actionPerformed(ActionEvent) - Method in class camickr.ShowUIDefaults
Handles events as specified by the java.awt.event.ActionListener interface.
actionPerformed(ActionEvent) - Method in class com.woven_media.gui.menu.AbstractPopup
Abstraction based on the Template Pattern that handles events for cut, copy and paste commands.
active - Variable in class camickr.RowHeightResizer
 
addComponentTabs(JTabbedPane, Map<Object, Object>) - Method in class camickr.ShowUIDefaults
Adds this window's component tabs and builds the table model of mapped components.

B

basic - Variable in class camickr.ShowUIDefaults
 
border - Variable in class camickr.BorderAdapter
 
BorderAdapter - Class in camickr
BorderAdapter class handles this instance's displaying of javax.swing.border.Border objects.
BorderAdapter(Border, String) - Constructor for class camickr.BorderAdapter
Class constructor sets an instance of the javax.swing.Border interface and a java.lang.String containing the qualified javax.swing.JComponent class name.
buildMenu() - Method in class camickr.UIDefaultsPopup
Overrides parent method and disables cut action - not needed for this application.
buildMenu() - Method in class com.woven_media.gui.menu.AbstractPopup
Builds the popup by grabbing the resource strings for the menu commands, setting the action commands and adding the java.awt.event.ActionListener event handler.

C

camickr - package camickr
 
checkClipboardAccess() - Method in class com.woven_media.gui.menu.AbstractPopup
Checks to see if a java.lang.SecurityManager is installed.
classic - Variable in class camickr.ShowUIDefaults
 
clipboard - Static variable in class com.woven_media.gui.menu.AbstractPopup
 
color - Variable in class camickr.ColorIcon
 
ColorIcon - Class in camickr
ColorIcon class handles ColorIcon rendering and implements the javax.swing.Icon interface.
ColorIcon(Color) - Constructor for class camickr.ColorIcon
Sets this member's java.awt.Color reference.
columnNames - Variable in class camickr.ShowUIDefaults.MyTableModel
 
com.woven_media.gui.menu - package com.woven_media.gui.menu
 
component - Variable in class camickr.BorderAdapter
 
component - Variable in class camickr.IconAdapter
 
component - Variable in class com.woven_media.gui.menu.AbstractPopup
 
copy() - Method in class com.woven_media.gui.menu.AbstractPopup
Copies selected text to the system clipboard.
copy() - Method in class com.woven_media.gui.menu.CutNPastePopup
Copies selected text to the system clipboard.
cut() - Method in class com.woven_media.gui.menu.AbstractPopup
Clears text and transfers data to the system clipboard.
cut() - Method in class com.woven_media.gui.menu.CutNPastePopup
Clears text and transfers data to the system clipboard.
CutNPastePopup - Class in com.woven_media.gui.menu
CutNPastePopup class provides a popup menu which implements cut, copy and paste commands by extending com.woven_media.gui.menu.AbstractPopup class.
CutNPastePopup(JFrame, JTextField) - Constructor for class com.woven_media.gui.menu.CutNPastePopup
Class constructor sets the parent member with reference to this instance's parent java.awt.Component and a component reference to a javax.swing.JTextField component.

D

done() - Method in class camickr.RowHeightResizer
Checks for null table reference, returns and does nothing if true; otherwise, the mouse listeners are removed.

F

findKeys(Class) - Static method in class camickr.Listing
Finds the keys in the javax.swing.UIDefaults collection for a particular class and sorts the keys using the java.util.Collections#sort method.
findRestKeys(Class[]) - Static method in class camickr.Listing
Finds the rest of the keys in the javax.swing.UIDefaults collection and sorts the keys using Collections#sort.
frame - Variable in class camickr.ShowUIDefaults
 

G

getBorderInsets(Component) - Method in class camickr.BorderAdapter
Accessor for border's java.awt.Insets.
getClipboard() - Method in class com.woven_media.gui.menu.AbstractPopup
Sets the clipboard member if security checks are passed.
getColumnClass(int) - Method in class camickr.ShowUIDefaults.MyTableModel
 
getColumnCount() - Method in class camickr.ShowUIDefaults.MyTableModel
 
getColumnName(int) - Method in class camickr.ShowUIDefaults.MyTableModel
 
getComponentMap(Map<Object, Object>, String) - Method in class camickr.ShowUIDefaults
Returns an java.util.Map object of this collection's components.
getIconHeight() - Method in class camickr.ColorIcon
Returns the icon height.
getIconHeight() - Method in class camickr.IconAdapter
Accessor for icon pixel height.
getIconWidth() - Method in class camickr.ColorIcon
Returns the icon width.
getIconWidth() - Method in class camickr.IconAdapter
Accessor for icon pixel width.
getRowCount() - Method in class camickr.ShowUIDefaults.MyTableModel
 
getTabbedPane() - Method in class camickr.ShowUIDefaults
Parses the javax.swing.UIDefaults collection and returns the tabbed pane view for this window.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class camickr.ShowUIDefaults.SampleRenderer
Returns this table cell's renderer component.
getTypesCombo(JPanel) - Static method in class camickr.Listing
Returns the types javax.swing.JComboBox listing of all the LAF properties and resources.
getValueAt(int, int) - Method in class camickr.ShowUIDefaults.MyTableModel
 

H

host - Variable in class com.woven_media.gui.menu.AbstractPopup
 
host - Variable in class com.woven_media.gui.menu.CutNPastePopup
 

I

icon - Variable in class camickr.IconAdapter
 
IconAdapter - Class in camickr
IconAdapter class handles this instance's painting of javax.swing.ImageIcon and javax.swing.Icon interface objects.
IconAdapter(Icon, String) - Constructor for class camickr.IconAdapter
Class constructor sets an instance of the javax.swing.Icon interface and a java.lang.String containing the qualified javax.swing.JComponent class name.
init() - Method in class com.woven_media.gui.menu.AbstractPopup
 
isBorderOpaque() - Method in class camickr.BorderAdapter
Returns the boolean value of the border#isBorderOpaque method.
isMouseOverRowMargin(Point) - Method in class camickr.RowHeightResizer
Indicates whether mouse is over the row margin.

J

jamf - Variable in class camickr.ShowUIDefaults
 

L

lastCursor - Variable in class camickr.RowHeightResizer
 
Listing - Class in camickr
Listing class categorizes and lists the key/value pairs contained within the javax.swing.UIDefaults collection.
Listing() - Constructor for class camickr.Listing
 
Listing.ComponentMaker - Class in camickr
Statically creates a javax.swing.JLabel object and returns this object as javax.swing.JComponent.
Listing.ComponentMaker() - Constructor for class camickr.Listing.ComponentMaker
 

M

main(String[]) - Static method in class camickr.Listing
 
main(String[]) - Static method in class camickr.ShowUIDefaults
Starts the app synchronously on the EDT so this program can run in a seperate thread.
make(Object, Object) - Method in class camickr.Listing.ComponentMaker
 
makers - Static variable in class camickr.Listing
Component factory creates an array of ComponentMaker objects of all the categorized UI types.
menuItems - Variable in class com.woven_media.gui.menu.AbstractPopup
 
metal - Variable in class camickr.ShowUIDefaults
 
motif - Variable in class camickr.ShowUIDefaults
 
mouseDragged(MouseEvent) - Method in class camickr.RowHeightResizer
Detects dragged event for this mouse event.
mouseMoved(MouseEvent) - Method in class camickr.RowHeightResizer
Detects mouse movements.
mousePressed(MouseEvent) - Method in class camickr.RowHeightResizer
Detects mouse-pressed events.
mouseReleased(MouseEvent) - Method in class camickr.RowHeightResizer
Detects mouse released event.
mouseReleased(MouseEvent) - Method in class camickr.UIDefaultsResizer
Detects mouse released event and sets the row back to its original height after a row has been resized.

P

paintBorder(Component, Graphics, int, int, int, int) - Method in class camickr.BorderAdapter
Paints border at this x, y location.
paintIcon(Component, Graphics, int, int) - Method in class camickr.ColorIcon
Renders the icon.
paintIcon(Component, Graphics, int, int) - Method in class camickr.IconAdapter
Paints icon at this x, y location.
paste() - Method in class com.woven_media.gui.menu.AbstractPopup
Transfers data from the system clipboard.
paste() - Method in class com.woven_media.gui.menu.CutNPastePopup
Transfers data from the system clipboard to this instance's member component.
PIXELS - Static variable in class camickr.RowHeightResizer
 

R

resizeCursor - Static variable in class camickr.RowHeightResizer
 
row - Variable in class camickr.RowHeightResizer
 
rowData - Variable in class camickr.ShowUIDefaults.MyTableModel
 
RowHeightResizer - Class in camickr
RowHeightResizer class provides support for resizing rows in a javax.swing.JTable and extends javax.swing.event.MouseInputAdapter.
RowHeightResizer(JTable) - Constructor for class camickr.RowHeightResizer
Class constructor sets the reference to this table and adds mouse listeners to this component.
rowSelectionAllowed - Variable in class camickr.RowHeightResizer
 

S

sampleRenderer - Variable in class camickr.ShowUIDefaults
 
setValueAt(Object, int, int) - Method in class camickr.ShowUIDefaults.MyTableModel
 
ShowUIDefaults - Class in camickr
ShowUIDefaults class lists all of the various properties found in the javax.swing.UIDefaults LAF collection and presents the data in a javax.swing.JTable and categorized tabbed pane view.
ShowUIDefaults(String) - Constructor for class camickr.ShowUIDefaults
Class constructor sets this window's titlebar string; sets up the tabbed pane layout; instantiates the javax.swing.JButton objects and sets this instance's javax.swing.JFrame member.
ShowUIDefaults.MyTableModel - Class in camickr
MyTableModel class builds the javax.swing.JTable table model for this table.
ShowUIDefaults.MyTableModel(Object[][], String[]) - Constructor for class camickr.ShowUIDefaults.MyTableModel
 
ShowUIDefaults.SampleRenderer - Class in camickr
SampleRenderer class provides a renderer for painting this javax.swing.JTable cell's font, color and icon objects.
ShowUIDefaults.SampleRenderer() - Constructor for class camickr.ShowUIDefaults.SampleRenderer
Class constructor calls parent constructor, sets the horizontal alignment to centered and sets up the background.
startHeight - Variable in class camickr.RowHeightResizer
 
startY - Variable in class camickr.RowHeightResizer
 

T

tabbedPane - Variable in class camickr.ShowUIDefaults
 
table - Variable in class camickr.RowHeightResizer
 
table - Variable in class camickr.UIDefaultsResizer
 
textComponent - Variable in class com.woven_media.gui.menu.CutNPastePopup
 

U

UIDefaultsPopup - Class in camickr
Provides an implementation-specific popup menu with copy/paste support for Camickr's ShowUIDefaults LAF viewer.
UIDefaultsPopup(JFrame, JTextField) - Constructor for class camickr.UIDefaultsPopup
Class constructor builds popup menu with disabled cut option for camicker's ShowUIDefaults app.
UIDefaultsResizer - Class in camickr
UIDefaultsResizer class handles setting the javax.swing.JTable row heights back to default size after a table cell has been resized in Camicker's ShowUIDefaults.
UIDefaultsResizer(JTable) - Constructor for class camickr.UIDefaultsResizer
Class constructor passes the javax.swing.JTable to this instance's super class constructor.

W

windows - Variable in class camickr.ShowUIDefaults
 

A B C D F G H I J L M P R S T U W
Java 6 SE Platform
6.0
Home

API documentation written, prepared and compiled by Brent Allen Parrish, woven-media.com, 15 May 2008