A C D F G J P R S

A

addActionListener(ActionListener) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Adds an ActionListener - listens for when the button has been pressed.
addChangeListener(ChangeListener) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Adds a ChangeListener - listens for when the value changes.
addChangeListener(ChangeListener) - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Adds a ChangeListener to the model's listener list.

C

com.sygem.swing.jpopupslider - package com.sygem.swing.jpopupslider
 

D

DIRECTION_DOWN - Static variable in class com.sygem.swing.jpopupslider.JPopupSlider
Draws the direction arrow pointing downwards
DIRECTION_LEFT - Static variable in class com.sygem.swing.jpopupslider.JPopupSlider
Draws the direction arrow pointing to the left
DIRECTION_RIGHT - Static variable in class com.sygem.swing.jpopupslider.JPopupSlider
Draws the direction arrow pointing to the right
DIRECTION_UP - Static variable in class com.sygem.swing.jpopupslider.JPopupSlider
Draws the direction arrow pointing upwards (default)

F

FULL_UP - Static variable in class com.sygem.swing.jpopupslider.JPopupSlider
Popup window will always be placed at the same position

G

getActionListeners() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns an array containing the ActionListeners registered against this popup slider.
getBarColor() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the Color used to draw the popup slider bar.
getChangeListeners() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns an array containing the ChangeListeners registered against this popup slider.
getChangeListeners() - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Returns an array of all the ChangeListeners added to this PopupNumberModel with addChangeListener().
getDirection() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the direction that the popup slider will appear, relative to the button.
getDisabledBorder() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the border used when the button is disabled.
getListeners(Class) - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Return an array of all the listeners of the given type that were added to this model.
getLoweredBorder() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the border used when the button is active and has been clicked on.
getMaximum() - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Returns the highest number in the model.
getMinimum() - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Returns the lowest number in this sequence.
getModel() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the model used for controlling the values of this popup sider.
getPopupHeight() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the height of the popup slider window
getPopupMode() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the popup mode of the slider.
getPopupOutlineColor() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the Color used to outline the popup slider window.
getPopupWidth() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the width of the popup slider window
getRaisedBorder() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns the border used when the button is active, but has not been clicked on.
getStepSize() - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Returns the size of the value used to draw step marks on the popup window.
getValue() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Gets the current value of this slider.
getValue() - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Returns the value of the popup slider.
getValueIsUpdating() - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Returns true if the value of the slider is currently being changed.

J

JPopupSlider - class com.sygem.swing.jpopupslider.JPopupSlider.
The main class of the JPopupSlider component.
JPopupSlider(double, double, double, double) - Constructor for class com.sygem.swing.jpopupslider.JPopupSlider
Constructs a new JPopupSlider with initial (double) values.
JPopupSlider(int, int, int, int) - Constructor for class com.sygem.swing.jpopupslider.JPopupSlider
Constructs a new JPopupSlider with initial (integer) values.
JPopupSlider(PopupNumberModel) - Constructor for class com.sygem.swing.jpopupslider.JPopupSlider
Constructs a new JPopupSlider based on the PopupNumberModel.
JPopupSlider() - Constructor for class com.sygem.swing.jpopupslider.JPopupSlider
Constructs a new JPopupSlider with default values.

P

PARTIAL_UP - Static variable in class com.sygem.swing.jpopupslider.JPopupSlider
Popup slider will be drawn level with the mouse pointer (default)
PopupNumberModel - class com.sygem.swing.jpopupslider.PopupNumberModel.
Specifies the model for storing the current value of a JPopupSlider.
PopupNumberModel(Number, Number, Number, Number) - Constructor for class com.sygem.swing.jpopupslider.PopupNumberModel
Constructs a PopupNumberModel that represents a closed sequence of numbers from minimum to maximum.
PopupNumberModel(int, int, int, int) - Constructor for class com.sygem.swing.jpopupslider.PopupNumberModel
Constructs a PopupNumberModel with the specified value, minimum/maximum bounds, and stepSize.
PopupNumberModel(double, double, double, double) - Constructor for class com.sygem.swing.jpopupslider.PopupNumberModel
Constructs a PopupNumberModel with the specified value, minimum/maximum bounds, and stepSize.
paintComponent(Graphics) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Overriden to enable the drawing of the direction arrow.

R

removeActionListener(ActionListener) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Removes an ActionListener.
removeChangeListener(ChangeListener) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Removes a ChangeListener from the model's listener list.

S

setBarColor(Color) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the color used to draw the bar indicating the slider value.
setDirection(int) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the direction that the popup slider will appear, relative to the button.
setDisabledBorder(Border) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the border to be shown when the button is disabled.
setEnabled(boolean) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets whether or not this component is enabled.
setLoweredBorder(Border) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the border to be shown when the button is active and has been clicked on.
setMaximum(Number) - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Changes the upper bound for numbers in this model.
setMinimum(Number) - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Changes the lower bound for numbers in this model.
setModel(PopupNumberModel) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the PopupNumberModel used to control this popup slider.
setPopupHeight(int) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the height of the popup slider window.
setPopupMode(int) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the popup mode of the slider.
setPopupOutlineColor(Color) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the color used to outline the popup window.
setPopupWidth(int) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the width of the popup slider window.
setRaisedBorder(Border) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the border to be shown when the button is active, but not clicked on.
setStepSize(Number) - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Changes the distance at which step marks are drawn on the popup window.
setValue(Object) - Method in class com.sygem.swing.jpopupslider.JPopupSlider
Sets the value of this popup slider.
setValue(Object) - Method in class com.sygem.swing.jpopupslider.PopupNumberModel
Sets the current value for this popup slider.

A C D F G J P R S

Copyright © 2004 SyGem Software. All Rights Reserved.