Serialized Form
-
Package net.thevpc.common.swing
-
Class net.thevpc.common.swing.DefaultAction
class DefaultAction extends AbstractAction implements Serializable -
Class net.thevpc.common.swing.SimpleRowHeaderRenderer
class SimpleRowHeaderRenderer extends JLabel implements Serializable-
Serialized Fields
-
table
JTable table
-
-
-
Class net.thevpc.common.swing.SystemPropertiesPanel
class SystemPropertiesPanel extends JPanel implements Serializable -
Class net.thevpc.common.swing.SystemPropertiesPanel.SystemPropertiesModel
class SystemPropertiesModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
keys
String[][] keys
-
-
-
Class net.thevpc.common.swing.TransferableImage
class TransferableImage extends Object implements Serializable- serialVersionUID:
- 7613537409206432362L
-
Serialized Fields
-
m_Data
BufferedImage m_Data
the image to transfer.
-
-
-
Package net.thevpc.common.swing.button
-
Class net.thevpc.common.swing.button.JBreadCrumb
class JBreadCrumb extends JPanel implements Serializable-
Serialized Fields
-
all
List<JButton> all
-
buttonClickedListener
ActionListener buttonClickedListener
-
EMPTY_MODEL
ObjectListModel EMPTY_MODEL
-
listeners
List<ObjectListModelListener> listeners
-
model
ObjectListModel model
-
-
-
Class net.thevpc.common.swing.button.JDropDownButton
class JDropDownButton extends JButton implements Serializable-
Serialized Fields
-
customMenuLocation
Point customMenuLocation
-
delay
int delay
-
menuChangeListener
ChangeListener menuChangeListener
-
menuEvent
MenuEvent menuEvent
-
paintHandle
boolean paintHandle
-
popupListener
JDropDownButton.WinListener popupListener
The window-closing listener for the popup.- See Also:
-
popupMenu
JPopupMenu popupMenu
/ b2.setIcon(new ImageIcon("D:/Personal/work/app/lib/resources/images/vpc/application/CalculatorAction.gif")); -
popupOrientation
int popupOrientation
-
quickActionDelay
int quickActionDelay
-
quickListeners
List<ActionListener> quickListeners
-
-
-
Class net.thevpc.common.swing.button.JDropDownButton.WinListener
class WinListener extends WindowAdapter implements Serializable-
Serialized Fields
-
popupMenu
JPopupMenu popupMenu
-
-
-
-
Package net.thevpc.common.swing.color
-
Class net.thevpc.common.swing.color.ColorChooserButton
class ColorChooserButton extends JDropDownButton implements Serializable-
Serialized Fields
-
clearColorAction
ActionListener clearColorAction
-
clearMenuItem
JMenuItem clearMenuItem
-
savedColor
Color savedColor
-
-
-
Class net.thevpc.common.swing.color.ColorChooserEditor
class ColorChooserEditor extends AbstractCellEditor implements Serializable -
Class net.thevpc.common.swing.color.JButtonColorChooser
class JButtonColorChooser extends JButton implements Serializable-
Serialized Fields
-
color
Color color
-
nullable
boolean nullable
-
-
-
Class net.thevpc.common.swing.color.JMenuItemColorChooser
class JMenuItemColorChooser extends JMenuItem implements Serializable-
Serialized Fields
-
color
Color color
-
nullable
boolean nullable
-
-
-
-
Package net.thevpc.common.swing.combo
-
Package net.thevpc.common.swing.dialog
-
Class net.thevpc.common.swing.dialog.JDialog2
class JDialog2 extends JDialog implements Serializable-
Serialized Fields
-
clientProperties
Map clientProperties
-
-
-
Class net.thevpc.common.swing.dialog.JFindReplaceDialog
class JFindReplaceDialog extends JDialog implements Serializable-
Serialized Fields
-
all
JPanel all
-
cancelButton
JButton cancelButton
-
caseSensitive
JCheckBox caseSensitive
-
documentStartOption
JCheckBox documentStartOption
-
findNextButton
JButton findNextButton
-
findText
JTextField findText
-
highlighter
Highlighter.HighlightPainter highlighter
-
hilightAllOption
JCheckBox hilightAllOption
-
holeWordOption
JCheckBox holeWordOption
-
regularExpressionOption
JCheckBox regularExpressionOption
-
textComponent
JTextComponent textComponent
-
unhilightButton
JButton unhilightButton
-
-
-
Class net.thevpc.common.swing.dialog.JOptionPane2
class JOptionPane2 extends JOptionPane implements Serializable-
Serialized Fields
-
dialog
JDialog dialog
-
-
-
Class net.thevpc.common.swing.dialog.MessageDialogPanel
class MessageDialogPanel extends JPanel implements Serializable-
Serialized Fields
-
buttonClicked
int buttonClicked
-
cancelButton
JButton cancelButton
-
cancelOnEscape
KeyAdapter cancelOnEscape
-
discardCheckbox
JCheckBox discardCheckbox
-
jLabel2
JLabel jLabel2
-
messagesContainer
JPanel messagesContainer
-
okButton
JButton okButton
-
showDetailsButton
JButton showDetailsButton
-
textArea
JTextArea textArea
-
textAreaScrollPane
JScrollPane textAreaScrollPane
-
title
String title
-
type
MessageDialogType type
-
-
-
-
Package net.thevpc.common.swing.dock
-
Class net.thevpc.common.swing.dock.JDockPane
class JDockPane extends JPanel implements Serializable-
Serialized Fields
-
all
IDockTools[] all
-
dispatcher
JDockTools.SelectionListener dispatcher
-
listeners
List<JDockTools.SelectionListener> listeners
-
splitPanes
JSplitPane[] splitPanes
-
splitPaneSizes
double[] splitPaneSizes
-
splitPaneUsed
boolean[] splitPaneUsed
-
-
-
Class net.thevpc.common.swing.dock.JDockTools
class JDockTools extends JPanel implements Serializable-
Serialized Fields
-
anchor
JDockAnchor anchor
-
bar
JToolBar bar
-
bg
ButtonGroup bg
-
lastSelected
JDockToolAndButton lastSelected
-
listeners
List<JDockTools.SelectionListener> listeners
-
pane
JPanel pane
-
selected
JDockToolAndButton selected
-
windows
List<JDockToolAndButton> windows
-
-
-
Class net.thevpc.common.swing.dock.JDockWindow
class JDockWindow extends JDockWindowBase implements Serializable-
Serialized Fields
-
content
JComponent content
-
contentReplace
JComponent contentReplace
-
-
-
Class net.thevpc.common.swing.dock.JDockWindowBase
class JDockWindowBase extends JPanel implements Serializable-
Serialized Fields
-
closable
boolean closable
-
component
JComponent component
-
icon
Icon icon
-
id
String id
-
title
String title
-
-
-
Class net.thevpc.common.swing.dock.JTabbedContainer
class JTabbedContainer extends JPanel implements Serializable-
Serialized Fields
-
_closing
boolean _closing
-
components
IndexedMap<String, net.thevpc.common.swing.dock.JTabbedContainer.TabInfo> components
-
-
-
Class net.thevpc.common.swing.dock.TabsTools
class TabsTools extends JTabbedContainer implements Serializable
-
-
Package net.thevpc.common.swing.file
-
Class net.thevpc.common.swing.file.FileDropEvent
class FileDropEvent extends EventObject implements Serializable-
Serialized Fields
-
files
File[] files
-
-
-
Class net.thevpc.common.swing.file.JFileTextField
class JFileTextField extends JPanel implements Serializable-
Serialized Fields
-
configButton
JButton configButton
-
defaultFolder
File defaultFolder
-
jfc
JFileChooser jfc
-
textField
JTextField textField
-
value
File value
-
-
-
Class net.thevpc.common.swing.file.JURLTextField
class JURLTextField extends JPanel implements Serializable-
Serialized Fields
-
configButton
JButton configButton
-
jfc
JFileChooser jfc
-
textField
JTextField textField
-
-
-
Class net.thevpc.common.swing.file.RecentFileEvent
class RecentFileEvent extends EventObject implements Serializable-
Serialized Fields
-
file
String file
-
-
-
Class net.thevpc.common.swing.file.RecentFilesMenu
class RecentFilesMenu extends JMenu implements Serializable-
Serialized Fields
-
fileSelectionListener
ActionListener fileSelectionListener
-
listeners
Vector<FileSelectedListener> listeners
-
model
RecentFilesModel model
-
-
-
-
Package net.thevpc.common.swing.font
-
Class net.thevpc.common.swing.font.JComboboxFontNames
class JComboboxFontNames extends JComboBox implements Serializable-
Serialized Fields
-
nullable
boolean nullable
-
-
-
Class net.thevpc.common.swing.font.JFontChooser
class JFontChooser extends JComponent implements Serializable-
Serialized Fields
-
availableFonts
Font[] availableFonts
-
cancel
JButton cancel
-
currentSize
JTextField currentSize
-
dialog
JDialog dialog
-
font
Font font
-
fontNames
JList fontNames
-
fontSizes
JList fontSizes
-
fontStyles
JList fontStyles
-
okay
JButton okay
-
preview
JFontPreviewPanel preview
-
returnValue
int returnValue
-
-
-
Class net.thevpc.common.swing.font.JFontPreviewPanel
class JFontPreviewPanel extends JPanel implements Serializable
-
-
Package net.thevpc.common.swing.icon
-
Class net.thevpc.common.swing.icon.EmptyIcon
class EmptyIcon extends Object implements Serializable-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
-
Package net.thevpc.common.swing.label
-
Class net.thevpc.common.swing.label.DateTimeLabel
class DateTimeLabel extends JTimerLabel implements Serializable-
Serialized Fields
-
dateTimeFormatter
DateTimeFormatter dateTimeFormatter
-
-
-
Class net.thevpc.common.swing.label.JChronometerLabel
class JChronometerLabel extends JTimerLabel implements Serializable-
Serialized Fields
-
chronometer
Chronometer chronometer
-
messagePattern
String messagePattern
-
-
-
Class net.thevpc.common.swing.label.JDropDownLabel
class JDropDownLabel extends JLabel implements Serializable-
Serialized Fields
-
menu
JPopupMenu menu
-
-
-
Class net.thevpc.common.swing.label.JTimerLabel
class JTimerLabel extends JDropDownLabel implements Serializable-
Serialized Fields
-
period
int period
-
timer
Timer timer
-
-
-
Class net.thevpc.common.swing.label.MemoryUseIconTray
class MemoryUseIconTray extends JComponent implements Serializable-
Serialized Fields
-
B
float B
-
H
float H
-
iconified
boolean iconified
-
iconTrayHeight
int iconTrayHeight
-
iconTrayWidth
int iconTrayWidth
-
memoryIconTrayFormat
String memoryIconTrayFormat
-
mouseClicked
boolean mouseClicked
-
mouseOver
boolean mouseOver
-
period
int period
-
popupFormat
String popupFormat
-
s
Dimension s
-
S
float S
-
textForeground
Color textForeground
-
timer
Timer timer
-
-
-
-
Package net.thevpc.common.swing.layout
-
Class net.thevpc.common.swing.layout.DumbGridBagLayout
class DumbGridBagLayout extends GridBagLayout implements Serializable-
Serialized Fields
-
constraintsMap
Map<String, GridBagConstraints> constraintsMap
-
nonameAdded
boolean nonameAdded
-
nonameIndex
int nonameIndex
-
pattern
String pattern
-
x
int x
-
y
int y
-
-
-
Class net.thevpc.common.swing.layout.GridBagLayout2
class GridBagLayout2 extends GridBagLayout implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
constraintsMap
Map<String, GridBagConstraints> constraintsMap
-
nonameAdded
boolean nonameAdded
-
nonameIndex
int nonameIndex
-
pattern
String pattern
-
x
int x
-
y
int y
-
-
Class net.thevpc.common.swing.layout.OverlapLayout
class OverlapLayout extends Object implements Serializable
-
-
Package net.thevpc.common.swing.list
-
Class net.thevpc.common.swing.list.JCheckBoxList
class JCheckBoxList extends JPanel implements Serializable -
Class net.thevpc.common.swing.list.JComponentList
class JComponentList extends JPanel implements Serializable-
Serialized Fields
-
allComponents
List<JComponent> allComponents
-
builder
JComponentListItem<T> builder
-
buttonClickedListener
ActionListener buttonClickedListener
-
listeners
List<ObjectListModelListener> listeners
-
listLayout
JComponentListLayout listLayout
-
-
-
Class net.thevpc.common.swing.list.JComponentList.Grid
class Grid extends JComponentList.Simple implements Serializable -
Class net.thevpc.common.swing.list.JComponentList.GridBag
class GridBag extends JComponentList.Simple implements Serializable -
Class net.thevpc.common.swing.list.JComponentList.Horizontal
class Horizontal extends JComponentList.Simple implements Serializable -
Class net.thevpc.common.swing.list.JComponentList.Simple
class Simple extends JPanel implements Serializable -
Class net.thevpc.common.swing.list.JComponentList.Tab
class Tab extends JTabbedPane implements Serializable -
Class net.thevpc.common.swing.list.JComponentList.Vertical
class Vertical extends JComponentList.Simple implements Serializable -
Class net.thevpc.common.swing.list.JListTwins
class JListTwins extends JPanel implements Serializable-
Serialized Fields
-
addAllButton
JButton addAllButton
-
addButton
JButton addButton
-
leftFilter
JTextField leftFilter
-
leftFilterEnabled
boolean leftFilterEnabled
-
leftList
JList leftList
-
listDataListener
ListDataListener listDataListener
-
listSelectionListener
ListSelectionListener listSelectionListener
-
model
JListTwinsModel model
-
removeAllButton
JButton removeAllButton
-
removeButton
JButton removeButton
-
rightFilter
JTextField rightFilter
-
rightFilterEnabled
boolean rightFilterEnabled
-
rightList
JList rightList
-
-
-
-
Package net.thevpc.common.swing.log
-
Class net.thevpc.common.swing.log.LogArea
class LogArea extends JTextArea implements Serializable -
Class net.thevpc.common.swing.log.LogEditorPane
class LogEditorPane extends JTextPane implements Serializable-
Serialized Fields
-
attrDebug
SimpleAttributeSet attrDebug
-
attrError
SimpleAttributeSet attrError
-
attrTrace
SimpleAttributeSet attrTrace
-
attrWarning
SimpleAttributeSet attrWarning
-
support
TextManipSupport support
-
-
-
-
Package net.thevpc.common.swing.panel
-
Class net.thevpc.common.swing.panel.DisabledPanel
class DisabledPanel extends JPanel implements Serializable-
Serialized Fields
-
glassPane
JComponent glassPane
-
-
-
Class net.thevpc.common.swing.panel.GradientPanel
class GradientPanel extends JPanel implements Serializable -
Class net.thevpc.common.swing.panel.JCardPanel
class JCardPanel extends JPanel implements Serializable -
Class net.thevpc.common.swing.panel.JImageBackgroundPanel
class JImageBackgroundPanel extends JPanel implements Serializable-
Serialized Fields
-
displayMode
JImageBackgroundPanel.DisplayMode displayMode
-
image
ImageIcon image
-
imageSize
Dimension imageSize
-
lastStretchDimension
Dimension lastStretchDimension
-
lastStretchImage
Image lastStretchImage
-
-
-
Class net.thevpc.common.swing.panel.JListCardPanel
class JListCardPanel extends JCardPanel implements Serializable-
Serialized Fields
-
filterText
JTextField filterText
-
list
JList list
-
main
JPanel main
-
splitPane
JSplitPane splitPane
-
-
-
Class net.thevpc.common.swing.panel.JListCardPanel.PanelPage
class PanelPage extends Object implements Serializable-
Serialized Fields
-
component
JComponent component
-
icon
Icon icon
-
id
String id
-
title
String title
-
-
-
Class net.thevpc.common.swing.panel.JTabbedPanel
class JTabbedPanel extends JPanel implements Serializable-
Serialized Fields
-
bar
JToolBar bar
-
buttons
ButtonGroup buttons
-
listener
ItemListener listener
-
sub
JPanel sub
-
-
-
Class net.thevpc.common.swing.panel.JTabbedSplitPane
class JTabbedSplitPane extends JPanel implements Serializable-
Serialized Fields
-
bottomBar
JToolBar bottomBar
-
map
Hashtable<String, net.thevpc.common.swing.panel.JTabbedSplitPane.TabberPage> map
-
pLDispatcher
PropertyChangeListener pLDispatcher
-
selectedPageName
String selectedPageName
-
split
JSplitPane split
-
valueAdjusting
boolean valueAdjusting
-
-
-
Class net.thevpc.common.swing.panel.JTreeCardPanel
class JTreeCardPanel extends JCardPanel implements Serializable-
Serialized Fields
-
main
JPanel main
-
nodesList
LinkedList<DefaultMutableTreeNode> nodesList
-
splitPane
JSplitPane splitPane
-
tree
JTree tree
-
treeRoot
DefaultMutableTreeNode treeRoot
-
-
-
Class net.thevpc.common.swing.panel.JTreeCardPanel.PanelPage
class PanelPage extends Object implements Serializable-
Serialized Fields
-
component
JComponent component
-
icon
Icon icon
-
id
String id
-
name
String name
-
title
String title
-
-
-
-
Package net.thevpc.common.swing.plaf
-
Class net.thevpc.common.swing.plaf.JPlafMenu
class JPlafMenu extends JMenu implements Serializable-
Serialized Fields
-
mainComponent
Component mainComponent
-
uiChangeActionListener
ActionListener uiChangeActionListener
-
-
-
-
Package net.thevpc.common.swing.splash
-
Class net.thevpc.common.swing.splash.JSplashScreen
class JSplashScreen extends JWindow implements Serializable-
Serialized Fields
-
animationTimer
Timer animationTimer
-
animHorizontralDelay
int animHorizontralDelay
-
animVerticalDelay
int animVerticalDelay
-
animXstep
int animXstep
-
animYstep
int animYstep
-
backgroundColor
Color backgroundColor
-
component
net.thevpc.common.swing.splash.JSplashScreen.Comp component
-
dimension
Dimension dimension
-
errorColor
Color errorColor
-
foregroundColor
Color foregroundColor
-
hideOnClick
boolean hideOnClick
-
horizontalAnimation
boolean horizontalAnimation
-
imageIcon
ImageIcon imageIcon
-
infoColor
Color infoColor
-
messages
List<JSplashScreen.Message> messages
-
progress
float progress
-
progressLineColor
Color progressLineColor
-
progressLineColor2
Color progressLineColor2
-
progressText
String progressText
-
progressTextColor
Color progressTextColor
-
rainbowColor
Color rainbowColor
-
rainbowColor2
Color rainbowColor2
-
rainbowColor3
Color rainbowColor3
-
rainbowColor4
Color rainbowColor4
-
renderer
JLabel renderer
-
showProgress
boolean showProgress
-
status
net.thevpc.common.swing.splash.JSplashScreen.Status status
-
successColor
Color successColor
-
textHeightDelta
int textHeightDelta
-
textHeightExact
int textHeightExact
-
textXmax
int textXmax
-
textXmin
int textXmin
-
textY
int textY
-
textYmax
int textYmax
-
textYmin
int textYmin
-
timeout
long timeout
-
verticalAnimation
boolean verticalAnimation
-
verticalAnimationLoop
boolean verticalAnimationLoop
-
warnColor
Color warnColor
-
-
-
-
Package net.thevpc.common.swing.tab
-
Class net.thevpc.common.swing.tab.JDraggableTabbedPane
class JDraggableTabbedPane extends JTabbedPane implements Serializable -
Class net.thevpc.common.swing.tab.JTabbedButtons
class JTabbedButtons extends JPanel implements Serializable-
Serialized Fields
-
EMPTY_MODEL
ObjectListModel EMPTY_MODEL
-
listeners
List<ObjectListModelListener> listeners
-
model
ObjectListModel model
-
pane
JTabbedPane pane
-
requirePostponeEvent
boolean requirePostponeEvent
-
-
-
Class net.thevpc.common.swing.tab.JTabbedButtons.EmptyComponent
class EmptyComponent extends JPanel implements Serializable
-
-
Package net.thevpc.common.swing.table
-
Class net.thevpc.common.swing.table.JQuickSearchTextField
class JQuickSearchTextField extends JPanel implements Serializable-
Serialized Fields
-
config_caseSensitive
JCheckBoxMenuItem config_caseSensitive
-
config_contains
JRadioButtonMenuItem config_contains
-
config_endsWith
JRadioButtonMenuItem config_endsWith
-
config_regexp
JRadioButtonMenuItem config_regexp
-
config_shell
JRadioButtonMenuItem config_shell
-
config_startsWith
JRadioButtonMenuItem config_startsWith
-
configButton
JDropDownButton configButton
-
filterTextField
JTextField filterTextField
-
goFilter
JMenuItem goFilter
-
-
-
Class net.thevpc.common.swing.table.JTableImpl
class JTableImpl extends JTable implements Serializable -
Class net.thevpc.common.swing.table.TableFilterModel
class TableFilterModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
baseModel
TableModel baseModel
-
newColumnCount
int newColumnCount
-
newRowCount
int newRowCount
-
rebuildInProgess
boolean rebuildInProgess
-
rebuildOneMoreTime
boolean rebuildOneMoreTime
-
tableColumnFilter
TableColumnFilter tableColumnFilter
-
tableRowFilter
TableRowFilter tableRowFilter
-
visibleColumns
int[] visibleColumns
-
visibleRows
int[] visibleRows
-
-
-
-
Package net.thevpc.common.swing.text
-
Class net.thevpc.common.swing.text.TextManipSupport.TextAction
class TextAction extends AbstractAction implements Serializable
-
-
Package net.thevpc.common.swing.tree
-
Class net.thevpc.common.swing.tree.TreeCellRendererHighlighter
class TreeCellRendererHighlighter extends DefaultTreeCellRenderer implements Serializable -
Class net.thevpc.common.swing.tree.TreeTransferHandler
class TreeTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
clz
Class clz
-
flavors
DataFlavor[] flavors
-
nodesFlavor
DataFlavor nodesFlavor
-
nodesToRemove
Object[] nodesToRemove
-
treeModel
AbstractTreeModel treeModel
-
-
-
-
Package net.thevpc.common.swing.util
-
Exception Class net.thevpc.common.swing.util.CancelException
class CancelException extends RuntimeException implements Serializable -
Class net.thevpc.common.swing.util.ClassMap
-
Class net.thevpc.common.swing.util.ClassPath
-
Exception Class net.thevpc.common.swing.util.LocalizableException
class LocalizableException extends Exception implements Serializable -
Exception Class net.thevpc.common.swing.util.LocalizableRuntimeException
class LocalizableRuntimeException extends RuntimeException implements Serializable -
Exception Class net.thevpc.common.swing.util.LocalizableSecurityException
class LocalizableSecurityException extends SecurityException implements Serializable -
Class net.thevpc.common.swing.util.LRUMap
-
Serialized Fields
-
maxEntries
int maxEntries
-
-
-
-
Package net.thevpc.common.swing.win
-
Class net.thevpc.common.swing.win.WindowPath
class WindowPath extends Object implements Serializable
-