A C D G I J S T

A

addIconImage(Image) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Adds a new image to be displayed on the icon panel.
addTipChangeListener(TipChangeListener) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Adds a TipChangeListener.
addTipShowListener(TipShowListener) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Adds a TipShowListener.

C

com.sygem.swing.jtipoftheday - package com.sygem.swing.jtipoftheday
 

D

displayNextIconImage() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Changes the display on the icon panel to the next available icon.

G

getHeaderFont() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns the font used to render the header text
getHeaderTitle() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns the current header text value.
getIconPanelRenderer() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns the current renderer assigned to the Icon Panel.
getIconPanelWidth() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns the width of the icon panel.
getIconPosition() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Gets the icon position.
getTipTextFont() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns the font used for displaying the tips
getWindowHeight() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns the height of the tip window.
getWindowTitle() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns the title of the tip window
getWindowWidth() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns the width of the tip window.

I

ICON_MIDDLE - Static variable in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Specifies that any icon should be located in the middle of the icon panel
ICON_THIRD - Static variable in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Specifies that any icon should be located a third of the way down from the top of the icon panel
ICON_TOP - Static variable in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Specifies that any icon should be located at the top of the icon panel
isAntiAliased() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns whether or not the tips dialog is drawn using anti-aliasing.
isPreviousButtonEnabled() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns whether or not the "Previous Tip" button has been enabled.
isScrollPaneVisible() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns TRUE if the tips panel is set to display a scrollbar for long tips.
isShowOnStartup() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Returns whether or not the tips dialog should be shown on startup.

J

JTipOfTheDay - class com.sygem.swing.jtipoftheday.JTipOfTheDay.
The JTipOfTheDay component provides an easy way to get startup tips into your application.
JTipOfTheDay(JFrame) - Constructor for class com.sygem.swing.jtipoftheday.JTipOfTheDay
Basic constructor, assumes the tips file will be called "tips.txt", and located in the current working directory.
JTipOfTheDay(JFrame, String) - Constructor for class com.sygem.swing.jtipoftheday.JTipOfTheDay
The version of the JTipOfTheDay constructor allows you to specify the location of the tips file.

S

setAntiAliased(boolean) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the tips dialog to be drawn using anti-aliasing, for smoother text and graphics.
setHeaderFont(Font) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the font used to render the header text
setHeaderTitle(String) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the value of the header text
setIconPanelRenderer(BackgroundRenderer) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the renderer for the Icon Panel (left panel).
setIconPanelWidth(int) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the width of the icon panel.
setIconPosition(int) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the position of images in the icon panel.
setInitialTipIndex(int) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the index of the tip to show when the dialog is displayed.
setPreviousButtonEnabled(boolean) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the "Previous Tip" button to be enabled/disabled.
setScrollPaneVisible(boolean) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the tips panel to display scrollbars for long tips.
setShowOnStartup(boolean) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the value used by the "Show Tips on Startup" checkbox.
setTipTextFont(Font) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the font used for displaying the tips.
setWindowHeight(int) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the height of the tip window.
setWindowTitle(String) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the title of the tip window
setWindowWidth(int) - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Sets the width of the tip window.
showTips() - Method in class com.sygem.swing.jtipoftheday.JTipOfTheDay
Displays the Tip Of The Day dialog.

T

TipChangeListener - class com.sygem.swing.jtipoftheday.TipChangeListener.
The TipChangeListener lets you register for clicks on the "Next" or "Previous" buttons.
TipChangeListener() - Constructor for class com.sygem.swing.jtipoftheday.TipChangeListener
 
TipShowListener - class com.sygem.swing.jtipoftheday.TipShowListener.
The TipShowListener lets you register for changes to the "Show Tips on Startup" variable.
TipShowListener() - Constructor for class com.sygem.swing.jtipoftheday.TipShowListener
 
tipIndexChanged(int) - Method in class com.sygem.swing.jtipoftheday.TipChangeListener
This method will be called when the user clicks on either the "Next" or "Previous" buttons.
tipShowChanged(boolean) - Method in class com.sygem.swing.jtipoftheday.TipShowListener
This method will be called when the user clicks on the "Show Tips on Startup" checkbox.

A C D G I J S T

Copyright © 2004 SyGem Software. All Rights Reserved.