Java 6 SE Platform
6.0
Home
A B C D G L M P R S U

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.

B

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.
clipboard - Static variable in class com.woven_media.gui.menu.AbstractPopup
 
com.woven_media.gui.menu - package com.woven_media.gui.menu
 
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.

G

getClipboard() - Method in class com.woven_media.gui.menu.AbstractPopup
Sets the clipboard member if security checks are passed.

L

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
 

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.
menuItems - Variable in class com.woven_media.gui.menu.AbstractPopup
 
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

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.

R

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.

S

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.

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.

A B C D G L M P R S U
Java 6 SE Platform
6.0
Home

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