A B C D E F G H I K L M N O P R S T U V W

A

AbstractCollectionBeanInfo - class com.netbreeze.swing.editors.AbstractCollectionBeanInfo.
 
AbstractCollectionBeanInfo() - Constructor for class com.netbreeze.swing.editors.AbstractCollectionBeanInfo
 
ActionButton - class com.netbreeze.swing.ActionButton.
A button that represents a javax.swing.Action.
ActionButton() - Constructor for class com.netbreeze.swing.ActionButton
 
ActionButton(Action) - Constructor for class com.netbreeze.swing.ActionButton
 
actionPerformed(ActionEvent) - Method in class com.netbreeze.bbowl.gui.BeanBowlPanel
 
actionPerformed(ActionEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
actionPerformed(ActionEvent) - Method in class com.netbreeze.swing.ClassConstructorsPanel
 
actionPerformed(ActionEvent) - Method in class com.netbreeze.swing.NumberField
Event handling routine
actionPerformed(ActionEvent) - Method in class com.netbreeze.swing.StaticMethodsPanel
 
actionPerformed(ActionEvent) - Method in class com.netbreeze.swing.ScrollButtonPanel
 
actionPerformed(ActionEvent) - Method in class com.netbreeze.swing.MethodsPanel
 
actionPerformed(ActionEvent) - Method in class com.netbreeze.swing.DateField
Event handling routine
actionPerformed(ActionEvent) - Method in class com.netbreeze.swing.ClassBrowserPanel
 
add(Component) - Method in class com.netbreeze.swing.PropertySheet
 
add(Object, JInternalFrame) - Method in class com.netbreeze.swing.InternalFrameCacher
 
add(Object, Object) - Method in class com.netbreeze.util.PairTable
 
add(String, Component) - Method in class com.netbreeze.swing.PropertySheet
 
addActionListener(ActionListener) - Method in class com.netbreeze.swing.ScrollButtonPanel
 
addBean(Object) - Method in class com.netbreeze.bbowl.BeanBowl
Adds the given object to the bean bowl, if it does not already exist.
addBean(Object) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
Adds a new bean, if it wasn't already there
addBean(Object) - Method in class com.netbreeze.swing.BeanTable
 
addBean(Object) - Method in interface com.netbreeze.swing.BeansContext
Adds a new bean, if it wasn't already there
addLayoutComponent(String, Component) - Method in class com.netbreeze.swing.VerticalLayout
Adds the specified component with the specified name to the layout.
addListener(BeansContextListener) - Method in class com.netbreeze.bbowl.BeanBowl
Listeners will find out when beans are added or removed
addListener(BeansContextListener) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
addListener(BeansContextListener) - Method in interface com.netbreeze.swing.BeansContext
Adds a BeansContextListener to this context.
addNotify() - Method in class com.netbreeze.swing.StateButton
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.bbowl.BeanWrapper
PropertyChangeListeners will find out when the name or selection state changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.bbowl.BeanBowl
Listeners will be notifed when the currently bean selection is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.bbowl.test.TestObject
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.ClassSelectionList
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.BeanChoice
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.NumberField
All PropertyChangeListeners will receive property change events when the date changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.ClassSelectionField
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.LargeBeanView
This method is needed to conform to the Customizer interface.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.DateField
All PropertyChangeListeners will receive property change events when the date changes.
addRecentFile(File) - Static method in class com.netbreeze.bbowl.Settings
 
addVetoableChangeListener(VetoableChangeListener) - Method in class com.netbreeze.bbowl.BeanWrapper
VetoableChangeListeners will find out when the name or selection state is about to change, and can prevent such changes if desired.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.netbreeze.swing.NumberField
 
ArrayContentsPanel - class com.netbreeze.swing.ArrayContentsPanel.
A GUI component that shows what an array contains, and lets you add and remove elements.
ArrayContentsPanel(Collection) - Constructor for class com.netbreeze.swing.ArrayContentsPanel
 
ArrayContentsPanel(Object, Collection) - Constructor for class com.netbreeze.swing.ArrayContentsPanel
 
ArrowButton - class com.netbreeze.swing.ArrowButton.
A button showing an arrow point right, left, up, or down.
ArrowButton() - Constructor for class com.netbreeze.swing.ArrowButton
Creates an arrow button pointing up
ArrowButton(Color, Color, int) - Constructor for class com.netbreeze.swing.ArrowButton
Creates an arrow button pointing in the given direction

B

beanAdded(Object) - Method in class com.netbreeze.bbowl.gui.BeanList
 
beanAdded(Object) - Method in class com.netbreeze.swing.BeanChoice
 
beanAdded(Object) - Method in interface com.netbreeze.swing.BeansContextListener
 
BeanBowl - class com.netbreeze.bbowl.BeanBowl.
A bean bowl is a container of objects and corresponding BeanWrappers, which add the concept of "name" and "selected".
BeanBowl() - Constructor for class com.netbreeze.bbowl.BeanBowl
 
BeanBowlApplet - class com.netbreeze.bbowl.gui.BeanBowlApplet.
 
BeanBowlApplet() - Constructor for class com.netbreeze.bbowl.gui.BeanBowlApplet
 
BeanBowlContext - class com.netbreeze.bbowl.gui.BeanBowlContext.
A BeansContext implementation that uses a BeanBowlGUI.
BeanBowlContext(BeanBowlGUI) - Constructor for class com.netbreeze.bbowl.gui.BeanBowlContext
Creates a new context linked to the given GUI.
BeanBowlGUI - class com.netbreeze.bbowl.gui.BeanBowlGUI.
The top-level GUI for the BeanBowl application.
BeanBowlGUI() - Constructor for class com.netbreeze.bbowl.gui.BeanBowlGUI
Creates a new BeanBowlGUI that shows a new BeanBowl
BeanBowlGUI(BeanBowl) - Constructor for class com.netbreeze.bbowl.gui.BeanBowlGUI
Creates a new BeanBowlGUI that shows the given bowl
BeanBowlPanel - class com.netbreeze.bbowl.gui.BeanBowlPanel.
 
BeanBowlPanel(BeanBowlContext) - Constructor for class com.netbreeze.bbowl.gui.BeanBowlPanel
 
beanChanged(Object, Object) - Method in class com.netbreeze.swing.BeanView
Called whenever the bean is switched.
beanChanged(Object, Object) - Method in class com.netbreeze.swing.SmallBeanView
 
beanChanged(Object, Object) - Method in class com.netbreeze.swing.LargeBeanView
 
BeanChoice - class com.netbreeze.swing.BeanChoice.
A GUI widget that lets you choose among a set of beans of a certain type.
BeanChoice(BeansContext, Class, Object) - Constructor for class com.netbreeze.swing.BeanChoice
 
BeanChoice(Class, Object) - Constructor for class com.netbreeze.swing.BeanChoice
 
BeanList - class com.netbreeze.bbowl.gui.BeanList.
A GUI component showing the list of beans in the bowl
BeanList(BeanBowlContext) - Constructor for class com.netbreeze.bbowl.gui.BeanList
 
BeanMenu - class com.netbreeze.swing.BeanMenu.
A menu showing the available actions for a bean.
BeanMenu(BeansContext, Object) - Constructor for class com.netbreeze.swing.BeanMenu
 
BeanMenu(Object) - Constructor for class com.netbreeze.swing.BeanMenu
 
BeanPopupMenu - class com.netbreeze.swing.BeanPopupMenu.
A Popup menu for a bean.
BeanPopupMenu(BeansContext, Object) - Constructor for class com.netbreeze.swing.BeanPopupMenu
 
BeanPopupMenu(Object) - Constructor for class com.netbreeze.swing.BeanPopupMenu
 
beanRemoved(Object) - Method in class com.netbreeze.bbowl.gui.BeanList
 
beanRemoved(Object) - Method in class com.netbreeze.swing.BeanChoice
 
beanRemoved(Object) - Method in interface com.netbreeze.swing.BeansContextListener
 
beanRemoved(Object, Collection) - Method in class com.netbreeze.swing.CollectionContentsPanel
 
beanRemoved(Object, Collection) - Method in class com.netbreeze.swing.ArrayContentsPanel
 
beanRemoved(Object, Collection) - Method in interface com.netbreeze.swing.SmallBeanView.RemoveListener
 
BeansContext - interface com.netbreeze.swing.BeansContext.
Represents any kind of bean-container environment.
BeansContextListener - interface com.netbreeze.swing.BeansContextListener.
 
BeanTable - class com.netbreeze.swing.BeanTable.
 
BeanTable(BeansContext, List, Class, String[]) - Constructor for class com.netbreeze.swing.BeanTable
 
BeanUtils - class com.netbreeze.swing.BeanUtils.
 
BeanView - class com.netbreeze.swing.BeanView.
A GUI component used to render a bean in a user interface.
BeanView() - Constructor for class com.netbreeze.swing.BeanView
 
BeanView(Object) - Constructor for class com.netbreeze.swing.BeanView
 
BeanWrapper - class com.netbreeze.bbowl.BeanWrapper.
A wrapper for beans used in the bean bowl system.
BeanWrapper(Object) - Constructor for class com.netbreeze.bbowl.BeanWrapper
Creates a new BeanWrapper for the given object and assigns it a default name.
BeanWrapper(String, Object) - Constructor for class com.netbreeze.bbowl.BeanWrapper
Creates a new BeanWrapper for the given object, with the given name.
bind(Object, PropertyDescriptor) - Method in class com.netbreeze.swing.PropertyValueControl
 
BLINK - Static variable in class com.netbreeze.swing.StateButton
 
BooleanEditor - class com.netbreeze.swing.editors.BooleanEditor.
JavaBeans PropertyEditor implementation for boolean values.
BooleanEditor() - Constructor for class com.netbreeze.swing.editors.BooleanEditor
 
bzz(Integer) - Method in class com.netbreeze.bbowl.test.TestObject
 

C

cancelButton - Variable in class com.netbreeze.bbowl.gui.RenameDialog
 
CENTER - Static variable in class com.netbreeze.swing.VerticalLayout
 
centerWindow(Window) - Static method in class com.netbreeze.util.Utility
Moves the given window to the center of the screen
changedUpdate(DocumentEvent) - Method in class com.netbreeze.bbowl.gui.BeanBowlPanel
 
ClassBeanInfo - class com.netbreeze.swing.editors.ClassBeanInfo.
A BeanInfo for java.lang.Class.
ClassBeanInfo() - Constructor for class com.netbreeze.swing.editors.ClassBeanInfo
 
ClassBrowserPanel - class com.netbreeze.swing.ClassBrowserPanel.
A GUI component that lets you select any class and browse its constructors, static methods, etc.
ClassBrowserPanel() - Constructor for class com.netbreeze.swing.ClassBrowserPanel
 
ClassBrowserPanel(BeansContext) - Constructor for class com.netbreeze.swing.ClassBrowserPanel
 
ClassConstructorsPanel - class com.netbreeze.swing.ClassConstructorsPanel.
A GUI component that shows all the constructors provided by a given class
ClassConstructorsPanel(BeansContext, Class) - Constructor for class com.netbreeze.swing.ClassConstructorsPanel
 
ClassConstructorsPanel(Class) - Constructor for class com.netbreeze.swing.ClassConstructorsPanel
 
ClassCustomizer - class com.netbreeze.swing.editors.ClassCustomizer.
A panel containing a complete GUI for a class, including properties, methods, static methods, and constructors
ClassCustomizer() - Constructor for class com.netbreeze.swing.editors.ClassCustomizer
 
ClassFinder - class com.netbreeze.util.ClassFinder.
This is a stateless utility class that contains code for looking up classes in the CLASSPATH and EXTDIRS in the current JVM.
ClassFinder() - Constructor for class com.netbreeze.util.ClassFinder
 
ClassSelectionComboBoxModel - class com.netbreeze.swing.ClassSelectionComboBoxModel.
A ComboBox model for lists of classes.
ClassSelectionComboBoxModel(Class) - Constructor for class com.netbreeze.swing.ClassSelectionComboBoxModel
 
ClassSelectionComboBoxModel(String, Class) - Constructor for class com.netbreeze.swing.ClassSelectionComboBoxModel
 
ClassSelectionField - class com.netbreeze.swing.ClassSelectionField.
A GUI widget that lets you select a class.
ClassSelectionField() - Constructor for class com.netbreeze.swing.ClassSelectionField
 
ClassSelectionList - class com.netbreeze.swing.ClassSelectionList.
A JavaBean-compatible GUI component consisting of list with name of the classes provided in constructor and label component containing package name for selected in list component class.
ClassSelectionList() - Constructor for class com.netbreeze.swing.ClassSelectionList
 
ClassSelectionList(String, Class) - Constructor for class com.netbreeze.swing.ClassSelectionList
 
close() - Method in class com.netbreeze.swing.TextAreaOutputStream
 
CollectionBeanInfo - class com.netbreeze.swing.editors.CollectionBeanInfo.
 
CollectionBeanInfo() - Constructor for class com.netbreeze.swing.editors.CollectionBeanInfo
 
CollectionContentsPanel - class com.netbreeze.swing.CollectionContentsPanel.
A GUI component that shows what a Collection contains, and lets you add and remove elements.
CollectionContentsPanel(BeansContext, Collection) - Constructor for class com.netbreeze.swing.CollectionContentsPanel
 
CollectionContentsPanel(Collection) - Constructor for class com.netbreeze.swing.CollectionContentsPanel
 
CollectionCustomizer - class com.netbreeze.swing.editors.CollectionCustomizer.
 
CollectionCustomizer() - Constructor for class com.netbreeze.swing.editors.CollectionCustomizer
 
ColorEditor - class com.netbreeze.swing.editors.ColorEditor.
JavaBeans PropertyEditor implementation for boolean values.
ColorEditor() - Constructor for class com.netbreeze.swing.editors.ColorEditor
 
com.netbreeze.bbowl - package com.netbreeze.bbowl
 
com.netbreeze.bbowl.gui - package com.netbreeze.bbowl.gui
 
com.netbreeze.bbowl.test - package com.netbreeze.bbowl.test
 
com.netbreeze.swing - package com.netbreeze.swing
 
com.netbreeze.swing.editors - package com.netbreeze.swing.editors
 
com.netbreeze.util - package com.netbreeze.util
 
ComponentValidator - interface com.netbreeze.swing.ComponentValidator.
 
CONFIG_FILE_NAME - Static variable in class com.netbreeze.bbowl.gui.LogManager
 
ConstructorParametersPanel - class com.netbreeze.swing.ConstructorParametersPanel.
A GUI component showing the parameters for a given constructor.
ConstructorParametersPanel(BeansContext) - Constructor for class com.netbreeze.swing.ConstructorParametersPanel
 
ConstructorParametersPanel(BeansContext, Constructor) - Constructor for class com.netbreeze.swing.ConstructorParametersPanel
 
contains(Object) - Method in class com.netbreeze.util.PairTable
 
containsBean(Object) - Method in class com.netbreeze.bbowl.BeanBowl
Checks if this bowl contains the given bean
containsBean(Object) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
containsBean(Object) - Method in interface com.netbreeze.swing.BeansContext
Checks if the context contains the given bean
containsWrapper(BeanWrapper) - Method in class com.netbreeze.bbowl.BeanBowl
Checks if this bowl contains the given bean wrapper
context - Variable in class com.netbreeze.swing.LargeBeanView
 
copyStream(InputStream, OutputStream) - Static method in class com.netbreeze.util.Utility
 
createAndAddBean(Class) - Method in class com.netbreeze.bbowl.BeanBowl
Creates a new object of the given class and adds to this bowl.

D

DateEditor - class com.netbreeze.swing.editors.DateEditor.
 
DateEditor() - Constructor for class com.netbreeze.swing.editors.DateEditor
 
DateField - class com.netbreeze.swing.DateField.
A textfield for handling dates.
DateField() - Constructor for class com.netbreeze.swing.DateField
Creates a DateField with no default value and no scroller buttons
DateField(boolean) - Constructor for class com.netbreeze.swing.DateField
Creates a DateField with scroller buttons but no default date
DateField(Date) - Constructor for class com.netbreeze.swing.DateField
Creates a DateField with the given date and no scroller buttons
DateField(Date, boolean) - Constructor for class com.netbreeze.swing.DateField
Creates a DateField with the given default date.
DECREMENT - Static variable in class com.netbreeze.swing.ScrollButtonPanel
 
deserialize(byte[]) - Static method in class com.netbreeze.util.Utility
 
DOWN - Static variable in class com.netbreeze.swing.ArrowButton
 
dragDropEnd(DragSourceDropEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
dragEnter(DragSourceDragEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
dragEnter(DropTargetDragEvent) - Method in class com.netbreeze.swing.CollectionContentsPanel
 
dragEnter(DropTargetDragEvent) - Method in class com.netbreeze.swing.ArrayContentsPanel
 
dragExit(DragSourceEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
dragExit(DropTargetEvent) - Method in class com.netbreeze.swing.CollectionContentsPanel
 
dragExit(DropTargetEvent) - Method in class com.netbreeze.swing.ArrayContentsPanel
 
dragGestureRecognized(DragGestureEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
dragOver(DragSourceDragEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
dragOver(DropTargetDragEvent) - Method in class com.netbreeze.swing.CollectionContentsPanel
 
dragOver(DropTargetDragEvent) - Method in class com.netbreeze.swing.ArrayContentsPanel
 
drop(DropTargetDropEvent) - Method in class com.netbreeze.swing.CollectionContentsPanel
 
drop(DropTargetDropEvent) - Method in class com.netbreeze.swing.ArrayContentsPanel
 
dropActionChanged(DragSourceDragEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
dropActionChanged(DropTargetDragEvent) - Method in class com.netbreeze.swing.CollectionContentsPanel
 
dropActionChanged(DropTargetDragEvent) - Method in class com.netbreeze.swing.ArrayContentsPanel
 

E

ErrorDialog - class com.netbreeze.swing.ErrorDialog.
 
ErrorDialog(String) - Constructor for class com.netbreeze.swing.ErrorDialog
 
ErrorDialog(String, Throwable) - Constructor for class com.netbreeze.swing.ErrorDialog
 
ErrorDialog(Throwable) - Constructor for class com.netbreeze.swing.ErrorDialog
 
ErrorPanel - class com.netbreeze.swing.ErrorPanel.
 
ErrorPanel(String) - Constructor for class com.netbreeze.swing.ErrorPanel
 
ErrorPanel(String, Throwable) - Constructor for class com.netbreeze.swing.ErrorPanel
 
ErrorPanel(Throwable) - Constructor for class com.netbreeze.swing.ErrorPanel
 

F

finalize() - Method in class com.netbreeze.bbowl.Settings
 
findBean(String) - Method in class com.netbreeze.bbowl.BeanBowl
Returns the bean with the given name, or null if none.
findBean(String) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
findBean(String) - Method in interface com.netbreeze.swing.BeansContext
 
findBrother(Object) - Method in class com.netbreeze.util.PairTable
 
findWrapper(String) - Method in class com.netbreeze.bbowl.BeanBowl
Returns the wrapper with the given name, or null if none.
flush() - Method in class com.netbreeze.swing.TextAreaOutputStream
 
focusGained(FocusEvent) - Method in class com.netbreeze.swing.NumberField
Event handling routine
focusGained(FocusEvent) - Method in class com.netbreeze.swing.DateField
Event handling routine
focusLost(FocusEvent) - Method in class com.netbreeze.swing.NumberField
Event handling routine
focusLost(FocusEvent) - Method in class com.netbreeze.swing.DateField
Event handling routine

G

get(Object) - Method in class com.netbreeze.swing.InternalFrameCacher
 
getAction() - Method in class com.netbreeze.swing.ActionButton
 
getActions(Object) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
Returns all actions that can be carried out on the given bean
getActions(Object) - Method in interface com.netbreeze.swing.BeansContext
Returns all actions that can be carried out on the given bean
getAllClassNames() - Static method in class com.netbreeze.util.ClassFinder
Returns a set of all class names currently available in this JVM
getAllClassNames(String) - Static method in class com.netbreeze.util.ClassFinder
Returns a set of all class names currently available in this JVM
getAncestor() - Method in class com.netbreeze.swing.ClassSelectionList
The class to which all shown classes must be ancestor
getAsText() - Method in class com.netbreeze.swing.editors.ColorEditor
 
getAsText() - Method in class com.netbreeze.swing.editors.BooleanEditor
 
getAsText() - Method in class com.netbreeze.swing.editors.StringEditor
 
getBean() - Method in class com.netbreeze.swing.BeanView
 
getBeanAt(int) - Method in class com.netbreeze.bbowl.BeanBowl
Returns the bean at the given index
getBeanBowlPanel() - Method in class com.netbreeze.bbowl.gui.BeanBowlGUI
 
getBeanCount() - Method in class com.netbreeze.bbowl.BeanBowl
Returns the current number of beans in the bowl
getBeanDescriptor() - Method in class com.netbreeze.swing.editors.AbstractCollectionBeanInfo
 
getBeanDescriptor() - Method in class com.netbreeze.swing.editors.ThrowableBeanInfo
 
getBeanDescriptor() - Method in class com.netbreeze.swing.editors.ClassBeanInfo
 
getBeanDescriptor() - Method in class com.netbreeze.swing.editors.CollectionBeanInfo
 
getBeanInfo() - Method in class com.netbreeze.bbowl.BeanWrapper
Gets a BeanInfo object for this bean, using the Introspector class
getBeanList() - Method in class com.netbreeze.bbowl.gui.BeanBowlPanel
 
getBeanName(Object) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
getBeanName(Object) - Method in interface com.netbreeze.swing.BeansContext
 
getBeans() - Method in class com.netbreeze.bbowl.BeanBowl
Returns an iterator over all the beans
getBeansContext() - Static method in class com.netbreeze.swing.SwingEnvironment
Returns the global beansContext, or null if none has been set
getBeansOfType(Class) - Method in class com.netbreeze.bbowl.BeanBowl
Returns all beans representing objects that are an instance of the given class or interface, either directly or indirectly.
getBeansOfType(Class) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
getBeansOfType(Class) - Method in interface com.netbreeze.swing.BeansContext
Returns all beans of the given type (including subclasses)
getBooleanValue() - Method in class com.netbreeze.swing.editors.BooleanEditor
 
getBowl() - Method in class com.netbreeze.bbowl.gui.BeanBowlPanel
 
getBowl() - Method in class com.netbreeze.bbowl.gui.BeanBowlGUI
The current bean bowl being displayed
getBowl() - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
getButton() - Method in class com.netbreeze.bbowl.test.TestObject
 
getClasses(Class) - Static method in class com.netbreeze.util.ClassFinder
Returns a set of all classes that implement or extend the given class, directly or indirectly.
getClasses(String, Class) - Static method in class com.netbreeze.util.ClassFinder
Returns a set of all classes within the given package (recursively) that implement or extend the given class, directly or indirectly.
getClasses(String, Class, ClassLoader, String) - Static method in class com.netbreeze.util.ClassFinder
Returns a set of all classes within the given package (recursively) that implement or extend the given class, directly or indirectly.
getClasses(String, Class, ClassLoader, String, int) - Static method in class com.netbreeze.util.ClassFinder
Returns a set of all classes within the given package (recursively) that implement or extend the given class, directly or indirectly.
getClassNames(String) - Static method in class com.netbreeze.util.ClassFinder
Returns a set of all class names within the given package, recursively
getCloseOnClick() - Method in class com.netbreeze.swing.SplashWindow
 
getColorValue() - Method in class com.netbreeze.swing.editors.ColorEditor
 
getComponent() - Method in class com.netbreeze.swing.InvalidComponentException
 
getConstrainedDimension(Dimension, Dimension, Dimension) - Static method in class com.netbreeze.util.Utility
 
getContext() - Method in class com.netbreeze.bbowl.gui.BeanBowlGUI
 
getCurrentType() - Method in class com.netbreeze.swing.PropertyValueControl
Returns the current type of the value in this PropertyValueControl.
getCustomEditor() - Method in class com.netbreeze.swing.editors.DateEditor
 
getCustomEditor() - Method in class com.netbreeze.swing.editors.ColorEditor
 
getCustomEditor() - Method in class com.netbreeze.swing.editors.BooleanEditor
 
getCustomEditor() - Method in class com.netbreeze.swing.editors.IntEditor
 
getDate() - Method in class com.netbreeze.swing.DateField
Gets the current date.
getDecButton() - Method in class com.netbreeze.swing.ScrollButtonPanel
 
getDefaultContext() - Static method in class com.netbreeze.swing.BeanUtils
 
getDefaultFrame() - Static method in class com.netbreeze.bbowl.gui.BeanBowlGUI
 
getDefaultName(Object) - Static method in class com.netbreeze.bbowl.BeanWrapper
 
getDesk() - Method in class com.netbreeze.bbowl.gui.BeanBowlPanel
 
getDesk() - Method in class com.netbreeze.bbowl.gui.BeanBowlGUI
 
getFixedType() - Method in class com.netbreeze.swing.PropertyValueControl
Returns the type of this PropertyValueControl, if there is a fixed type.
getGUI() - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
getIcon() - Method in class com.netbreeze.bbowl.BeanWrapper
Returns an Icon for this bean, determined using BeanInfo.
getIcon() - Method in class com.netbreeze.swing.SplashWindow
 
getIcon() - Method in class com.netbreeze.swing.IconView
 
getIncButton() - Method in class com.netbreeze.swing.ScrollButtonPanel
 
getIntValue() - Method in class com.netbreeze.swing.editors.IntEditor
 
getListSelectionMode() - Method in class com.netbreeze.swing.ClassSelectionList
get list selection mode.
getListVisibleRowCount() - Method in class com.netbreeze.swing.ClassSelectionList
get list visible row count
getMaxDimension(Dimension, Dimension) - Static method in class com.netbreeze.util.Utility
 
getMaximumSize() - Method in class com.netbreeze.swing.LargeBeanView
 
getMethod() - Method in class com.netbreeze.swing.MethodParametersPanel
 
getMinDimension(Dimension, Dimension) - Static method in class com.netbreeze.util.Utility
 
getMinimumSize() - Method in class com.netbreeze.bbowl.gui.BeanList
 
getMinimumSize() - Method in class com.netbreeze.swing.ScrollButtonPanel
 
getMinimumSize() - Method in class com.netbreeze.swing.LargeBeanView
 
getName() - Method in class com.netbreeze.bbowl.BeanWrapper
Returns the name of this bean
getName() - Method in class com.netbreeze.bbowl.test.TestObject
 
getObject() - Method in class com.netbreeze.bbowl.BeanWrapper
Returns the object that this bean wrapper represents
getPackageName() - Method in class com.netbreeze.swing.ClassSelectionList
The name of the package to which all shown classes must belong.
getPairCount() - Method in class com.netbreeze.util.PairTable
 
getPairs() - Method in class com.netbreeze.util.PairTable
 
getPreferredSize() - Method in class com.netbreeze.bbowl.gui.BeanList
 
getPreferredSize() - Method in class com.netbreeze.swing.ArrowButton
 
getPreferredSize() - Method in class com.netbreeze.swing.ScrollButtonPanel
 
getPreferredSize() - Method in class com.netbreeze.swing.IconView
 
getPreferredSize() - Method in class com.netbreeze.swing.LargeBeanView
 
getRecentFiles() - Static method in class com.netbreeze.bbowl.Settings
 
getScroller() - Method in class com.netbreeze.swing.NumberField
True if a scroller is currently displayed
getScroller() - Method in class com.netbreeze.swing.DateField
True if a scroller is currently displayed
getSelectedBean() - Method in class com.netbreeze.bbowl.BeanBowl
Returns the currently selected bean, or null if none.
getSelectedBean() - Method in class com.netbreeze.swing.BeanTable
 
getSelectedClass() - Method in class com.netbreeze.swing.ClassSelectionList
Getter for property selectedClass.
getSelectedClass() - Method in class com.netbreeze.swing.ClassSelectionField
 
getSelectedMethod() - Method in class com.netbreeze.swing.MethodList
 
getSelectedMethod() - Method in class com.netbreeze.swing.StaticMethodList
 
getSelection() - Method in class com.netbreeze.swing.BeanChoice
 
getShortClassName(Class) - Static method in class com.netbreeze.util.Utility
 
getStaticValue() - Static method in class com.netbreeze.bbowl.test.TestObject
 
getTextArea() - Method in class com.netbreeze.swing.TextAreaOutputStream
 
getTitle() - Method in class com.netbreeze.swing.ClassSelectionList
 
getTransferData(DataFlavor) - Method in class com.netbreeze.swing.SmallBeanView
 
getTransferDataFlavors() - Method in class com.netbreeze.swing.SmallBeanView
 
getValue() - Method in class com.netbreeze.bbowl.test.TestObject
 
getValue() - Method in class com.netbreeze.swing.PropertyValueControl
 
getValue() - Method in class com.netbreeze.swing.NumberField
 
getValue2() - Method in class com.netbreeze.bbowl.test.TestObject
 
getValues() - Method in class com.netbreeze.swing.ConstructorParametersPanel
The values currently set in the constructor parameters
getValues() - Method in class com.netbreeze.swing.MethodParametersPanel
Returns the current values set in the method parameters
getWrapper(Object) - Method in class com.netbreeze.bbowl.BeanBowl
Returns the wrapper corresponding to the given object, i.e the BeanWrapper who's object corresponds to the given one.
getWrappers() - Method in class com.netbreeze.bbowl.BeanBowl
Returns an iterator over all the bean wrappers.

H

HORIZONTAL - Static variable in class com.netbreeze.swing.ScrollButtonPanel
 

I

ICON_ABSTRACT_CLASS - Static variable in class com.netbreeze.swing.ClassSelectionList
 
ICON_CLASS - Static variable in class com.netbreeze.swing.ClassSelectionList
 
ICON_INTERFACE - Static variable in class com.netbreeze.swing.ClassSelectionList
 
ICON_PACKAGE - Static variable in class com.netbreeze.swing.ClassSelectionList
 
Icons - class com.netbreeze.bbowl.gui.Icons.
 
IconView - class com.netbreeze.swing.IconView.
A canvas that simply displays an Icon
IconView() - Constructor for class com.netbreeze.swing.IconView
 
IconView(Icon) - Constructor for class com.netbreeze.swing.IconView
 
INCREMENT - Static variable in class com.netbreeze.swing.ScrollButtonPanel
 
init() - Method in class com.netbreeze.bbowl.gui.BeanBowlApplet
 
initGUI() - Method in class com.netbreeze.swing.LargeBeanView
 
initGUI() - Method in class com.netbreeze.swing.editors.CollectionCustomizer
 
initGUI() - Method in class com.netbreeze.swing.editors.ThrowableCustomizer
 
initGUI() - Method in class com.netbreeze.swing.editors.ClassCustomizer
 
initIcons() - Method in class com.netbreeze.swing.StateButton
 
initIcons() - Method in class com.netbreeze.swing.StopButton
 
initIcons() - Method in class com.netbreeze.swing.PlayButton
 
initLog4J() - Static method in class com.netbreeze.bbowl.gui.LogManager
 
insertUpdate(DocumentEvent) - Method in class com.netbreeze.bbowl.gui.BeanBowlPanel
 
IntEditor - class com.netbreeze.swing.editors.IntEditor.
 
IntEditor() - Constructor for class com.netbreeze.swing.editors.IntEditor
 
InternalFrameCacher - class com.netbreeze.swing.InternalFrameCacher.
 
InternalFrameCacher() - Constructor for class com.netbreeze.swing.InternalFrameCacher
 
InvalidComponentException - exception com.netbreeze.swing.InvalidComponentException.
 
InvalidComponentException(Component, String) - Constructor for class com.netbreeze.swing.InvalidComponentException
 
isBound() - Method in class com.netbreeze.swing.PropertyValueControl
 
isDataFlavorSupported(DataFlavor) - Method in class com.netbreeze.swing.SmallBeanView
 
isEditable() - Method in class com.netbreeze.swing.PropertyValueControl
 
isEditable() - Method in class com.netbreeze.swing.NumberField
 
isEmpty(Object) - Static method in class com.netbreeze.util.Utility
Checks if the given object is null, or if toString().trim() == "".
isEqual(Object, Object) - Static method in class com.netbreeze.util.PairTable
 
isEqual(Object, Object) - Static method in class com.netbreeze.util.Utility
 
isFocusTraversable() - Method in class com.netbreeze.swing.ArrowButton
 
isSelected() - Method in class com.netbreeze.bbowl.BeanWrapper
True if this bean is selected

K

keyPressed(KeyEvent) - Method in class com.netbreeze.swing.NumberField
Event handling routine
keyPressed(KeyEvent) - Method in class com.netbreeze.swing.DateField
Event handling routine
keyReleased(KeyEvent) - Method in class com.netbreeze.swing.NumberField
Event handling routine
keyReleased(KeyEvent) - Method in class com.netbreeze.swing.DateField
Event handling routine
keyTyped(KeyEvent) - Method in class com.netbreeze.swing.NumberField
Event handling routine
keyTyped(KeyEvent) - Method in class com.netbreeze.swing.DateField
Event handling routine

L

LargeBeanView - class com.netbreeze.swing.LargeBeanView.
A panel containing a complete GUI for a bean, including properties, methods, etc.
LargeBeanView() - Constructor for class com.netbreeze.swing.LargeBeanView
 
LargeBeanView(BeansContext, Object) - Constructor for class com.netbreeze.swing.LargeBeanView
 
LargeBeanView(Object) - Constructor for class com.netbreeze.swing.LargeBeanView
 
layoutContainer(Container) - Method in class com.netbreeze.swing.VerticalLayout
Lays out the container in the specified panel.
LEFT - Static variable in class com.netbreeze.swing.ArrowButton
 
LEFT - Static variable in class com.netbreeze.swing.VerticalLayout
 
list(PrintStream) - Method in class com.netbreeze.util.PairTable
 
load(File) - Static method in class com.netbreeze.bbowl.BeanBowl
 
loadFile(File) - Static method in class com.netbreeze.util.Utility
 
loadFromFile() - Static method in class com.netbreeze.bbowl.Settings
 
loadURL(URL) - Static method in class com.netbreeze.util.Utility
 
LogManager - class com.netbreeze.bbowl.gui.LogManager.
Manages logging configuration
LogManager() - Constructor for class com.netbreeze.bbowl.gui.LogManager
 

M

main(String[]) - Static method in class com.netbreeze.bbowl.gui.BeanBowlGUI
 
main(String[]) - Static method in class com.netbreeze.swing.PropertySheet
 
main(String[]) - Static method in class com.netbreeze.swing.ClassSelectionList
 
main(String[]) - Static method in class com.netbreeze.swing.ArrowButton
 
main(String[]) - Static method in class com.netbreeze.swing.ScrollButtonPanel
 
main(String[]) - Static method in class com.netbreeze.swing.ErrorDialog
 
main(String[]) - Static method in class com.netbreeze.swing.ClassSelectionComboBoxModel
 
main(String[]) - Static method in class com.netbreeze.swing.DateField
 
MethodList - class com.netbreeze.swing.MethodList.
A GUI component that shows all the methods for a given object, and provides ways of executing these methods.
MethodList(Object) - Constructor for class com.netbreeze.swing.MethodList
 
MethodParametersPanel - class com.netbreeze.swing.MethodParametersPanel.
A GUI component showing the parameters of a method.
MethodParametersPanel() - Constructor for class com.netbreeze.swing.MethodParametersPanel
 
MethodParametersPanel(BeansContext) - Constructor for class com.netbreeze.swing.MethodParametersPanel
 
MethodsPanel - class com.netbreeze.swing.MethodsPanel.
A GUI component showing all the methods of a given bean and controls for providing parameters, executing the methods, and manipulating the result
MethodsPanel(BeansContext, Object) - Constructor for class com.netbreeze.swing.MethodsPanel
 
MethodsPanel(Object) - Constructor for class com.netbreeze.swing.MethodsPanel
 
minimumLayoutSize(Container) - Method in class com.netbreeze.swing.VerticalLayout
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
mouseClicked(MouseEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
mouseClicked(MouseEvent) - Method in class com.netbreeze.swing.BeanChoice
 
mouseEntered(MouseEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
mouseEntered(MouseEvent) - Method in class com.netbreeze.swing.BeanChoice
 
mouseExited(MouseEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
mouseExited(MouseEvent) - Method in class com.netbreeze.swing.BeanChoice
 
mousePressed(MouseEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
mousePressed(MouseEvent) - Method in class com.netbreeze.swing.BeanChoice
 
mouseReleased(MouseEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
mouseReleased(MouseEvent) - Method in class com.netbreeze.swing.BeanChoice
 

N

nameField - Variable in class com.netbreeze.bbowl.gui.RenameDialog
 
NumberField - class com.netbreeze.swing.NumberField.
 
NumberField() - Constructor for class com.netbreeze.swing.NumberField
 
NumberField(Class, Number, boolean) - Constructor for class com.netbreeze.swing.NumberField
 

O

OFF - Static variable in class com.netbreeze.swing.StateButton
 
okButton - Variable in class com.netbreeze.bbowl.gui.RenameDialog
 
ON - Static variable in class com.netbreeze.swing.StateButton
 

P

paint(Graphics) - Method in class com.netbreeze.swing.IconView
 
PairTable - class com.netbreeze.util.PairTable.
 
PairTable() - Constructor for class com.netbreeze.util.PairTable
 
PlayButton - class com.netbreeze.swing.PlayButton.
A StatusButton that looks like the "play" button on a stereo (with a green triangle).
PlayButton() - Constructor for class com.netbreeze.swing.PlayButton
 
PlayStopController - class com.netbreeze.swing.PlayStopController.
This class controls a play and stop button so that they act consistently.
PlayStopController(PlayButton, StopButton) - Constructor for class com.netbreeze.swing.PlayStopController
 
POLL_INTERVAL - Static variable in class com.netbreeze.bbowl.gui.LogManager
 
preferredLayoutSize(Container) - Method in class com.netbreeze.swing.VerticalLayout
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
processEvent(AWTEvent) - Method in class com.netbreeze.bbowl.gui.BeanBowlGUI
 
PROP_DATE - Static variable in class com.netbreeze.swing.DateField
Property constant (used in PropertyChangeEvents)
PROP_SELECTED_CLASS - Static variable in class com.netbreeze.swing.ClassSelectionList
 
PropertiesPanel - class com.netbreeze.swing.PropertiesPanel.
 
PropertiesPanel(BeansContext, Object) - Constructor for class com.netbreeze.swing.PropertiesPanel
 
PropertiesPanel(Object) - Constructor for class com.netbreeze.swing.PropertiesPanel
 
propertyChange(PropertyChangeEvent) - Method in class com.netbreeze.bbowl.BeanBowl
This is used for BeanWrappers to tell their BeanBowl that a property such as "name" or "selected" has changed.
propertyChange(PropertyChangeEvent) - Method in class com.netbreeze.bbowl.gui.BeanBowlGUI
 
propertyChange(PropertyChangeEvent) - Method in class com.netbreeze.swing.SmallBeanView
 
propertyChange(PropertyChangeEvent) - Method in class com.netbreeze.swing.PropertyValueControl
 
propertyChange(PropertyChangeEvent) - Method in class com.netbreeze.swing.editors.DateEditor
 
propertyChange(PropertyChangeEvent) - Method in class com.netbreeze.swing.editors.IntEditor
 
PropertySheet - class com.netbreeze.swing.PropertySheet.
 
PropertySheet() - Constructor for class com.netbreeze.swing.PropertySheet
 
PropertyValueControl - class com.netbreeze.swing.PropertyValueControl.
 
PropertyValueControl() - Constructor for class com.netbreeze.swing.PropertyValueControl
 
PropertyValueControl(BeansContext, Class, boolean) - Constructor for class com.netbreeze.swing.PropertyValueControl
Creates an unbound PropertyValueControl of the given type.
PropertyValueControl(BeansContext, Object, PropertyDescriptor) - Constructor for class com.netbreeze.swing.PropertyValueControl
 
PropertyValueControl(BeansContext, Object, String) - Constructor for class com.netbreeze.swing.PropertyValueControl
 
PropertyValueControl(boolean) - Constructor for class com.netbreeze.swing.PropertyValueControl
 
PropertyValueControl(Class, boolean) - Constructor for class com.netbreeze.swing.PropertyValueControl
 
PropertyValueControl(Object, boolean) - Constructor for class com.netbreeze.swing.PropertyValueControl
 
PropertyValueControl(Object, PropertyDescriptor) - Constructor for class com.netbreeze.swing.PropertyValueControl
 
PropertyValueControl(Object, String) - Constructor for class com.netbreeze.swing.PropertyValueControl
 

R

recentFiles - Variable in class com.netbreeze.bbowl.Settings
 
refreshClassList() - Method in class com.netbreeze.swing.ClassSelectionList
Causes the contents of the list to be reloaded.
registerEditors() - Static method in class com.netbreeze.swing.BeanUtils
 
reloadContents() - Method in class com.netbreeze.bbowl.gui.BeanList
 
reloadContents() - Method in class com.netbreeze.swing.CollectionContentsPanel
 
reloadContents() - Method in class com.netbreeze.swing.ArrayContentsPanel
 
remove(Object) - Method in class com.netbreeze.swing.InternalFrameCacher
 
remove(Object) - Method in class com.netbreeze.util.PairTable
 
removeActionListener(ActionListener) - Method in class com.netbreeze.swing.ScrollButtonPanel
 
removeBean(Object) - Method in class com.netbreeze.bbowl.BeanBowl
Removes the given bean, if it is inside this bowl.
removeBean(Object) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
Removes a bean, if it is there
removeBean(Object) - Method in class com.netbreeze.swing.BeanTable
 
removeBean(Object) - Method in interface com.netbreeze.swing.BeansContext
Removes a bean, if it is there
removeFrame(JInternalFrame) - Method in class com.netbreeze.swing.InternalFrameCacher
 
removeLayoutComponent(Component) - Method in class com.netbreeze.swing.VerticalLayout
Removes the specified component from the layout.
removeListener(BeansContextListener) - Method in class com.netbreeze.bbowl.BeanBowl
Listeners will find out when beans are added or removed
removeListener(BeansContextListener) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
removeListener(BeansContextListener) - Method in interface com.netbreeze.swing.BeansContext
Adds a BeansContextListener to this context.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.bbowl.BeanWrapper
PropertyChangeListeners will find out when the name or selection state changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.bbowl.BeanBowl
Listeners will be notifed when the currently bean selection is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.bbowl.test.TestObject
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.ClassSelectionList
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.BeanChoice
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.NumberField
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.ClassSelectionField
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.LargeBeanView
This method is needed to conform to the Customizer interface.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.netbreeze.swing.DateField
 
removeUpdate(DocumentEvent) - Method in class com.netbreeze.bbowl.gui.BeanBowlPanel
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.netbreeze.bbowl.BeanWrapper
VetoableChangeListeners will find out when the name or selection state is about to change, and can prevent such changes if desired.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.netbreeze.swing.NumberField
 
RenameDialog - class com.netbreeze.bbowl.gui.RenameDialog.
 
RenameDialog(BeanBowlContext, BeanWrapper) - Constructor for class com.netbreeze.bbowl.gui.RenameDialog
 
replace(String, String, String) - Static method in class com.netbreeze.util.Utility
Replace all occurences of 'a' in string 's' with 'b'
resetValue() - Method in class com.netbreeze.swing.PropertyValueControl
Sets the value in this PropertyValueControl to the default for the variable type.
restoreDefault() - Method in class com.netbreeze.swing.NumberField
Restores the default value
restoreDefault() - Method in class com.netbreeze.swing.DateField
Restores the date to the default value
RIGHT - Static variable in class com.netbreeze.swing.ArrowButton
 
RIGHT - Static variable in class com.netbreeze.swing.VerticalLayout
 

S

save(File) - Method in class com.netbreeze.bbowl.BeanBowl
 
saveFile(File, String) - Static method in class com.netbreeze.util.Utility
 
saveToFile() - Static method in class com.netbreeze.bbowl.Settings
 
ScrollButtonPanel - class com.netbreeze.swing.ScrollButtonPanel.
 
ScrollButtonPanel() - Constructor for class com.netbreeze.swing.ScrollButtonPanel
 
ScrollButtonPanel(Component) - Constructor for class com.netbreeze.swing.ScrollButtonPanel
 
ScrollButtonPanel(Component, int, int) - Constructor for class com.netbreeze.swing.ScrollButtonPanel
 
serialize(Object) - Static method in class com.netbreeze.util.Utility
 
setAction(Action) - Method in class com.netbreeze.swing.ActionButton
 
setAlignment(int) - Method in class com.netbreeze.swing.VerticalLayout
 
setAncestor(Class) - Method in class com.netbreeze.swing.ClassSelectionList
 
setAsText(String) - Method in class com.netbreeze.swing.editors.ColorEditor
 
setAsText(String) - Method in class com.netbreeze.swing.editors.BooleanEditor
 
setAsText(String) - Method in class com.netbreeze.swing.editors.IntEditor
 
setAsText(String) - Method in class com.netbreeze.swing.editors.StringEditor
 
setBean(Object) - Method in class com.netbreeze.swing.BeanView
 
setBean(Object) - Method in class com.netbreeze.swing.PropertiesPanel
 
setBeanInfoSearchPath() - Static method in class com.netbreeze.swing.BeanUtils
 
setBeansContext(BeansContext) - Static method in class com.netbreeze.swing.SwingEnvironment
Sets the global beans context
setBlink() - Method in class com.netbreeze.swing.StateButton
 
setButton(Button) - Method in class com.netbreeze.bbowl.test.TestObject
 
setCloseOnClick(boolean) - Method in class com.netbreeze.swing.SplashWindow
 
setConstructor(Constructor) - Method in class com.netbreeze.swing.ConstructorParametersPanel
 
setDate(Date) - Method in class com.netbreeze.swing.DateField
Sets a new date
setDefaultContext(BeansContext) - Static method in class com.netbreeze.swing.BeanUtils
 
setEditable(boolean) - Method in class com.netbreeze.swing.PropertyValueControl
 
setEditable(boolean) - Method in class com.netbreeze.swing.NumberField
Sets whether this DateField should be editable or not.
setEditable(boolean) - Method in class com.netbreeze.swing.DateField
Sets whether this DateField should be editable or not.
setFixedType(Class) - Method in class com.netbreeze.swing.PropertyValueControl
 
setIcon(Icon) - Method in class com.netbreeze.swing.SplashWindow
 
setIcon(Icon) - Method in class com.netbreeze.swing.StateButton
 
setIcon(Icon) - Method in class com.netbreeze.swing.IconView
 
setIntValue(int) - Method in class com.netbreeze.swing.editors.IntEditor
 
setListFixedCellWidth(int) - Method in class com.netbreeze.swing.ClassSelectionList
If this value is greater than zero it defines the width of every cell in the list.
setListSelectionMode(int) - Method in class com.netbreeze.swing.ClassSelectionList
set list selection mode
setListVisibleRowCount(int) - Method in class com.netbreeze.swing.ClassSelectionList
set list visible row count
setMethod(Method) - Method in class com.netbreeze.swing.MethodParametersPanel
 
setName(String) - Method in class com.netbreeze.bbowl.BeanWrapper
Changes the name of this bean.
setName(String) - Method in class com.netbreeze.bbowl.test.TestObject
 
setObject(Object) - Method in class com.netbreeze.swing.LargeBeanView
Delegates directly to setBean(...).
setOff() - Method in class com.netbreeze.swing.StateButton
 
setOn() - Method in class com.netbreeze.swing.StateButton
 
setPackageName(String) - Method in class com.netbreeze.swing.ClassSelectionList
 
setPlay() - Method in class com.netbreeze.swing.PlayStopController
 
setRemoveListener(SmallBeanView.RemoveListener) - Method in class com.netbreeze.swing.SmallBeanView
 
setSelected(boolean) - Method in class com.netbreeze.bbowl.BeanWrapper
Changes the selection state.
setSelectedBean(Object) - Method in class com.netbreeze.bbowl.BeanBowl
Makes the given bean the currently selected one.
setSelectedClass(Class) - Method in class com.netbreeze.swing.ClassSelectionList
Setter for property selectedClass.
setSelectedClass(Class) - Method in class com.netbreeze.swing.ClassSelectionField
 
setSelection(Object) - Method in class com.netbreeze.swing.BeanChoice
 
setStaticValue(int) - Static method in class com.netbreeze.bbowl.test.TestObject
 
setStop() - Method in class com.netbreeze.swing.PlayStopController
 
setStretch(boolean) - Method in class com.netbreeze.swing.VerticalLayout
 
setTextArea(JTextArea) - Method in class com.netbreeze.swing.TextAreaOutputStream
 
Settings - class com.netbreeze.bbowl.Settings.
Contains settings for the bean bowl application
setTitle(String) - Method in class com.netbreeze.bbowl.gui.BeanList
 
setTitle(String) - Method in class com.netbreeze.swing.ClassSelectionList
 
setValue(int) - Method in class com.netbreeze.bbowl.test.TestObject
 
setValue(Number) - Method in class com.netbreeze.swing.NumberField
Sets a new value
setValue(Object) - Method in class com.netbreeze.swing.PropertyValueControl
 
setValue(Object) - Method in class com.netbreeze.swing.editors.DateEditor
 
setValue(Object) - Method in class com.netbreeze.swing.editors.ColorEditor
 
setValue(Object) - Method in class com.netbreeze.swing.editors.BooleanEditor
 
setValue(Object) - Method in class com.netbreeze.swing.editors.IntEditor
 
setWillPlay() - Method in class com.netbreeze.swing.PlayStopController
 
setWillStop() - Method in class com.netbreeze.swing.PlayStopController
 
show(Object) - Method in class com.netbreeze.swing.InternalFrameCacher
 
showBeanDetails(Object) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
Opens up a GUI to show the details of the given bean
showBeanDetails(Object) - Method in interface com.netbreeze.swing.BeansContext
Opens up a GUI to show the details of the given bean
showBeanGUI(Component) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
For beans that happen to be Components, this method can be used to cause the bean to be drawn as a component.
showError(String, Throwable) - Method in class com.netbreeze.bbowl.gui.BeanBowlContext
 
showError(String, Throwable) - Method in interface com.netbreeze.swing.BeansContext
Displays the given error message somehow
showLabel(boolean) - Method in class com.netbreeze.swing.PropertyValueControl
 
SmallBeanView - class com.netbreeze.swing.SmallBeanView.
 
SmallBeanView.RemoveListener - interface com.netbreeze.swing.SmallBeanView.RemoveListener.
 
SmallBeanView(BeansContext, Object, boolean, boolean, boolean) - Constructor for class com.netbreeze.swing.SmallBeanView
 
SmallBeanView(BeansContext, Object, boolean, boolean, boolean, Collection) - Constructor for class com.netbreeze.swing.SmallBeanView
 
SmallBeanView(Object) - Constructor for class com.netbreeze.swing.SmallBeanView
 
SmallBeanView(Object, boolean, boolean, boolean) - Constructor for class com.netbreeze.swing.SmallBeanView
 
SplashWindow - class com.netbreeze.swing.SplashWindow.
A floating splash window, i.e.
SplashWindow() - Constructor for class com.netbreeze.swing.SplashWindow
 
SplashWindow(Icon) - Constructor for class com.netbreeze.swing.SplashWindow
 
SplashWindow(Icon, boolean) - Constructor for class com.netbreeze.swing.SplashWindow
 
StateButton - class com.netbreeze.swing.StateButton.
A button with an image and three possible states: ON, OFF, and BLINK.
StateButton() - Constructor for class com.netbreeze.swing.StateButton
 
stateChanged(ChangeEvent) - Method in class com.netbreeze.swing.editors.CollectionCustomizer
 
StaticMethodList - class com.netbreeze.swing.StaticMethodList.
A GUI component that shows all the static methods for a given class, and provides ways of executing these methods.
StaticMethodList(Class) - Constructor for class com.netbreeze.swing.StaticMethodList
 
StaticMethodsPanel - class com.netbreeze.swing.StaticMethodsPanel.
A GUI component showing all the static methods of a given class and controls for providing parameters, executing the methods, and manipulating the result
StaticMethodsPanel(BeansContext, Class) - Constructor for class com.netbreeze.swing.StaticMethodsPanel
 
StaticMethodsPanel(Class) - Constructor for class com.netbreeze.swing.StaticMethodsPanel
 
StopButton - class com.netbreeze.swing.StopButton.
A StatusButton that looks like the "stop" button on a stereo (with a black square).
StopButton() - Constructor for class com.netbreeze.swing.StopButton
 
StringEditor - class com.netbreeze.swing.editors.StringEditor.
 
StringEditor() - Constructor for class com.netbreeze.swing.editors.StringEditor
 
supportsCustomEditor() - Method in class com.netbreeze.swing.editors.DateEditor
 
supportsCustomEditor() - Method in class com.netbreeze.swing.editors.ColorEditor
 
supportsCustomEditor() - Method in class com.netbreeze.swing.editors.BooleanEditor
 
supportsCustomEditor() - Method in class com.netbreeze.swing.editors.IntEditor
 
SwingEnvironment - class com.netbreeze.swing.SwingEnvironment.
Contains all global stuff
SwingEnvironment() - Constructor for class com.netbreeze.swing.SwingEnvironment
 

T

tabs - Variable in class com.netbreeze.swing.LargeBeanView
 
TestObject - class com.netbreeze.bbowl.test.TestObject.
A general test-bean with some typical properties and events.
TestObject() - Constructor for class com.netbreeze.bbowl.test.TestObject
 
TextAreaOutputStream - class com.netbreeze.swing.TextAreaOutputStream.
 
TextAreaOutputStream() - Constructor for class com.netbreeze.swing.TextAreaOutputStream
 
TextAreaOutputStream(JTextArea) - Constructor for class com.netbreeze.swing.TextAreaOutputStream
 
ThrowableBeanInfo - class com.netbreeze.swing.editors.ThrowableBeanInfo.
 
ThrowableBeanInfo() - Constructor for class com.netbreeze.swing.editors.ThrowableBeanInfo
 
ThrowableCustomizer - class com.netbreeze.swing.editors.ThrowableCustomizer.
 
ThrowableCustomizer() - Constructor for class com.netbreeze.swing.editors.ThrowableCustomizer
 
toString() - Method in class com.netbreeze.bbowl.BeanWrapper
Returns the name of this bean
toString() - Method in class com.netbreeze.bbowl.test.TestObject
 
triangle - Static variable in class com.netbreeze.swing.PlayButton
 

U

unbind() - Method in class com.netbreeze.swing.PropertyValueControl
 
UP - Static variable in class com.netbreeze.swing.ArrowButton
 
Utility - class com.netbreeze.util.Utility.
 

V

validateComponent(Component) - Method in interface com.netbreeze.swing.ComponentValidator
Checks the contents of the given control and determines whether or not the data is valid.
VALUE - Static variable in class com.netbreeze.swing.NumberField
Property constant (used in PropertyChangeEvents)
valueChanged(ListSelectionEvent) - Method in class com.netbreeze.swing.StaticMethodsPanel
 
valueChanged(ListSelectionEvent) - Method in class com.netbreeze.swing.MethodsPanel
 
VERTICAL - Static variable in class com.netbreeze.swing.ScrollButtonPanel
 
VerticalLayout - class com.netbreeze.swing.VerticalLayout.
 
VerticalLayout() - Constructor for class com.netbreeze.swing.VerticalLayout
 
VerticalLayout(int, boolean) - Constructor for class com.netbreeze.swing.VerticalLayout
 
VerticalLayout(int, boolean, int) - Constructor for class com.netbreeze.swing.VerticalLayout
 
vetoableChange(PropertyChangeEvent) - Method in class com.netbreeze.bbowl.BeanBowl
This is used for BeanWrappers to tell their BeanBowl that a property such as "name" or "selected" is about to change, allowing the BeanBowl to fire a PropertyVetoException to stop the change if it likes.

W

write(byte[]) - Method in class com.netbreeze.swing.TextAreaOutputStream
 
write(byte[], int, int) - Method in class com.netbreeze.swing.TextAreaOutputStream
 
write(int) - Method in class com.netbreeze.swing.TextAreaOutputStream
 

A B C D E F G H I K L M N O P R S T U V W