Skip navigation links
A B C D E F G H I J L M O P R S T U V W X Y 

A

AbsoluteTableConstraints - Class in org.softsmithy.lib.swing.customizer.layout
 
AbsoluteTableConstraints(int, int, int, int, Component, TableLayout) - Constructor for class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
Creates a new instance of DefaultTableLayoutConstraints
AbsoluteTableConstraints(Rectangle, Component, TableLayout) - Constructor for class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
AbstractAxis() - Constructor for class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
AbstractCustomizer - Class in org.softsmithy.lib.swing.customizer
The base class of components with visually customizable properties support.
AbstractCustomizer() - Constructor for class org.softsmithy.lib.swing.customizer.AbstractCustomizer
Creates a new instance of this class.
AbstractCustomizerPropertyTableModel - Class in org.softsmithy.lib.swing.customizer.table
 
AbstractCustomizerPropertyTableModel(List<String>, AbstractCustomizer, String, Locale) - Constructor for class org.softsmithy.lib.swing.customizer.table.AbstractCustomizerPropertyTableModel
Creates a new instance of AbstractCustomizerPropertyTableModel
AbstractState - Class in org.softsmithy.lib.swing.customizer.state
 
AbstractState() - Constructor for class org.softsmithy.lib.swing.customizer.state.AbstractState
 
AbstractTableConstraints - Class in org.softsmithy.lib.swing.customizer.layout
 
AbstractTableConstraints(Component, TableLayout) - Constructor for class org.softsmithy.lib.swing.customizer.layout.AbstractTableConstraints
Creates a new instance of AbstractTableConstraints
AbstractTableLayout - Class in org.softsmithy.lib.swing.customizer.layout
 
AbstractTableLayout() - Constructor for class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
AbstractTableLayout.AbstractAxis - Class in org.softsmithy.lib.swing.customizer.layout
 
AbstractTextCustomizer - Class in org.softsmithy.lib.swing.customizer
This is a base class for customizers of components, which can display a text.
AbstractTextCustomizer() - Constructor for class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Creates a new instance of this class.
AbstractTextCustomizer(JComponent) - Constructor for class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Creates a new instance of this class.
ActivationManager - Class in org.softsmithy.lib.swing.customizer
 
ActivationManager() - Constructor for class org.softsmithy.lib.swing.customizer.ActivationManager
Creates a new instance of ActivationManager
addAction(CustomizerAction) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionManager
 
addActionListener(ActionListener) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Adds an ActionListener.
addComponentLayoutListener(ComponentLayoutListener) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
addComponentLayoutListener(Component, ComponentLayoutListener) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
addComponentLayoutListener(ComponentLayoutListener) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
addComponentLayoutListener(Component, ComponentLayoutListener) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
addComponentLayoutListener(ComponentLayoutListener) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
addComponentLayoutListener(Component, ComponentLayoutListener) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
addCustomizer(JCustomizer, CustomizerConstraints) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
addCustomizerListener(CustomizerListener) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Adds a CustomizerListener.
addCustomizerPane(JCustomizerPane) - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
 
addCustomizerSelectionListener(CustomizerSelectionListener) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
addImpl(Component, Object, int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Adds the specified component to this container at the specified index.
addLayoutComponent(String, Component) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.
addLayoutComponent(Component, Object) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
Adds the specified component to the layout, using the specified constraint object.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
Adds a PropertyChangeListener to the listener list.
addTextAlignCenterButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
addTextAlignLeftButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
addTextAlignRightButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
addTextBoldButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
addTextItalicButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
adjustBounds(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
adjustBounds(Rectangle) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
adjustHeight(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
adjustHeight(int, int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
adjustWidth(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
adjustWidth(int, int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
adjustX(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
adjustX(int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
adjustY(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
adjustY(int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
alignBottom(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
alignJustifyHorizontal(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
alignJustifyVertical(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
alignLeft(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
alignRight(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
alignTop(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
applyBorder(Border) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Applys a border to this customizer.
applyBorder() - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
 
applyBorder() - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
applyBorder() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
applyBorder() - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
applyCursor() - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
 
applyCursor() - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
applyCursor() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
applyCursor() - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 

B

BoundState(JCustomizer) - Constructor for class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 

C

calculateOffsets(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
calculateSizes(int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
clearSelection() - Method in interface org.softsmithy.lib.swing.customizer.CustomizerBar
 
clearSelection() - Method in class org.softsmithy.lib.swing.customizer.JTabbedCustomizerBar
 
clearSelection() - Method in class org.softsmithy.lib.swing.customizer.JTableCustomizerBar
 
clearSelection() - Method in class org.softsmithy.lib.swing.customizer.JTreeCustomizerBar
 
clearSelection() - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
colSpan(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
colSpan(int, int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
columnIndex(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
columnIndex(int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
configureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
 
configureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.EditableStateManager
 
configureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.HiddenStateManager.HiddenState
 
configureCustomizer() - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
configureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
configureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
configureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
consumeSelection(JCustomizerPane, Point) - Method in interface org.softsmithy.lib.swing.customizer.CustomizerBar
 
consumeSelection(JCustomizerPane, Point) - Method in class org.softsmithy.lib.swing.customizer.JTabbedCustomizerBar
 
contains(Point) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder.Handle
 
contains(Point) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.ResizeState
 
createAlignBottomAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createAlignJustifyHorizontalAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createAlignJustifyVerticalAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createAlignLeftAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createAlignRightAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createAlignTopAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createRelRectangle(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 
createRelRectangle(MouseEvent, int, int, int, int) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 
createTextAlignCenterAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createTextAlignLeftAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createTextAlignRightAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createTextBoldAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
createTextItalicAction(Locale) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
CustomizerAction - Interface in org.softsmithy.lib.swing.customizer.action
 
CustomizerActionFactory - Class in org.softsmithy.lib.swing.customizer.action
The CustomizerActionFactory provides default implementations of some actions which can be usefull when working with customizers.
CustomizerActionFactory(SelectionManager) - Constructor for class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
Creates a new instance of CustomizerActionFactory
CustomizerActionManager - Class in org.softsmithy.lib.swing.customizer.action
The CustomizerActionManager enables and disables Actions when the current selection of customizers changes.
CustomizerActionManager() - Constructor for class org.softsmithy.lib.swing.customizer.action.CustomizerActionManager
Creates a new instance of CustomizerActionManager
CustomizerBar - Interface in org.softsmithy.lib.swing.customizer
A CustomizerBar can be registered to a JCustomizerPane.
CustomizerConstraints - Interface in org.softsmithy.lib.swing.customizer.layout
 
CustomizerEnvironment - Class in org.softsmithy.lib.swing.customizer
 
CustomizerEnvironment() - Constructor for class org.softsmithy.lib.swing.customizer.CustomizerEnvironment
Creates a new instance of CustomizerEnvironment
CustomizerEvent - Class in org.softsmithy.lib.swing.customizer.event
 
CustomizerEvent(Object, int, int, int, int) - Constructor for class org.softsmithy.lib.swing.customizer.event.CustomizerEvent
Creates a new instance of CustomizerEvent
CustomizerItemListenerProvider - Class in org.softsmithy.lib.swing.customizer.action
 
CustomizerItemListenerProvider(SelectionManager) - Constructor for class org.softsmithy.lib.swing.customizer.action.CustomizerItemListenerProvider
Creates a new instance of CustomizerActionFactory
CustomizerLayout - Interface in org.softsmithy.lib.swing.customizer.layout
 
CustomizerListener - Interface in org.softsmithy.lib.swing.customizer.event
 
CustomizerPropertyButtonManager - Class in org.softsmithy.lib.swing.customizer
 
CustomizerPropertyButtonManager() - Constructor for class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
Creates a new instance of CustomizerActionFactory
CustomizerPropertyTableModel - Class in org.softsmithy.lib.swing.customizer.table
 
CustomizerPropertyTableModel(List<String>, JCustomizer, String, Locale) - Constructor for class org.softsmithy.lib.swing.customizer.table.CustomizerPropertyTableModel
Creates a new instance of PropertyTableModel
customizerResetBoundsRel(CustomizerEvent) - Method in interface org.softsmithy.lib.swing.customizer.event.CustomizerListener
 
customizerResetBoundsRel(CustomizerEvent) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
customizerResetBoundsRel(CustomizerEvent) - Method in class org.softsmithy.lib.swing.customizer.table.CustomizerPropertyTableModel
 
customizerReshapeRel(CustomizerEvent) - Method in interface org.softsmithy.lib.swing.customizer.event.CustomizerListener
 
customizerReshapeRel(CustomizerEvent) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
customizerReshapeRel(CustomizerEvent) - Method in class org.softsmithy.lib.swing.customizer.table.CustomizerPropertyTableModel
 
CustomizerSelectionEvent - Class in org.softsmithy.lib.swing.customizer.event
 
CustomizerSelectionEvent(Object, Set<JCustomizer>, JCustomizer, Set<String>) - Constructor for class org.softsmithy.lib.swing.customizer.event.CustomizerSelectionEvent
Creates a new instance of CustomizerSelectionEvent
CustomizerSelectionListener - Interface in org.softsmithy.lib.swing.customizer.event
 

D

DefaultCustomizerAction - Class in org.softsmithy.lib.swing.customizer.action
 
DefaultCustomizerAction() - Constructor for class org.softsmithy.lib.swing.customizer.action.DefaultCustomizerAction
Creates a new instance of DefaultCustomizerAction
DefaultCustomizerAction(Set<String>) - Constructor for class org.softsmithy.lib.swing.customizer.action.DefaultCustomizerAction
 
DefaultState(JCustomizer) - Constructor for class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
deleteColumn(int, boolean) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
deleteColumn(int, boolean) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
deleteRow(int, boolean) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
deleteRow(int, boolean) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
deleteSelection() - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
deselect(JCustomizer) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
drawGrid(Container, Graphics) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
drawGrid(Container, Graphics) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
drawLayoutHelp(Container, Graphics) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
drawLayoutHelp(Container, Graphics) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 

E

EditableStateManager - Class in org.softsmithy.lib.swing.customizer.state
 
EditableStateManager(AbstractTextCustomizer) - Constructor for class org.softsmithy.lib.swing.customizer.state.EditableStateManager
Creates a new instance of EditableStateManager
ensureValidity(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
ensureValidity(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
ensureValidity(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 

F

fireActionEvent(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Fires an ActionEvent.
fireCustomizerResetBoundsRel(CustomizerEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Fires a CustomizerEvent to notify the CustomizerListeners that the bounds of this customizer have been relatively changed.
fireCustomizerReshapeRel(CustomizerEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Fires a CustomizerEvent to notify the CustomizerListeners this customizer have been relatively reshaped.
focusGained(FocusEvent) - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
focusGained(FocusEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
focusLost(FocusEvent) - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
focusLost(FocusEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 

G

getAbsoluteBounds() - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
getAbsoluteBounds() - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerConstraints
 
getAbsoluteBounds() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
getActiveBorderColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property activeBorderColor.
getActiveCustomizer() - Method in class org.softsmithy.lib.swing.customizer.event.CustomizerSelectionEvent
Getter for property activeCustomizer.
getActiveCustomizer() - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
getActiveCustomizer() - Method in class org.softsmithy.lib.swing.customizer.table.AbstractCustomizerPropertyTableModel
 
getActiveCustomizerPane() - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
 
getAllStyleProviders() - Method in class org.softsmithy.lib.swing.customizer.CustomizerEnvironment
 
getBorder() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
getBorderInsets(Component) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getBorderInsets(Component, Insets) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getCellEditorValue() - Method in class org.softsmithy.lib.swing.customizer.style.StyleCellEditor
Forwards the message from the CellEditor to the delegate.
getColor() - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Getter for property color.
getColSpan() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
Getter for property colSpan.
getColumn() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
Gets a string representation of this TableLayoutConstraints.
getColumns() - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
Indicates whether or not the size of the cells are known for the last known size of the container.
getColumns() - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Indicates whether or not the size of the cells are known for the last known size of the container.
getColumnWidth(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
getColumnWidth(int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
getCommonCustomizableProperties(Collection<? extends AbstractCustomizer>) - Static method in class org.softsmithy.lib.swing.customizer.AbstractCustomizer
Gets the common supported visually customizable bound properties of the specified customizers.
getCommonCustomizableProperties() - Method in class org.softsmithy.lib.swing.customizer.event.CustomizerSelectionEvent
 
getCommonCustomizableProperties() - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
Getter for property commonCustomizableProperties.
getComponent() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Gets the wrapped component.
getComponent() - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableConstraints
Getter for property component.
getComponents(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
getCustomizableProperties() - Method in class org.softsmithy.lib.swing.customizer.AbstractCustomizer
Gets the supported visually customizable bound properties.
getCustomizer() - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
getCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
getCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
getCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
getCustomizerBar() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property customizerBar.
getCustomizerConstraints(Component) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
getCustomizerConstraints(Component) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
getCustomizerLayout() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
getCustomizerPropertyTableModel() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
 
getCustomizers() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
getCustomNormalBorderColor() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property customNormalBorderColor.
getCustomSelectedBorderColor() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property customSelectedBorderColor.
getDefaultColumnWidth() - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Getter for property defaultColumnWidth.
getDefaultNormalCustomizerBorderColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property defaultNormalCustomizerBorderColor.
getDefaultRowHeight() - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Getter for property defaultRowHeight.
getDefaultSelectedCustomizerBorderColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property defaultSelectedCustomizerBorderColor.
getDheight() - Method in class org.softsmithy.lib.swing.customizer.event.CustomizerEvent
Getter for property dheight.
getDwidth() - Method in class org.softsmithy.lib.swing.customizer.event.CustomizerEvent
Getter for property dwidth.
getDx() - Method in class org.softsmithy.lib.swing.customizer.event.CustomizerEvent
Getter for property dx.
getDy() - Method in class org.softsmithy.lib.swing.customizer.event.CustomizerEvent
Getter for property dy.
getEditableState() - Method in class org.softsmithy.lib.swing.customizer.state.EditableStateManager
 
getEditableStateManager() - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Gets the editable state manager.
getEditor() - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Gets the inline text editor of this text customizer.
getEHandle() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getEResizeState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property eResizeState.
getGlassPane() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Gets the glass pane over the wrapped component.
getHandle() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.ResizeState
 
getHandleAt(Point) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getHandleBorder() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 
getHandles() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getHeight() - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
Getter for property height.
getHeight() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
getHeight() - Method in interface org.softsmithy.lib.swing.customizer.layout.TableConstraints
 
getHorizontalAlignment() - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Gets the horizontal alignment of the text.
getHorizontalAlignment() - Method in class org.softsmithy.lib.swing.customizer.JButtonCustomizer
Gets the horizontal alignment of the text.
getHorizontalAlignment() - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Gets the horizontal alignment of the text.
getHorizontalAlignment() - Method in class org.softsmithy.lib.swing.customizer.JLabelCustomizer
Gets the horizontal alignment of the text.
getHtmlBody() - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Gets the HTML body.
getInactiveBorderColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property inactiveBorderColor.
getIntersectedCustomizers(Rectangle2D) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
getLastX() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
Getter for property lastX.
getLastY() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
Getter for property lastY.
getLayoutAlignmentX(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
Returns the alignment along the y axis.
getLayoutHelpColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property layoutHelpColor.
getLine2D() - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Getter for property line2D.
getLine2D() - Method in class org.softsmithy.lib.swing.customizer.Line2DOrientation
 
getLocalCustomizerEnvironment() - Static method in class org.softsmithy.lib.swing.customizer.CustomizerEnvironment
 
getLocale() - Method in class org.softsmithy.lib.swing.customizer.style.StyleCellEditor
Getter for property locale.
getMoveState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property moveState.
getNeededCustomizableProperties() - Method in interface org.softsmithy.lib.swing.customizer.action.CustomizerAction
 
getNeededCustomizableProperties() - Method in class org.softsmithy.lib.swing.customizer.action.DefaultCustomizerAction
Getter for property neededCustomizableProperties.
getNeededCustomizableProperties() - Method in class org.softsmithy.lib.swing.customizer.action.ReflectiveCustomizerAction
Getter for property neededCustomizableProperties.
getNEHandle() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getNEResizeState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property nEResizeState.
getNHandle() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getNormalBorderColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Gets the color of the border of the normal state.
getNormalBorderColor() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property normalBorderColor.
getNormalState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property normalState.
getNResizeState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property nResizeState.
getNWHandle() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getNWResizeState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property nWResizeState.
getOrientation() - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Getter for property orientation.
getParent() - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
getParentCustomizerPane() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Gets the parent JCustomizerPane.
getRbBaseName() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
Getter for property rbBaseName.
getRect() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder.Handle
 
getRelativeBounds() - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
getRelativeBounds() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
getRelativeBounds() - Method in interface org.softsmithy.lib.swing.customizer.layout.TableConstraints
 
getResourceBundleBaseName() - Method in class org.softsmithy.lib.swing.customizer.Line2DOrientation
 
getRow() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
getRowHeight() - Method in class org.softsmithy.lib.swing.customizer.JTableCustomizerBar
 
getRowHeight(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
getRowHeight(int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
getRows() - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
getRows() - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
getRowSpan() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
Getter for property rowSpan.
getSEHandle() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getSelectedBorderColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Gets the color of the border of the selected state.
getSelectedBorderColor() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property selectedBorderColor.
getSelectedCustomizers() - Method in class org.softsmithy.lib.swing.customizer.event.CustomizerSelectionEvent
Getter for property selectedCustomizers.
getSelectedCustomizers() - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
getSelectedNode() - Method in class org.softsmithy.lib.swing.customizer.JTreeCustomizerBar
 
getSelectedState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property selectedState.
getSelection() - Method in class org.softsmithy.lib.swing.customizer.JTableCustomizerBar
 
getSelectionManager() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property selectionManager.
getSEResizeState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property sEResizeState.
getSHandle() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getSResizeState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property sResizeState.
getStartX() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
Getter for property startX.
getStartY() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
Getter for property startY.
getState() - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
Getter for property state.
getStateManager() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Gets the state manager.
getSWHandle() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getSWResizeState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property sWResizeState.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.softsmithy.lib.swing.customizer.style.StyleCellEditor
Implements the TableCellEditor interface.
getTableConstraints(Component) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Getter for property constraints.
getTableConstraints(Component) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
getTableLayout() - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableConstraints
Getter for property tableLayout.
getTableModel() - Method in class org.softsmithy.lib.swing.customizer.JTableCustomizerBar
 
getText() - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Gets the text from the wrapped component.
getText() - Method in class org.softsmithy.lib.swing.customizer.JButtonCustomizer
Gets the text from the wrapped AbstractButton.
getText() - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Gets the HTML body.
getText() - Method in class org.softsmithy.lib.swing.customizer.JLabelCustomizer
Gets the text from the wrapped JLabel.
getTextBoldItemListener() - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerItemListenerProvider
 
getTextCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.EditableStateManager
 
getTextItalicItemListener() - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerItemListenerProvider
 
getThickness() - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Getter for property thickness.
getToolTipText() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Returns the tooltip string that has been set with setToolTipText.
getTree() - Method in class org.softsmithy.lib.swing.customizer.JTreeCustomizerBar
 
getWHandle() - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
getWidth() - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
Getter for property width.
getWidth() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
getWidth() - Method in interface org.softsmithy.lib.swing.customizer.layout.TableConstraints
 
getWResizeState() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property wResizeState.
getX() - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
Getter for property x.
getX() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
getX() - Method in interface org.softsmithy.lib.swing.customizer.layout.TableConstraints
 
getXIcon() - Method in class org.softsmithy.lib.swing.customizer.JXIconCustomizer
Getter for property imageSrc.
getXIconLabel() - Method in class org.softsmithy.lib.swing.customizer.JXIconCustomizer
 
getY() - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
Getter for property y.
getY() - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
getY() - Method in interface org.softsmithy.lib.swing.customizer.layout.TableConstraints
 

H

Handle(int) - Constructor for class org.softsmithy.lib.swing.customizer.border.HandleBorder.Handle
 
HandleBorder - Class in org.softsmithy.lib.swing.customizer.border
http://www.javaworld.com/javaworld/jw-04-2002/jw-0426-designpatterns_p.html
HandleBorder() - Constructor for class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
HandleBorder(Color, int) - Constructor for class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
HandleBorder(Color) - Constructor for class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
HandleBorder(int, Color) - Constructor for class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
HandleBorder(int) - Constructor for class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
HandleBorder(int, Color, int) - Constructor for class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
HandleBorder.Handle - Class in org.softsmithy.lib.swing.customizer.border
 
hasSelection() - Method in interface org.softsmithy.lib.swing.customizer.CustomizerBar
 
hasSelection() - Method in class org.softsmithy.lib.swing.customizer.JTabbedCustomizerBar
 
hasSelection() - Method in class org.softsmithy.lib.swing.customizer.JTableCustomizerBar
 
hasSelection() - Method in class org.softsmithy.lib.swing.customizer.JTreeCustomizerBar
 
height(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
height(int, int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
HiddenState(State) - Constructor for class org.softsmithy.lib.swing.customizer.state.HiddenStateManager.HiddenState
 
HiddenStateManager - Class in org.softsmithy.lib.swing.customizer.state
 
HiddenStateManager(AbstractTextCustomizer) - Constructor for class org.softsmithy.lib.swing.customizer.state.HiddenStateManager
Creates a new instance of EditableStateManager
HiddenStateManager.HiddenState - Class in org.softsmithy.lib.swing.customizer.state
 
HORIZONTAL - Static variable in class org.softsmithy.lib.swing.customizer.Line2DOrientation
 

I

InfiniteTableLayout - Class in org.softsmithy.lib.swing.customizer.layout
 
InfiniteTableLayout(int, int, Container) - Constructor for class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Creates a new instance of UnlimitedTableLayout
InfiniteTableLayout(Container) - Constructor for class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
insertColumn(int, boolean) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
insertColumn(int, boolean) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
insertRow(int, boolean) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
insertRow(int, boolean) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
insertTab(String, Icon, Component, String, int) - Method in class org.softsmithy.lib.swing.customizer.JTabbedCustomizerBar
Inserts a component, at index, represented by a title and/or icon, either of which may be null.
invalidate() - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
invalidateLayout(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
isActivationBorderEnabled() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property activationBorderEnabled.
isActive() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property active.
isActive() - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Getter for property active.
isActive() - Method in interface org.softsmithy.lib.swing.customizer.state.State
Getter for property active.
isActive() - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
Getter for property active.
isDefaultColumn(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
isDefaultRow(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
isDragging() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 
isEditable() - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Indicates if this text customizer is editable.
isEditable() - Method in class org.softsmithy.lib.swing.customizer.style.StyleProviderComboBox
Returns true if the JComboBox is editable.
isEditorScrollable() - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Indicates if the editor should be scrollable.
isFireingSelectionChanged() - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
Getter for property fireingSelectionChanged.
isSelected(JCustomizer) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
isShowingLayoutHelp() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Getter for property showingConstraints.
isUsingDefaultNormalBorderColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Tells if this customizer is using the default color of the border of the normal state.
isUsingDefaultNormalBorderColor() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property usingDefaultNormalBorderColor.
isUsingDefaultSelectedBorderColor() - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Tells if this customizer is using the default color of the border of the selected state.
isUsingDefaultSelectedBorderColor() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Getter for property usingDefaultSelectedBorderColor.
isValid(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
isValid() - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
isValid(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 

J

JButtonCustomizer - Class in org.softsmithy.lib.swing.customizer
A customizer to customize the text of an AbstractButton.
JButtonCustomizer() - Constructor for class org.softsmithy.lib.swing.customizer.JButtonCustomizer
Creates a new instance of this class by creating a new JButtton with an empty String.
JButtonCustomizer(AbstractButton) - Constructor for class org.softsmithy.lib.swing.customizer.JButtonCustomizer
Creates a new text customizer fo the specified AbstractButton.
JButtonCustomizer(String) - Constructor for class org.softsmithy.lib.swing.customizer.JButtonCustomizer
Creates a new instance of this class by creating a new JButton with the specified String.
JCustomizer - Class in org.softsmithy.lib.swing.customizer
This component wraps another component to make it visually customizable.
JCustomizer() - Constructor for class org.softsmithy.lib.swing.customizer.JCustomizer
Creates a new instance of this class.
JCustomizer(JComponent) - Constructor for class org.softsmithy.lib.swing.customizer.JCustomizer
Creates a new instance of this class.
JCustomizerPane - Class in org.softsmithy.lib.swing.customizer
 
JCustomizerPane() - Constructor for class org.softsmithy.lib.swing.customizer.JCustomizerPane
Creates new form JCustomizerPane
JCustomizerPropertyTable - Class in org.softsmithy.lib.swing.customizer
 
JCustomizerPropertyTable() - Constructor for class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
Creates a new instance of PropertyTable
JCustomizerPropertyTable(CustomizerPropertyTableModel) - Constructor for class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
 
JHtmlCustomizer - Class in org.softsmithy.lib.swing.customizer
A basic HTML text customizer using JEditorPane to display and edit the HTML text.
JHtmlCustomizer() - Constructor for class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Creates a new instance of this class.
JLabelCustomizer - Class in org.softsmithy.lib.swing.customizer
A customizer to customize the text of a JLabel.
JLabelCustomizer() - Constructor for class org.softsmithy.lib.swing.customizer.JLabelCustomizer
Creates a new instance of this class by creating a new JLabel with an empty string.
JLabelCustomizer(JLabel) - Constructor for class org.softsmithy.lib.swing.customizer.JLabelCustomizer
Creates a new text customizer for the specified JLabel.
JLabelCustomizer(String) - Constructor for class org.softsmithy.lib.swing.customizer.JLabelCustomizer
Creates a new instance of this class by creating a new JLabel with the specified String.
JLine2DCustomizer - Class in org.softsmithy.lib.swing.customizer
 
JLine2DCustomizer() - Constructor for class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Creates a new instance of JLine2DCustomizer
JTabbedCustomizerBar - Class in org.softsmithy.lib.swing.customizer
 
JTabbedCustomizerBar() - Constructor for class org.softsmithy.lib.swing.customizer.JTabbedCustomizerBar
Creates a new instance of CustomizerBarPane
JTableCustomizerBar - Class in org.softsmithy.lib.swing.customizer
 
JTableCustomizerBar(TableModel) - Constructor for class org.softsmithy.lib.swing.customizer.JTableCustomizerBar
Creates new form CustomizerBarTabPane
JTableCustomizerBar(TableModel, int) - Constructor for class org.softsmithy.lib.swing.customizer.JTableCustomizerBar
Creates new form CustomizerBarTabPane
JTreeCustomizerBar - Class in org.softsmithy.lib.swing.customizer
 
JTreeCustomizerBar(TreeModel) - Constructor for class org.softsmithy.lib.swing.customizer.JTreeCustomizerBar
 
JTreeCustomizerBar(TreeNode) - Constructor for class org.softsmithy.lib.swing.customizer.JTreeCustomizerBar
 
JTreeCustomizerBar(JXTree) - Constructor for class org.softsmithy.lib.swing.customizer.JTreeCustomizerBar
 
JXIconCustomizer - Class in org.softsmithy.lib.swing.customizer
JXIconCustomizer allows visual scaling of icons.
JXIconCustomizer() - Constructor for class org.softsmithy.lib.swing.customizer.JXIconCustomizer
Creates a new instance of this class
JXIconCustomizer(JXIconLabel) - Constructor for class org.softsmithy.lib.swing.customizer.JXIconCustomizer
Creates a new instance of this class
JXIconCustomizer(XIcon) - Constructor for class org.softsmithy.lib.swing.customizer.JXIconCustomizer
Creates a new instance of this class

L

layoutComponent(Container, Component) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
layoutComponent(Container, Component) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
layoutComponent(Container, Component) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
layoutContainer(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
Lays out the specified container.
Line2DOrientation - Class in org.softsmithy.lib.swing.customizer
 

M

makeColumnDefault(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
makeRowDefault(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
maximumLayoutSize(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
minimumLayoutSize(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Calculates the minimum size dimensions for the specified container, given the components it contains.
mouseClicked(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
 
mouseClicked(MouseEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
mouseClicked(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
mouseClicked(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
mouseDragged(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
mouseDragged(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
mouseEntered(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
mouseEntered(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
mouseExited(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
mouseExited(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.ResizeState
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
mouseMoved(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Invoked when the mouse button has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
mouseMoved(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 
mouseMoved(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when the mouse button has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
mousePressed(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
mousePressed(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.ResizeState
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
mouseReleased(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
mouseReleased(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 
mouseReleased(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.ResizeState
 
mouseReleased(MouseEvent) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 

O

org.softsmithy.lib.swing.customizer - package org.softsmithy.lib.swing.customizer
 
org.softsmithy.lib.swing.customizer.action - package org.softsmithy.lib.swing.customizer.action
 
org.softsmithy.lib.swing.customizer.border - package org.softsmithy.lib.swing.customizer.border
 
org.softsmithy.lib.swing.customizer.event - package org.softsmithy.lib.swing.customizer.event
 
org.softsmithy.lib.swing.customizer.layout - package org.softsmithy.lib.swing.customizer.layout
 
org.softsmithy.lib.swing.customizer.state - package org.softsmithy.lib.swing.customizer.state
 
org.softsmithy.lib.swing.customizer.style - package org.softsmithy.lib.swing.customizer.style
 
org.softsmithy.lib.swing.customizer.table - package org.softsmithy.lib.swing.customizer.table
 

P

paint(Component, Graphics2D, int, int) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder.Handle
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
paintComponent(Graphics) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Calls the UI delegate's paint method, if the UI delegate is non-null.
paintHandles(Component, Graphics, int, int) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
paintRectangle(Component, Graphics, int, int) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder
 
preferredLayoutSize(Container) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Calculates the preferred size dimensions for the specified container, given the components it contains.
propertyChange(PropertyChangeEvent) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
This method gets called when a bound property is changed.

R

ReflectiveCustomizerAction - Class in org.softsmithy.lib.swing.customizer.action
 
ReflectiveCustomizerAction(Object, String) - Constructor for class org.softsmithy.lib.swing.customizer.action.ReflectiveCustomizerAction
Creates a new instance of ReflectiveCustomizerAction
ReflectiveCustomizerAction(Object, StandardActionFactory, Locale) - Constructor for class org.softsmithy.lib.swing.customizer.action.ReflectiveCustomizerAction
 
ReflectiveCustomizerAction(Object, StandardActionFactory, Locale, Set<String>) - Constructor for class org.softsmithy.lib.swing.customizer.action.ReflectiveCustomizerAction
 
ReflectiveCustomizerAction(Object, String, Set<String>) - Constructor for class org.softsmithy.lib.swing.customizer.action.ReflectiveCustomizerAction
Creates a new instance of ReflectiveCustomizerAction
reinit() - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
 
RelativeTableConstraints - Class in org.softsmithy.lib.swing.customizer.layout
The following inner class is used to bind components to their constraints.
RelativeTableConstraints(Component, TableLayout) - Constructor for class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
RelativeTableConstraints(int, int, int, int, Component, TableLayout) - Constructor for class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
RelativeTableConstraints(Rectangle, Component, TableLayout) - Constructor for class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
reloadModel() - Method in class org.softsmithy.lib.swing.customizer.style.StyleProviderComboBox
 
removeAction(CustomizerAction) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionManager
 
removeActionListener(ActionListener) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Removes an ActionListener.
removeComponentLayoutListener(ComponentLayoutListener) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
removeComponentLayoutListener(Component, ComponentLayoutListener) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
removeComponentLayoutListener(ComponentLayoutListener) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
removeComponentLayoutListener(Component, ComponentLayoutListener) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
 
removeComponentLayoutListener(ComponentLayoutListener) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
removeComponentLayoutListener(Component, ComponentLayoutListener) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
removeCustomizerListener(CustomizerListener) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Removes a CustomizerListener.
removeCustomizerPane(JCustomizerPane) - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
 
removeCustomizerSelectionListener(CustomizerSelectionListener) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
 
removeLayoutComponent(Component) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Removes the specified component from the layout.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
Removes a PropertyChangeListener from the listener list.
removeTextAlignCenterButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
removeTextAlignLeftButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
removeTextAlignRightButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
removeTextBoldButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
removeTextItalicButton(AbstractButton) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
resetBorder(Color) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
 
resetBorder(Color) - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
resetBorder(Color) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 
resetBorder(Color) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
resetBorder(Color) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
reshapeRel(int, int, int, int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Relatively reshapes this customizer.
reshapeRelOnly(int, int, int, int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Relatively reshapes this customizer without firing an event.
ResizeState(JCustomizer) - Constructor for class org.softsmithy.lib.swing.customizer.state.StateManager.ResizeState
 
rowIndex(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
rowIndex(int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
rowSpan(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
rowSpan(int, int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 

S

select(JCustomizer, Point) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
Add the specified customizer to the selection.
select(JCustomizer) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
Add the specified customizer to the selection.
selectionChanged(CustomizerSelectionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionManager
 
selectionChanged(CustomizerSelectionEvent) - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
 
selectionChanged(CustomizerSelectionEvent) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
selectionChanged(CustomizerSelectionEvent) - Method in interface org.softsmithy.lib.swing.customizer.event.CustomizerSelectionListener
 
selectionChanged(CustomizerSelectionEvent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
 
SelectionManager - Class in org.softsmithy.lib.swing.customizer
 
SelectionManager() - Constructor for class org.softsmithy.lib.swing.customizer.SelectionManager
Creates a new instance of SelectionManager
setAbsoluteBounds(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableConstraints
 
setAbsoluteBounds(Rectangle) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerConstraints
 
setAbsoluteBounds(Component, Rectangle) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
setAbsoluteBounds(Component, Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
setAbsoluteBoundsOnly(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
setAbsoluteBoundsOnly(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableConstraints
 
setAbsoluteBoundsOnly(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
setAbsoluteCustomizerBounds(JCustomizer, Rectangle) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
setActivationBorderEnabled(boolean) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property activationBorderEnabled.
setActive(boolean) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property active.
setActive(boolean) - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
Setter for property active.
setActive(boolean) - Method in interface org.softsmithy.lib.swing.customizer.state.State
Setter for property active.
setActive(boolean) - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
Setter for property active.
setActiveBorderColor(Color) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property activeBorderColor.
setActiveCustomizerPane(JCustomizerPane) - Method in class org.softsmithy.lib.swing.customizer.ActivationManager
 
setAllStyleProviders(List<StyleProvider>) - Method in class org.softsmithy.lib.swing.customizer.CustomizerEnvironment
 
setBorder(Border) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.DefaultState
 
setBoundsRel(int, int, int, int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Relatively changes the bounds of this customizer.
setBoundsRelOnly(int, int, int, int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Relatively changes the bounds of this customizer without firing an event.
setColor(Color) - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Setter for property color.
setColSpan(int) - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
Setter for property colSpan.
setColumn(int) - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
Setter for property column.
setColumnWidth(int, double) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
setColumnWidth(int, double) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
setComponent(JComponent) - Method in class org.softsmithy.lib.swing.customizer.JButtonCustomizer
Sets the AbstractButton to wrap.
setComponent(JComponent) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Sets the wrapped component.
setComponent(JComponent) - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Sets and configures the JEditorPane to wrap.
setComponent(JComponent) - Method in class org.softsmithy.lib.swing.customizer.JLabelCustomizer
Sets the JLabel to wrap.
setComponent(JComponent) - Method in class org.softsmithy.lib.swing.customizer.JXIconCustomizer
Setter for property component.
setCurrentSelectedBorderColor(StateManager.BorderColor) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Setter for property currentSelectedBorderColor.
setCustomizableProperties(Set<String>) - Method in class org.softsmithy.lib.swing.customizer.AbstractCustomizer
Sets the supported visually customizable bound properties.
setCustomizerBar(CustomizerBar) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property customizerBar.
setCustomizerConstraints(Component, CustomizerConstraints) - Method in interface org.softsmithy.lib.swing.customizer.layout.CustomizerLayout
 
setCustomizerConstraints(Component, CustomizerConstraints) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
setCustomizerLayout(CustomizerLayout) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
 
setCustomizerPropertyTableModel(CustomizerPropertyTableModel) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
 
setCustomNormalBorderColor(Color) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setCustomSelectedBorderColor(Color) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setDefaultBackground(Color) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
 
setDefaultColumnWidth(int, boolean) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Setter for property defaultColumnWidth.
setDefaultFont(Font) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
 
setDefaultFont(Font) - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Sets the font of this customizer.
setDefaultForeground(Color) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
 
setDefaultForeground(Color) - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Sets the forground color of this customizer.
setDefaultNormalCustomizerBorderColor(Color) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property defaultNormalCustomizerBorderColor.
setDefaultOpaque(boolean) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
 
setDefaultRowHeight(int, boolean) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
Setter for property defaultRowHeight.
setDefaultSelectedCustomizerBorderColor(Color) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property defaultSelectedCustomizerBorderColor.
setEditable(boolean) - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Sets if this text customizer is editable.
setEditableStateManager(EditableStateManager) - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Sets the editable state manager.
setEditor(JTextComponent) - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Sets the inline text editor of this text customizer.
setEditorScrollable(boolean) - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Sets if the editor should be scrollable.
setHeight(int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Sets the height.
setHeight(int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
setHorizontalAlignment(HorizontalAlignment) - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Sets the horizontal alignment of the text.
setHorizontalAlignmentOnly(HorizontalAlignment) - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Sets the horizontal alignment of the text.
setHorizontalAlignmentOnly(HorizontalAlignment) - Method in class org.softsmithy.lib.swing.customizer.JButtonCustomizer
Sets the horizontal alignment of the text.
setHorizontalAlignmentOnly(HorizontalAlignment) - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Sets the horizontal alignment of the text.
setHorizontalAlignmentOnly(HorizontalAlignment) - Method in class org.softsmithy.lib.swing.customizer.JLabelCustomizer
Sets the horizontal alignment of the text.
setHtmlBody(String) - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Sets the HTML body.
setInactiveBorderColor(Color) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property inactiveBorderColor.
setLayout(LayoutManager) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Sets the layout manager for this container.
setLayoutHelpColor(Color) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property layoutHelpColor.
setLine2D(Line2D) - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Setter for property line2D.
setLocale(Locale) - Method in class org.softsmithy.lib.swing.customizer.style.StyleCellEditor
Setter for property locale.
setLocale(Locale) - Method in class org.softsmithy.lib.swing.customizer.style.StyleProviderComboBox
Sets the locale of this component.
setModel(TableModel) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
 
setModel(ComboBoxModel) - Method in class org.softsmithy.lib.swing.customizer.style.StyleProviderComboBox
Sets the data model that the JComboBox uses to obtain the list of items.
setNeededCustomizableProperties(Set<String>) - Method in interface org.softsmithy.lib.swing.customizer.action.CustomizerAction
 
setNeededCustomizableProperties(Set<String>) - Method in class org.softsmithy.lib.swing.customizer.action.DefaultCustomizerAction
Setter for property neededCustomizableProperties.
setNeededCustomizableProperties(Set<String>) - Method in class org.softsmithy.lib.swing.customizer.action.ReflectiveCustomizerAction
Setter for property neededCustomizableProperties.
setOrientation(Line2DOrientation) - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Setter for property orientation.
setPropertyTableModel(PropertyTableModel) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
 
setRbBaseName(String) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPropertyTable
Setter for property rbBaseName.
setRect(int, int) - Method in class org.softsmithy.lib.swing.customizer.border.HandleBorder.Handle
 
setRelativeBounds(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableConstraints
 
setRelativeBounds(Component, Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
setRelativeBounds(Rectangle) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableConstraints
 
setRelativeBounds(Component, Rectangle) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
setRelativeBoundsOnly(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
setRelativeBoundsOnly(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableConstraints
 
setRelativeBoundsOnly(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
 
setRenderer(ListCellRenderer) - Method in class org.softsmithy.lib.swing.customizer.style.StyleProviderComboBox
Sets the renderer that paints the list items and the item selected from the list in the JComboBox field.
setRow(int) - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
Setter for property row.
setRowHeight(int, double) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
setRowHeight(int, double) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
setRowSpan(int) - Method in class org.softsmithy.lib.swing.customizer.layout.RelativeTableConstraints
Setter for property rowSpan.
setSelectionManager(SelectionManager) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property selectionManager.
setShowingLayoutHelp(boolean) - Method in class org.softsmithy.lib.swing.customizer.JCustomizerPane
Setter for property showingLayoutHelp.
setStart(Point) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager.BoundState
 
setState(State) - Method in class org.softsmithy.lib.swing.customizer.state.HiddenStateManager
 
setState(State) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateBound(Point) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateEditable() - Method in class org.softsmithy.lib.swing.customizer.state.EditableStateManager
 
setStateEResize() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateManager(StateManager) - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Sets the editable state mananger of this text customizer.
setStateManager(StateManager) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Sets the state manager.
setStateMove() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateNEResize() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateNormal() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateNResize() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateNWResize() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateSelected() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateSEResize() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateSResize() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateSWResize() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setStateWResize() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
setTableConstraints(Component, TableConstraints) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
setTableConstraints(Component, TableConstraints) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
setText(String) - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Sets the text of the wrapped component.
setText(String) - Method in class org.softsmithy.lib.swing.customizer.JButtonCustomizer
Sets the text of the wrapped AbstractButton.
setText(String) - Method in class org.softsmithy.lib.swing.customizer.JHtmlCustomizer
Sets the HTML text.
setText(String) - Method in class org.softsmithy.lib.swing.customizer.JLabelCustomizer
Sets the text of the wrapped JLabel.
setThickness(float) - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Setter for property thickness.
setToolTipText(String) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Registers the text to display in a tool tip.
setUsingDefaultNormalBorderColor(boolean) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Specifies if this customizer should use the default or a custom color of the border of the normal state.
setUsingDefaultNormalBorderColor(boolean) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Setter for property usingDefaultNormalBorderColor.
setUsingDefaultSelectedBorderColor(boolean) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Specifies if this customizer should use the default or a custom color of the border of the selected state.
setUsingDefaultSelectedBorderColor(boolean) - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
Setter for property usingDefaultSelectedBorderColor.
setValid(boolean) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
setValueAt(Object, int, int) - Method in class org.softsmithy.lib.swing.customizer.table.AbstractCustomizerPropertyTableModel
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
setWidth(int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Sets the width.
setWidth(int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
setX(int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Sets the x coordinate.
setX(int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
setXIcon(XIcon) - Method in class org.softsmithy.lib.swing.customizer.JLine2DCustomizer
Setter for property icon.
setXIcon(XIcon) - Method in class org.softsmithy.lib.swing.customizer.JXIconCustomizer
 
setXIconLabel(JXIconLabel) - Method in class org.softsmithy.lib.swing.customizer.JXIconCustomizer
 
setY(int) - Method in class org.softsmithy.lib.swing.customizer.JCustomizer
Sets the y coordinate.
setY(int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbsoluteTableConstraints
 
singleSelect(JCustomizer, Point) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
Clear the current selection and then add the specified customizer to the selection.
singleSelect(JCustomizer) - Method in class org.softsmithy.lib.swing.customizer.SelectionManager
Clear the current selection and then add the specified customizer to the selection.
State - Interface in org.softsmithy.lib.swing.customizer.state
 
StateManager - Class in org.softsmithy.lib.swing.customizer.state
 
StateManager(JCustomizer) - Constructor for class org.softsmithy.lib.swing.customizer.state.StateManager
 
StateManager.BoundState - Class in org.softsmithy.lib.swing.customizer.state
 
StateManager.DefaultState - Class in org.softsmithy.lib.swing.customizer.state
The default state.
StateManager.ResizeState - Class in org.softsmithy.lib.swing.customizer.state
 
StateWrapper - Class in org.softsmithy.lib.swing.customizer.state
 
StateWrapper(State) - Constructor for class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
stopListening() - Method in class org.softsmithy.lib.swing.customizer.table.CustomizerPropertyTableModel
 
StyleCellEditor - Class in org.softsmithy.lib.swing.customizer.style
 
StyleCellEditor(Locale) - Constructor for class org.softsmithy.lib.swing.customizer.style.StyleCellEditor
Creates a new instance of HorizontalAlignmentCellEditor
StyleProviderComboBox - Class in org.softsmithy.lib.swing.customizer.style
 
StyleProviderComboBox(Locale) - Constructor for class org.softsmithy.lib.swing.customizer.style.StyleProviderComboBox
Creates a new instance of JTypesafeEnumComboBox
StyleProviderComboBoxModel - Class in org.softsmithy.lib.swing.customizer.style
 
StyleProviderComboBoxModel() - Constructor for class org.softsmithy.lib.swing.customizer.style.StyleProviderComboBoxModel
Creates a new instance of StyleProviderComboBoxModel

T

TableConstraints - Interface in org.softsmithy.lib.swing.customizer.layout
 
TableLayout - Interface in org.softsmithy.lib.swing.customizer.layout
 
textAlignCenter(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
textAlignCenter(PropertyChangeEvent) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
textAlignLeft(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
textAlignLeft(PropertyChangeEvent) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
textAlignRight(ActionEvent) - Method in class org.softsmithy.lib.swing.customizer.action.CustomizerActionFactory
 
textAlignRight(PropertyChangeEvent) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
textBold(PropertyChangeEvent) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
textItalic(PropertyChangeEvent) - Method in class org.softsmithy.lib.swing.customizer.CustomizerPropertyButtonManager
 
toString() - Method in class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer
Returns a string representation of this text customizer.

U

unconfigureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.AbstractState
 
unconfigureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.EditableStateManager
 
unconfigureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.HiddenStateManager.HiddenState
 
unconfigureCustomizer() - Method in interface org.softsmithy.lib.swing.customizer.state.State
 
unconfigureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.StateManager
 
unconfigureCustomizer() - Method in class org.softsmithy.lib.swing.customizer.state.StateWrapper
 
updateTableLayout() - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableConstraints
 

V

validate(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout.AbstractAxis
 
validateLayout(Rectangle) - Method in class org.softsmithy.lib.swing.customizer.layout.AbstractTableLayout
Calculates the sizes of the rows and columns based on the absolute and relative sizes specified in rowSpec and columnSpec and the size of the container.
VALUES - Static variable in class org.softsmithy.lib.swing.customizer.Line2DOrientation
 
VERTICAL - Static variable in class org.softsmithy.lib.swing.customizer.Line2DOrientation
 

W

width(int, int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
width(int, int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 

X

xLocation(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
xLocation(int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 

Y

yLocation(int) - Method in class org.softsmithy.lib.swing.customizer.layout.InfiniteTableLayout
 
yLocation(int) - Method in interface org.softsmithy.lib.swing.customizer.layout.TableLayout
 
A B C D E F G H I J L M O P R S T U V W X Y 
Skip navigation links

Copyright © 2012–2015 SoftSmithy. All rights reserved.