|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package java.applet |
---|
Class java.applet.Applet extends Panel implements Serializable |
---|
serialVersionUID: -5836846270535785031L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
- if a class is not found
IOException
- if deserialization fails
HeadlessException
- if this is a headless environmentGraphicsEnvironment.isHeadless()
Serialized Fields |
---|
AccessibleContext accessibleContext
Class java.applet.Applet.AccessibleApplet extends Panel.AccessibleAWTPanel implements Serializable |
---|
serialVersionUID: 8127374778187708896L
Package java.awt |
---|
Class java.awt.AWTError extends Error implements Serializable |
---|
serialVersionUID: -1819846354050686206L
Class java.awt.AWTEvent extends EventObject implements Serializable |
---|
serialVersionUID: -1825314779160409405L
Serialized Fields |
---|
int id
AWTEvent.getID()
,
AWTEvent.AWTEvent(Object, int)
boolean consumed
AWTEvent.consume()
,
AWTEvent.isConsumed()
byte[] bdata
boolean isFocusManagerEvent
Class java.awt.AWTException extends Exception implements Serializable |
---|
serialVersionUID: -1900414231151323879L
Class java.awt.AWTKeyStroke extends Object implements Serializable |
---|
serialVersionUID: -6430539691155161871L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
- if something goes wrongSerialized Fields |
---|
char keyChar
int keyCode
int modifiers
boolean onKeyRelease
Class java.awt.AWTPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: 8890392402588814465L
Class java.awt.BorderLayout extends Object implements Serializable |
---|
serialVersionUID: -8658291919501921765L
Serialized Fields |
---|
Component north
Component south
Component east
Component west
Component center
Component firstLine
Component lastLine
Component firstItem
Component lastItem
int hgap
int vgap
Class java.awt.Button extends Component implements Serializable |
---|
serialVersionUID: -8774683716313001058L
Serialized Fields |
---|
String actionCommand
String label
Class java.awt.Button.AccessibleAWTButton extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: -5932203980244017102L
Class java.awt.Canvas extends Component implements Serializable |
---|
serialVersionUID: -2284879212465893870L
Class java.awt.Canvas.AccessibleAWTCanvas extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: -6325592262103146699L
Class java.awt.CardLayout extends Object implements Serializable |
---|
serialVersionUID: -4328196481005934313L
Serialized Fields |
---|
int hgap
int vgap
Hashtable<K,V> tab
Class java.awt.Checkbox extends Component implements Serializable |
---|
serialVersionUID: 7270714317450821763L
Serialized Fields |
---|
CheckboxGroup group
String label
boolean state
Class java.awt.Checkbox.AccessibleAWTCheckbox extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: 7881579233144754107L
Class java.awt.CheckboxGroup extends Object implements Serializable |
---|
serialVersionUID: 3729780091441768983L
Serialized Fields |
---|
Checkbox selectedCheckbox
Class java.awt.CheckboxMenuItem extends MenuItem implements Serializable |
---|
serialVersionUID: 6190621106981774043L
Serialized Fields |
---|
boolean state
true
being on and
false
being off.Class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem extends MenuItem.AccessibleAWTMenuItem implements Serializable |
---|
serialVersionUID: -1122642964303476L
Class java.awt.Choice extends Component implements Serializable |
---|
serialVersionUID: -4075310674757313071L
Serialized Fields |
---|
Vector<T> pItems
null
.
This is package-private to avoid an accessor method.int selectedIndex
ItemListener item_listeners
Class java.awt.Choice.AccessibleAWTChoice extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: 7175603582428509322L
Class java.awt.Color extends Object implements Serializable |
---|
serialVersionUID: 118526816881161077L
Serialized Fields |
---|
int value
getRGB()
.
Color.getRGB()
float[] frgbvalue
Color.getRGBColorComponents(float[])
,
Color.getRGBComponents(float[])
float[] fvalue
Color.getRGBColorComponents(float[])
,
Color.getRGBComponents(float[])
float falpha
Color.getRGBComponents(float[])
,
Color.getComponents(float[])
ColorSpace cs
Color.getColor(String)
,
Color.getColorSpace()
,
Color.getColorComponents(float[])
Class java.awt.Component extends Object implements Serializable |
---|
serialVersionUID: -7644114512714619750L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
- if deserialization fails
IOException
- if the stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the stream failsSerialized Fields |
---|
int x
Component.getLocation()
int y
Component.getLocation()
int width
Component.getSize()
int height
Component.getSize()
Color foreground
Component.getForeground()
,
Component.setForeground(Color)
Color background
Component.getBackground()
,
Component.setBackground(Color)
Font font
Component.getFont()
,
Component.setFont(Font)
Font peerFont
Cursor cursor
Component.getCursor()
,
Component.setCursor(Cursor)
Locale locale
Component.getLocale()
,
Component.setLocale(Locale)
boolean ignoreRepaint
Component.getIgnoreRepaint()
,
Component.setIgnoreRepaint(boolean)
boolean visible
Component.isVisible()
,
Component.setVisible(boolean)
boolean enabled
Component.isEnabled()
,
Component.setEnabled(boolean)
boolean valid
Component.isValid()
,
Component.validate()
,
Component.invalidate()
DropTarget dropTarget
Component.getDropTarget()
,
Component.setDropTarget(DropTarget)
Vector<T> popups
Component.add(PopupMenu)
String name
Component.getName()
,
Component.setName(String)
boolean nameExplicitlySet
Component.name
,
Component.getName()
,
Component.setName(String)
boolean focusable
Component.isFocusable()
,
Component.setFocusable(boolean)
int isFocusTraversableOverridden
Component.isFocusTraversable()
method has been overridden.
Set<E>[] focusTraversalKeys
Component.getFocusTraversalKeys(int)
,
Component.setFocusTraversalKeys(int, Set)
boolean focusTraversalKeysEnabled
Component.getFocusTraversalKeysEnabled()
,
Component.setFocusTraversalKeysEnabled(boolean)
Dimension minSize
boolean minSizeSet
Component.setMinimumSize(Dimension)
with a non-null value.
Dimension maxSize
Component.setMaximumSize(Dimension)
boolean maxSizeSet
Component.setMaximumSize(Dimension)
with a non-null value.
Dimension prefSize
boolean prefSizeSet
Component.setPreferredSize(Dimension)
with a non-null value.
boolean newEventsOnly
Component.dispatchEvent(AWTEvent)
long eventMask
Component.enableInputMethods(boolean)
,
AWTEvent
PropertyChangeSupport changeSupport
Component.addPropertyChangeListener(PropertyChangeListener)
,
Component.removePropertyChangeListener(PropertyChangeListener)
,
Component.firePropertyChange(String, Object, Object)
boolean isPacked
int componentSerializedDataVersion
AccessibleContext accessibleContext
Component.getAccessibleContext()
int numHierarchyListeners
int numHierarchyBoundsListeners
Class java.awt.Component.AccessibleAWTComponent extends AccessibleContext implements Serializable |
---|
serialVersionUID: 642321655757800191L
Serialized Fields |
---|
ComponentListener accessibleAWTComponentHandler
FocusListener accessibleAWTFocusHandler
Class java.awt.ComponentOrientation extends Object implements Serializable |
---|
serialVersionUID: -4113291392143563828L
Serialized Fields |
---|
int orientation
Class java.awt.Container extends Component implements Serializable |
---|
serialVersionUID: 4613797578919906343L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
- if deserialization fails
IOException
- if the stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the stream failsSerialized Fields |
---|
int ncomponents
Component[] component
LayoutManager layoutMgr
boolean focusCycleRoot
boolean focusTraversalPolicyProvider
int containerSerializedDataVersion
FocusTraversalPolicy focusTraversalPolicy
Class java.awt.Container.AccessibleAWTContainer extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: 5081320404842566097L
Serialized Fields |
---|
ContainerListener accessibleContainerHandler
Class java.awt.ContainerOrderFocusTraversalPolicy extends FocusTraversalPolicy implements Serializable |
---|
serialVersionUID: 486933713763926351L
Serialized Fields |
---|
boolean implicitDownCycleTraversal
Class java.awt.Cursor extends Object implements Serializable |
---|
serialVersionUID: 8028237497568985504L
Serialized Fields |
---|
String name
int type
Class java.awt.DefaultFocusTraversalPolicy extends ContainerOrderFocusTraversalPolicy implements Serializable |
---|
serialVersionUID: 8876966522510157497L
Class java.awt.Dialog extends Window implements Serializable |
---|
serialVersionUID: 5920926903803293709L
Serialized Fields |
---|
boolean modal
boolean resizable
String title
null
.boolean undecorated
boolean blocked
EventQueue eq2
Class java.awt.Dialog.AccessibleAWTDialog extends Window.AccessibleAWTWindow implements Serializable |
---|
serialVersionUID: 4837230331833941201L
Class java.awt.Dimension extends Dimension2D implements Serializable |
---|
serialVersionUID: 4723952579491349524L
Serialized Fields |
---|
int width
Dimension.getSize()
,
Dimension.setSize(double, double)
int height
Dimension.getSize()
,
Dimension.setSize(double, double)
Class java.awt.Event extends Object implements Serializable |
---|
serialVersionUID: 5488922509400504703L
Serialized Fields |
---|
Object arg
int clickCount
boolean consumed
Event evt
int id
int key
int modifiers
Object target
long when
int x
int y
Class java.awt.FileDialog extends Dialog implements Serializable |
---|
serialVersionUID: 5035145889651310422L
Serialized Fields |
---|
String dir
String file
FilenameFilter filter
int mode
LOAD
or
SAVE
.Class java.awt.FlowLayout extends Object implements Serializable |
---|
serialVersionUID: -7262534875583282631L
Serialized Fields |
---|
int align
int hgap
int vgap
Class java.awt.Font extends Object implements Serializable |
---|
serialVersionUID: -4206021311591459213L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
String name
int size
float pointSize
int style
Class java.awt.FontFormatException extends Exception implements Serializable |
---|
serialVersionUID: -4481290147811361272L
Class java.awt.FontMetrics extends Object implements Serializable |
---|
serialVersionUID: 1681126225205050147L
Serialized Fields |
---|
Font font
Class java.awt.Frame extends Window implements Serializable |
---|
serialVersionUID: 2673458971256075116L
Serialized Fields |
---|
int frameSerializedDataVersion
Image icon
boolean mbManagement
MenuBar menuBar
Vector<T> ownedWindows
boolean resizable
int state
String title
Rectangle maximizedBounds
boolean undecorated
Class java.awt.Frame.AccessibleAWTFrame extends Window.AccessibleAWTWindow implements Serializable |
---|
serialVersionUID: -6172960752956030250L
Class java.awt.GraphicsConfigTemplate extends Object implements Serializable |
---|
serialVersionUID: -8061369279557787079L
Class java.awt.GridBagConstraints extends Object implements Serializable |
---|
serialVersionUID: -1000070633030801713L
Serialized Fields |
---|
int anchor
int fill
int gridheight
int gridwidth
int gridx
int gridy
Insets insets
int ipadx
int ipady
double weightx
double weighty
Class java.awt.GridBagLayout extends Object implements Serializable |
---|
serialVersionUID: 8838754796412211005L
Serialized Fields |
---|
Hashtable<K,V> comptable
Hashtable<K,V> internalcomptable
java.awt.GridBagLayoutInfo layoutInfo
GridBagConstraints defaultConstraints
double[] columnWeights
int[] columnWidths
double[] rowWeights
int[] rowHeights
Class java.awt.GridLayout extends Object implements Serializable |
---|
serialVersionUID: -7411804673224730901L
Serialized Fields |
---|
int cols
int rows
int hgap
int vgap
Class java.awt.HeadlessException extends UnsupportedOperationException implements Serializable |
---|
serialVersionUID: 167183644944358563L
Class java.awt.IllegalComponentStateException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -1889339587208144238L
Class java.awt.Insets extends Object implements Serializable |
---|
serialVersionUID: -2272572637695466749L
Serialized Fields |
---|
int top
int left
int bottom
int right
Class java.awt.Label extends Component implements Serializable |
---|
serialVersionUID: 3094126758329070636L
Serialized Fields |
---|
int alignment
LEFT
.String text
Class java.awt.Label.AccessibleAWTLabel extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: -3568967560160480438L
Class java.awt.List extends Component implements Serializable |
---|
serialVersionUID: -3304312411574666869L
Serialized Fields |
---|
Vector<T> items
boolean multipleMode
int rows
int[] selected
int visibleIndex
makeVisible()
and
getVisibleIndex
.ItemListener item_listeners
ActionListener action_listeners
Class java.awt.List.AccessibleAWTList extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: 7924617370136012829L
Class java.awt.List.AccessibleAWTList.AccessibleAWTListChild extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: 4412022926028300317L
Serialized Fields |
---|
List parent
int indexInParent
Class java.awt.MediaTracker extends Object implements Serializable |
---|
serialVersionUID: -483174189758638095L
Serialized Fields |
---|
Component target
java.awt.MediaTracker.MediaEntry head
Class java.awt.Menu extends MenuItem implements Serializable |
---|
serialVersionUID: -8809584163345499784L
Serialized Fields |
---|
Vector<T> items
boolean tearOff
boolean isHelpMenu
int menuSerializedDataVersion
Class java.awt.Menu.AccessibleAWTMenu extends MenuItem.AccessibleAWTMenuItem implements Serializable |
---|
serialVersionUID: 5228160894980069094L
Class java.awt.MenuBar extends MenuComponent implements Serializable |
---|
serialVersionUID: -4930327919388951260L
Serialized Fields |
---|
Menu helpMenu
Vector<T> menus
Class java.awt.MenuBar.AccessibleAWTMenuBar extends MenuComponent.AccessibleAWTMenuComponent implements Serializable |
---|
serialVersionUID: -8577604491830083815L
Class java.awt.MenuComponent extends Object implements Serializable |
---|
serialVersionUID: -4536902356223894379L
Serialized Fields |
---|
Font font
MenuComponent.getFont()
,
MenuComponent.setFont(java.awt.Font)
String name
MenuComponent.getName()
,
MenuComponent.setName(String)
AccessibleContext accessibleContext
MenuComponent.getAccessibleContext()
boolean nameExplicitlySet
setName()
.
Please note that this does not guarantee that name will then
be non-null, as this may be the value passed to setName()
.
setName()
.MenuComponent.setName(String)
boolean newEventsOnly
MenuComponent.dispatchEvent(AWTEvent)
Class java.awt.MenuComponent.AccessibleAWTMenuComponent extends AccessibleContext implements Serializable |
---|
serialVersionUID: -4269533416223798698L
Class java.awt.MenuItem extends MenuComponent implements Serializable |
---|
serialVersionUID: -21757335363267194L
Serialized Fields |
---|
String actionCommand
boolean enabled
long eventMask
String label
MenuShortcut shortcut
Class java.awt.MenuItem.AccessibleAWTMenuItem extends MenuComponent.AccessibleAWTMenuComponent implements Serializable |
---|
serialVersionUID: -217847831945965825L
Class java.awt.MenuShortcut extends Object implements Serializable |
---|
serialVersionUID: 143448358473180225L
Serialized Fields |
---|
int key
boolean usesShift
true
if the shift key was used with this shortcut,
or false
otherwise.String keyName
Class java.awt.Panel extends Container implements Serializable |
---|
serialVersionUID: -2728009084054400034L
Class java.awt.Panel.AccessibleAWTPanel extends Container.AccessibleAWTContainer implements Serializable |
---|
serialVersionUID: -6409552226660031050L
Class java.awt.Point extends Point2D implements Serializable |
---|
serialVersionUID: -5276940640259749850L
Serialized Fields |
---|
int x
Point.getLocation()
,
Point.move(int, int)
int y
Point.getLocation()
,
Point.move(int, int)
Class java.awt.Polygon extends Object implements Serializable |
---|
serialVersionUID: -6460061437900069969L
Serialized Fields |
---|
int npoints
int[] xpoints
Polygon.addPoint(int, int)
int[] ypoints
Polygon.addPoint(int, int)
Rectangle bounds
Polygon.getBounds()
Class java.awt.PopupMenu extends Menu implements Serializable |
---|
serialVersionUID: -4620452533522760060L
Class java.awt.PopupMenu.AccessibleAWTPopupMenu extends Menu.AccessibleAWTMenu implements Serializable |
---|
serialVersionUID: -4282044795947239955L
Class java.awt.Rectangle extends Rectangle2D implements Serializable |
---|
serialVersionUID: -4345857070255674764L
Serialized Fields |
---|
int x
Rectangle.setLocation(int, int)
,
Rectangle.getLocation()
int y
Rectangle.setLocation(int, int)
,
Rectangle.getLocation()
int width
Rectangle.setSize(int, int)
,
Rectangle.getSize()
int height
Rectangle.setSize(int, int)
,
Rectangle.getSize()
Class java.awt.Scrollbar extends Component implements Serializable |
---|
serialVersionUID: 8451667562882310543L
Serialized Fields |
---|
int lineIncrement
int pageIncrement
int maximum
int minimum
int orientation
HORIZONTAL
or VERTICAL
constant
from this class.int value
int visibleAmount
AdjustmentListener adjustment_listeners
Class java.awt.Scrollbar.AccessibleAWTScrollBar extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: -344337268523697807L
Class java.awt.ScrollPane extends Container implements Serializable |
---|
serialVersionUID: 7956609840827222915L
Serialized Fields |
---|
ScrollPaneAdjustable hAdjustable
setMinimum()
, setMaximum
, and
setVisibleAmount
must not be called on this scrollbar.ScrollPaneAdjustable vAdjustable
setMinimum()
, setMaximum
, and
setVisibleAmount
must not be called on this scrollbar.int scrollbarDisplayPolicy
Point scrollPosition
boolean wheelScrollingEnabled
Class java.awt.ScrollPane.AccessibleAWTScrollPane extends Container.AccessibleAWTContainer implements Serializable |
---|
serialVersionUID: 6100703663886637L
Class java.awt.ScrollPaneAdjustable extends Object implements Serializable |
---|
serialVersionUID: -3359745691033257079L
Serialized Fields |
---|
ScrollPane sp
int orientation
int value
int minimum
int maximum
int visibleAmount
int unitIncrement
int blockIncrement
AdjustmentListener adjustmentListener
Class java.awt.SystemColor extends Color implements Serializable |
---|
serialVersionUID: 4503142729533789064L
Class java.awt.TextArea extends TextComponent implements Serializable |
---|
serialVersionUID: 3692302836626095722L
Serialized Fields |
---|
int columns
int rows
int scrollbarVisibility
Class java.awt.TextArea.AccessibleAWTTextArea extends TextComponent.AccessibleAWTTextComponent implements Serializable |
---|
serialVersionUID: 3472827823632144419L
Class java.awt.TextComponent extends Component implements Serializable |
---|
serialVersionUID: -2214773872412987419L
Serialized Fields |
---|
boolean editable
int selectionStart
int selectionEnd
String text
Class java.awt.TextComponent.AccessibleAWTTextComponent extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: 3631432373506317811L
Class java.awt.TextField extends TextComponent implements Serializable |
---|
serialVersionUID: -2966288784432217853L
Serialized Fields |
---|
int columns
char echoChar
ActionListener action_listeners
Class java.awt.TextField.AccessibleAWTTextField extends TextComponent.AccessibleAWTTextComponent implements Serializable |
---|
serialVersionUID: 6219164359235943158L
Class java.awt.Window extends Container implements Serializable |
---|
serialVersionUID: 4497834738069338734L
Serialized Fields |
---|
String warningString
int windowSerializedDataVersion
int state
boolean focusableWindowState
boolean alwaysOnTop
Class java.awt.Window.AccessibleAWTWindow extends Container.AccessibleAWTContainer implements Serializable |
---|
serialVersionUID: 4215068635060671780L
Package java.awt.color |
---|
Class java.awt.color.CMMException extends RuntimeException implements Serializable |
---|
serialVersionUID: 5775558044142994965L
Class java.awt.color.ColorSpace extends Object implements Serializable |
---|
serialVersionUID: -409452704308689724L
Serialized Fields |
---|
int type
int numComponents
Class java.awt.color.ICC_ColorSpace extends ColorSpace implements Serializable |
---|
serialVersionUID: 3455889114070431483L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
ICC_Profile thisProfile
float[] minVal
float[] maxVal
float[] diffMinMax
float[] invDiffMinMax
boolean needScaleInit
Class java.awt.color.ICC_Profile extends Object implements Serializable |
---|
serialVersionUID: -3938515861990936766L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Class java.awt.color.ICC_ProfileGray extends ICC_Profile implements Serializable |
---|
serialVersionUID: -1124721290732002649L
Class java.awt.color.ICC_ProfileRGB extends ICC_Profile implements Serializable |
---|
serialVersionUID: 8505067385152579334L
Class java.awt.color.ProfileDataException extends RuntimeException implements Serializable |
---|
serialVersionUID: 7286140888240322498L
Package java.awt.datatransfer |
---|
Class java.awt.datatransfer.DataFlavor extends Object implements Serializable |
---|
serialVersionUID: 8367026044764648243L
Serialization Methods |
---|
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException
IOException
- If an error ocurs.
ClassNotFoundException
- If the class for an object being restored
cannot be found.public void writeExternal(ObjectOutput stream) throws IOException
IOException
- If an error occurs.Class java.awt.datatransfer.FlavorEvent extends EventObject implements Serializable |
---|
Class java.awt.datatransfer.MimeTypeParseException extends Exception implements Serializable |
---|
serialVersionUID: -5604407764691570741L
Class java.awt.datatransfer.UnsupportedFlavorException extends Exception implements Serializable |
---|
serialVersionUID: 5383814944251665601L
Package java.awt.dnd |
---|
Class java.awt.dnd.DragGestureEvent extends EventObject implements Serializable |
---|
serialVersionUID: 9080172649166731306L
Serialized Fields |
---|
DragSource dragSource
Component component
Point origin
int action
List<E> events
DragGestureRecognizer dgr
Class java.awt.dnd.DragGestureRecognizer extends Object implements Serializable |
---|
serialVersionUID: 8996673345831063337L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
DragSource dragSource
Component component
int sourceActions
ArrayList<E> events
Class java.awt.dnd.DragSource extends Object implements Serializable |
---|
serialVersionUID: 6236096958971414066L
Serialized Fields |
---|
DragSourceContextPeer peer
DragSourceContext context
Class java.awt.dnd.DragSourceContext extends Object implements Serializable |
---|
serialVersionUID: -115407898692194719L
Serialized Fields |
---|
DragSourceContextPeer peer
Cursor cursor
Transferable transferable
DragGestureEvent trigger
DragSourceListener dragSourceListener
boolean useCustomCursor
int sourceActions
Image image
Point offset
Class java.awt.dnd.DragSourceDragEvent extends DragSourceEvent implements Serializable |
---|
serialVersionUID: 481346297933902471L
Serialized Fields |
---|
int dropAction
int targetActions
int gestureModifiers
Class java.awt.dnd.DragSourceDropEvent extends DragSourceEvent implements Serializable |
---|
serialVersionUID: -5571321229470821891L
Serialized Fields |
---|
int dropAction
boolean dropSuccess
Class java.awt.dnd.DragSourceEvent extends EventObject implements Serializable |
---|
serialVersionUID: -763287114604032641L
Serialized Fields |
---|
boolean locationSpecified
int x
int y
Class java.awt.dnd.DropTarget extends Object implements Serializable |
---|
serialVersionUID: -6283860791671019047L
Serialized Fields |
---|
Component component
FlavorMap flavorMap
int actions
DropTargetPeer peer
DropTargetContext dropTargetContext
DropTargetListener dropTargetListener
DropTarget.DropTargetAutoScroller autoscroller
boolean active
Class java.awt.dnd.DropTargetContext extends Object implements Serializable |
---|
serialVersionUID: -634158968993743371L
Serialized Fields |
---|
DropTarget dropTarget
int targetActions
DropTargetContextPeer dtcp
Class java.awt.dnd.DropTargetDragEvent extends DropTargetEvent implements Serializable |
---|
serialVersionUID: -8422265619058953682L
Serialized Fields |
---|
int dropAction
int srcActions
Point location
Class java.awt.dnd.DropTargetDropEvent extends DropTargetEvent implements Serializable |
---|
serialVersionUID: -1721911170440459322L
Serialized Fields |
---|
int dropAction
int actions
Point location
boolean isLocalTx
Class java.awt.dnd.DropTargetEvent extends EventObject implements Serializable |
---|
serialVersionUID: 2821229066521922993L
Serialized Fields |
---|
DropTargetContext context
Class java.awt.dnd.InvalidDnDOperationException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -6062568741193956678L
Class java.awt.dnd.MouseDragGestureRecognizer extends DragGestureRecognizer implements Serializable |
---|
Package java.awt.event |
---|
Class java.awt.event.ActionEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: -7671078796273832149L
Serialized Fields |
---|
String actionCommand
ActionEvent.getActionCommand()
int modifiers
ActionEvent.getModifiers()
long when
ActionEvent.getWhen()
Class java.awt.event.AdjustmentEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: 5700290645205279921L
Serialized Fields |
---|
Adjustable adjustable
AdjustmentEvent.getAdjustable()
int adjustmentType
AdjustmentEvent.UNIT_INCREMENT
,
AdjustmentEvent.UNIT_DECREMENT
, AdjustmentEvent.BLOCK_INCREMENT
,
AdjustmentEvent.BLOCK_DECREMENT
, or AdjustmentEvent.TRACK
.
AdjustmentEvent.getAdjustmentType()
int value
AdjustmentEvent.getValue()
boolean isAdjusting
AdjustmentEvent.getValueIsAdjusting()
Class java.awt.event.ComponentEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: 8101406823902992965L
Class java.awt.event.ContainerEvent extends ComponentEvent implements Serializable |
---|
serialVersionUID: -4114942250539772041L
Serialized Fields |
---|
Component child
Class java.awt.event.FocusEvent extends ComponentEvent implements Serializable |
---|
serialVersionUID: 523753786457416396L
Serialized Fields |
---|
boolean temporary
FocusEvent.isTemporary()
Component opposite
FocusEvent.getOppositeComponent()
Class java.awt.event.HierarchyEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: -5337576970038043990L
Serialized Fields |
---|
Component changed
Container changedParent
long changeFlags
Class java.awt.event.InputEvent extends ComponentEvent implements Serializable |
---|
serialVersionUID: -2482525981698309786L
Serialized Fields |
---|
long when
InputEvent.getWhen()
int modifiers
InputEvent.getModifiers()
,
MouseEvent
int modifiersEx
InputEvent.getModifiersEx()
,
MouseEvent
Class java.awt.event.InputMethodEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: 4727190874778922661L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
EventQueue.getMostRecentEventTime()
if necessary.
IOException
- if deserialization fails
ClassNotFoundException
- if deserialization failsSerialized Fields |
---|
long when
Class java.awt.event.InvocationEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: 436056344909459450L
Serialized Fields |
---|
Runnable runnable
Runnable
object to call when dispatched.
Object notifier
notifyAll()
on when
the call to run()
returns, or null
if no
object is to be notified.
boolean catchExceptions
true
if exceptions are caught
and stored in a variable during the call to run()
, otherwise
exceptions are ignored and propagate up.
Exception exception
run()
method. It
is null if exceptions are ignored, the run method hasn't completed, or
there were no exceptions.
Throwable throwable
run()
method.
It is null if throwables are ignored, the run method hasn't completed,
or there were no throwables thrown.
long when
InvocationEvent.getWhen()
Class java.awt.event.ItemEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: -608708132447206933L
Serialized Fields |
---|
Object item
int stateChange
ItemEvent.SELECTED
or
ItemEvent.DESELECTED
.
Class java.awt.event.KeyEvent extends InputEvent implements Serializable |
---|
serialVersionUID: -2352130953028126954L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
- if deserialization fails
ClassNotFoundException
- if deserialization failsSerialized Fields |
---|
int keyCode
KeyEvent.getKeyCode()
char keyChar
KeyEvent.getKeyChar()
int keyLocation
KeyEvent.KEY_LOCATION_UNKNOWN
,
KeyEvent.KEY_LOCATION_STANDARD
, KeyEvent.KEY_LOCATION_LEFT
,
KeyEvent.KEY_LOCATION_RIGHT
, or KeyEvent.KEY_LOCATION_NUMPAD
.
KeyEvent.getKeyLocation()
boolean isProxyActive
Class java.awt.event.MouseEvent extends InputEvent implements Serializable |
---|
serialVersionUID: -991214153494842848L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
- if deserialization fails
ClassNotFoundException
- if deserialization failsSerialized Fields |
---|
int x
MouseEvent.getX()
int y
MouseEvent.getY()
int absX
int absY
int clickCount
int button
MouseEvent.NOBUTTON
, MouseEvent.BUTTON1
, MouseEvent.BUTTON2
, or
MouseEvent.BUTTON3
.
MouseEvent.getButton()
boolean popupTrigger
PopupMenu
,
MouseEvent.isPopupTrigger()
Class java.awt.event.MouseWheelEvent extends MouseEvent implements Serializable |
---|
serialVersionUID: 6459879390515399677L
Serialized Fields |
---|
int scrollType
MouseWheelEvent.WHEEL_UNIT_SCROLL
and MouseWheelEvent.WHEEL_BLOCK_SCROLL
.
int scrollAmount
int wheelRotation
Class java.awt.event.PaintEvent extends ComponentEvent implements Serializable |
---|
serialVersionUID: 1267492026433337593L
Serialized Fields |
---|
Rectangle updateRect
PaintEvent.getUpdateRect()
,
PaintEvent.setUpdateRect(Rectangle)
Class java.awt.event.TextEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: 6269902291250941179L
Class java.awt.event.WindowEvent extends ComponentEvent implements Serializable |
---|
serialVersionUID: -1567959133147912127L
Serialized Fields |
---|
Window opposite
WindowEvent.getOppositeWindow()
int oldState
int newState
Package java.awt.font |
---|
Class java.awt.font.NumericShaper extends Object implements Serializable |
---|
serialVersionUID: -8022764705923730308L
Serialized Fields |
---|
int key
int mask
Class java.awt.font.TextAttribute extends AttributedCharacterIterator.Attribute implements Serializable |
---|
serialVersionUID: 7744112784117861702L
Serialization Methods |
---|
protected Object readResolve() throws InvalidObjectException
InvalidObjectException
- if the attribute is not recognised.Class java.awt.font.TransformAttribute extends Object implements Serializable |
---|
serialVersionUID: 3356247357827709530L
Serialized Fields |
---|
AffineTransform affineTransform
Package java.awt.geom |
---|
Class java.awt.geom.AffineTransform extends Object implements Serializable |
---|
serialVersionUID: 1330973210523860834L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
- if there is a problem deserializing
IOException
- if there is a problem deserializingSerialized Fields |
---|
double m00
double m10
double m01
double m11
double m02
double m12
Class java.awt.geom.IllegalPathStateException extends RuntimeException implements Serializable |
---|
serialVersionUID: -5158084205220481094L
Class java.awt.geom.NoninvertibleTransformException extends Exception implements Serializable |
---|
serialVersionUID: 6137225240503990466L
Class java.awt.geom.Path2D.Double extends java.awt.geom.Path2D implements Serializable |
---|
serialVersionUID: 1826762518450014216L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Class java.awt.geom.Path2D.Float extends java.awt.geom.Path2D implements Serializable |
---|
serialVersionUID: 6990832515060788886L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Package java.awt.image |
---|
Class java.awt.image.ImagingOpException extends RuntimeException implements Serializable |
---|
serialVersionUID: 8026288481846276658L
Class java.awt.image.RasterFormatException extends RuntimeException implements Serializable |
---|
serialVersionUID: 96598996116164315L
Package java.awt.image.renderable |
---|
Class java.awt.image.renderable.ParameterBlock extends Object implements Serializable |
---|
serialVersionUID: -7577115551785240750L
Serialized Fields |
---|
Vector<T> sources
Vector<T> parameters
Package java.awt.print |
---|
Class java.awt.print.PrinterAbortException extends PrinterException implements Serializable |
---|
serialVersionUID: 4725169026278854136L
Class java.awt.print.PrinterException extends Exception implements Serializable |
---|
serialVersionUID: -3757589981158265819L
Class java.awt.print.PrinterIOException extends PrinterException implements Serializable |
---|
serialVersionUID: 5850870712125932846L
Serialized Fields |
---|
IOException mException
Package java.beans |
---|
Class java.beans.IndexedPropertyChangeEvent extends PropertyChangeEvent implements Serializable |
---|
serialVersionUID: -320227448495806870L
Serialized Fields |
---|
int index
Class java.beans.IntrospectionException extends Exception implements Serializable |
---|
serialVersionUID: -3728150539969542619L
Class java.beans.PropertyChangeEvent extends EventObject implements Serializable |
---|
serialVersionUID: 7042693688939648123L
Serialized Fields |
---|
String propertyName
Object newValue
Object oldValue
Object propagationId
PropertyChangeEvent.getPropagationId()
Class java.beans.PropertyChangeSupport extends Object implements Serializable |
---|
serialVersionUID: 6401253773779951803L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
- if reading the stream fails
ClassNotFoundException
- if deserialization failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if anything goes wrongSerialized Fields |
---|
Hashtable<K,V> children
Object source
Class java.beans.PropertyVetoException extends Exception implements Serializable |
---|
serialVersionUID: 129596057694162164L
Serialized Fields |
---|
PropertyChangeEvent evt
Class java.beans.VetoableChangeSupport extends Object implements Serializable |
---|
serialVersionUID: -5090210921595982017L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
- if reading the stream fails
ClassNotFoundException
- if deserialization failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if anything goes wrongSerialized Fields |
---|
Hashtable<K,V> children
Object source
Package java.beans.beancontext |
---|
Class java.beans.beancontext.BeanContextChildSupport extends Object implements Serializable |
---|
serialVersionUID: 6328947014421475877L
Serialized Fields |
---|
BeanContextChild beanContextChildPeer
set
actions.
This is here so that this class can be used as a peer.
When extending this class, this variable will be set to
this
.
PropertyChangeSupport pcSupport
VetoableChangeSupport vcSupport
Class java.beans.beancontext.BeanContextEvent extends EventObject implements Serializable |
---|
serialVersionUID: 7267998073569045052L
Serialized Fields |
---|
BeanContext propagatedFrom
BeanContext
that most recently passed this
event on.
Class java.beans.beancontext.BeanContextMembershipEvent extends BeanContextEvent implements Serializable |
---|
serialVersionUID: 3499346510334590959L
Serialized Fields |
---|
Collection<E> children
Class java.beans.beancontext.BeanContextServiceAvailableEvent extends BeanContextEvent implements Serializable |
---|
serialVersionUID: -5333985775656400778L
Serialized Fields |
---|
Class<T> serviceClass
Class
representing the service which is now
available.
Class java.beans.beancontext.BeanContextServiceRevokedEvent extends BeanContextEvent implements Serializable |
---|
serialVersionUID: -1295543154724961754L
Serialized Fields |
---|
Class<T> serviceClass
Class
representing the service which is now
available.
boolean invalidateRefs
Class java.beans.beancontext.BeanContextServicesSupport extends BeanContextSupport implements Serializable |
---|
serialVersionUID: -8494482757288719206L
Class java.beans.beancontext.BeanContextServicesSupport.BCSSChild extends BeanContextSupport.BCSChild implements Serializable |
---|
serialVersionUID: -3263851306889194873L
Class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider extends Object implements Serializable |
---|
serialVersionUID: 861278251667444782L
Serialized Fields |
---|
BeanContextServiceProvider serviceProvider
Class<T> serviceClass
Class java.beans.beancontext.BeanContextSupport extends BeanContextChildSupport implements Serializable |
---|
serialVersionUID: -4879613978649577204L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
BeanContextSupport.readChildren(ObjectInputStream)
is only called if there
is no distinct peer. If there is, the peer is expected to call
the method instead.
ClassNotFoundException
- if the class of an object being deserialized
could not be found.
IOException
- if an I/O error occurs.private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
BeanContextSupport.writeChildren(ObjectOutputStream)
is only called if there
is no distinct peer. If there is, the peer is expected to call
the method instead.
ClassNotFoundException
- if the class of an object being deserialized
could not be found.
IOException
- if an I/O error occurs.Class java.beans.beancontext.BeanContextSupport.BCSChild extends Object implements Serializable |
---|
serialVersionUID: -5815286101609939109L
Serialized Fields |
---|
Object targetChild
Object peer
Package java.io |
---|
Class java.io.CharConversionException extends IOException implements Serializable |
---|
serialVersionUID: -8680016352018427031L
Class java.io.EOFException extends IOException implements Serializable |
---|
serialVersionUID: 6433858223774886977L
Class java.io.File extends Object implements Serializable |
---|
serialVersionUID: 301077366599181567L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
Serialized Fields |
---|
String path
Class java.io.FileNotFoundException extends IOException implements Serializable |
---|
serialVersionUID: -897856973823710492L
Class java.io.FilePermission extends Permission implements Serializable |
---|
serialVersionUID: 7930732926638008763L
Serialized Fields |
---|
boolean readPerm
boolean writePerm
boolean executePerm
boolean deletePerm
String actionsString
Class java.io.InterruptedIOException extends IOException implements Serializable |
---|
serialVersionUID: 4020568460727500567L
Serialized Fields |
---|
int bytesTransferred
Class java.io.InvalidClassException extends ObjectStreamException implements Serializable |
---|
serialVersionUID: -4333316296251054416L
Serialized Fields |
---|
String classname
Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable |
---|
serialVersionUID: 3233174318281839583L
Class java.io.IOError extends Error implements Serializable |
---|
serialVersionUID: 67100927991680413L
Class java.io.IOException extends Exception implements Serializable |
---|
serialVersionUID: 7818375828146090155L
Class java.io.NotActiveException extends ObjectStreamException implements Serializable |
---|
serialVersionUID: -3893467273049808895L
Class java.io.NotSerializableException extends ObjectStreamException implements Serializable |
---|
serialVersionUID: 2906642554793891381L
Class java.io.ObjectStreamClass extends Object implements Serializable |
---|
serialVersionUID: -6120832682080437368L
Serialized Fields |
---|
ObjectStreamClass[] hierarchy
ObjectStreamClass superClass
Class<T> clazz
String name
long uid
byte flags
ObjectStreamField[] fields
int primFieldSize
int objectFieldCount
Method readObjectMethod
Method readResolveMethod
Method writeReplaceMethod
Method writeObjectMethod
boolean realClassIsSerializable
boolean realClassIsExternalizable
ObjectStreamField[] fieldMapping
Constructor<T> firstNonSerializableParentConstructor
Constructor<T> constructor
boolean isProxyClass
boolean fieldsSet
Class java.io.ObjectStreamException extends IOException implements Serializable |
---|
serialVersionUID: 7260898174833392607L
Class java.io.OptionalDataException extends ObjectStreamException implements Serializable |
---|
serialVersionUID: -8011121865681257820L
Serialized Fields |
---|
boolean eof
int length
Class java.io.SerializablePermission extends BasicPermission implements Serializable |
---|
serialVersionUID: 8537212141160296410L
Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable |
---|
serialVersionUID: 8983558202217591746L
Class java.io.SyncFailedException extends IOException implements Serializable |
---|
serialVersionUID: -2353342684412443330L
Class java.io.UnsupportedEncodingException extends IOException implements Serializable |
---|
serialVersionUID: -4274276298326136670L
Class java.io.UTFDataFormatException extends IOException implements Serializable |
---|
serialVersionUID: 420743449228280612L
Class java.io.WriteAbortedException extends ObjectStreamException implements Serializable |
---|
serialVersionUID: -3326426625597282442L
Serialized Fields |
---|
Exception detail
Package java.lang |
---|
Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable |
---|
serialVersionUID: -1654391082989018462L
Class java.lang.ArithmeticException extends RuntimeException implements Serializable |
---|
serialVersionUID: 2256477558314496007L
Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable |
---|
serialVersionUID: -5116101128118950844L
Class java.lang.ArrayStoreException extends RuntimeException implements Serializable |
---|
serialVersionUID: -4522193890499838241L
Class java.lang.AssertionError extends Error implements Serializable |
---|
serialVersionUID: -5013299493970297370L
Class java.lang.Boolean extends Object implements Serializable |
---|
serialVersionUID: -3665804199014368530L
Serialized Fields |
---|
boolean value
Class java.lang.Byte extends Number implements Serializable |
---|
serialVersionUID: -7183698231559129828L
Serialized Fields |
---|
byte value
Class java.lang.Character extends Object implements Serializable |
---|
serialVersionUID: 3786198910865385080L
Serialized Fields |
---|
char value
Class java.lang.Class extends Object implements Serializable |
---|
Class java.lang.ClassCastException extends RuntimeException implements Serializable |
---|
serialVersionUID: -9223365651070458532L
Class java.lang.ClassCircularityError extends LinkageError implements Serializable |
---|
serialVersionUID: 1054362542914539689L
Class java.lang.ClassFormatError extends LinkageError implements Serializable |
---|
serialVersionUID: -8420114879011949195L
Class java.lang.ClassNotFoundException extends Exception implements Serializable |
---|
serialVersionUID: 9176873029745254542L
Serialized Fields |
---|
Throwable ex
Class java.lang.CloneNotSupportedException extends Exception implements Serializable |
---|
serialVersionUID: 5195511250079656443L
Class java.lang.Double extends Number implements Serializable |
---|
serialVersionUID: -9172774392245257468L
Serialized Fields |
---|
double value
Class java.lang.Enum extends Object implements Serializable |
---|
serialVersionUID: -4300926546619394005L
Serialized Fields |
---|
String name
int ordinal
Class java.lang.EnumConstantNotPresentException extends RuntimeException implements Serializable |
---|
serialVersionUID: -6046998521960521108L
Serialized Fields |
---|
Class<T> enumType
String constantName
Class java.lang.Error extends Throwable implements Serializable |
---|
serialVersionUID: 4980196508277280342L
Class java.lang.Exception extends Throwable implements Serializable |
---|
serialVersionUID: -3387516993124229948L
Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable |
---|
serialVersionUID: 1521711792217232256L
Serialized Fields |
---|
Throwable exception
Class java.lang.Float extends Number implements Serializable |
---|
serialVersionUID: -2671257302660747028L
Serialized Fields |
---|
float value
Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable |
---|
serialVersionUID: -8988904074992417891L
Class java.lang.IllegalAccessException extends Exception implements Serializable |
---|
serialVersionUID: 6616958222490762034L
Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable |
---|
serialVersionUID: -5365630128856068164L
Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable |
---|
serialVersionUID: 3713306369498869069L
Class java.lang.IllegalStateException extends RuntimeException implements Serializable |
---|
serialVersionUID: -1848914673093119416L
Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -7626246362397460174L
Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable |
---|
serialVersionUID: -4914975503642802119L
Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable |
---|
serialVersionUID: 234122996006267687L
Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable |
---|
serialVersionUID: -4885810657349421204L
Class java.lang.InstantiationException extends Exception implements Serializable |
---|
serialVersionUID: -8441929162975509110L
Class java.lang.Integer extends Number implements Serializable |
---|
serialVersionUID: 1360826667806852920L
Serialized Fields |
---|
int value
Class java.lang.InternalError extends VirtualMachineError implements Serializable |
---|
serialVersionUID: -9062593416125562365L
Class java.lang.InterruptedException extends Exception implements Serializable |
---|
serialVersionUID: 6700697376100628473L
Class java.lang.LinkageError extends Error implements Serializable |
---|
serialVersionUID: 3579600108157160122L
Class java.lang.Long extends Number implements Serializable |
---|
serialVersionUID: 4290774380558885855L
Serialized Fields |
---|
long value
Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable |
---|
serialVersionUID: -8960118058596991861L
Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable |
---|
serialVersionUID: 9095859863287012458L
Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable |
---|
serialVersionUID: -3456430195886129035L
Class java.lang.NoSuchFieldException extends Exception implements Serializable |
---|
serialVersionUID: -6143714805279938260L
Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable |
---|
serialVersionUID: -3765521442372831335L
Class java.lang.NoSuchMethodException extends Exception implements Serializable |
---|
serialVersionUID: 5034388446362600923L
Class java.lang.NullPointerException extends RuntimeException implements Serializable |
---|
serialVersionUID: 5162710183389028792L
Class java.lang.Number extends Object implements Serializable |
---|
serialVersionUID: -8742448824652078965L
Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -2848938806368998894L
Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable |
---|
serialVersionUID: 8228564086184010517L
Class java.lang.RuntimeException extends Exception implements Serializable |
---|
serialVersionUID: -7034897190745766939L
Class java.lang.RuntimePermission extends BasicPermission implements Serializable |
---|
serialVersionUID: 7399184964622342223L
Class java.lang.SecurityException extends RuntimeException implements Serializable |
---|
serialVersionUID: 6878364983674394167L
Class java.lang.Short extends Number implements Serializable |
---|
serialVersionUID: 7515723908773894738L
Serialized Fields |
---|
short value
Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable |
---|
serialVersionUID: 8609175038441759607L
Class java.lang.StackTraceElement extends Object implements Serializable |
---|
serialVersionUID: 6992337162326171013L
Serialized Fields |
---|
String fileName
int lineNumber
String declaringClass
String methodName
Class java.lang.String extends Object implements Serializable |
---|
serialVersionUID: -6849794470754667710L
Serialized Fields |
---|
Object data
String.boffset
int boffset
int count
int cachedHashCode
Class java.lang.StringBuffer extends Object implements Serializable |
---|
serialVersionUID: 3388685877147921107L
Serialized Fields |
---|
int count
char[] value
boolean shared
Class java.lang.StringBuilder extends Object implements Serializable |
---|
serialVersionUID: 4383685877147921099L
Serialized Fields |
---|
int count
char[] value
Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable |
---|
serialVersionUID: -6762910422159637258L
Class java.lang.ThreadDeath extends Error implements Serializable |
---|
serialVersionUID: -4417128565033088268L
Class java.lang.Throwable extends Object implements Serializable |
---|
serialVersionUID: -3042686055658047285L
Serialized Fields |
---|
String detailMessage
Throwable cause
this
until initialized.
StackTraceElement[] stackTrace
Class java.lang.TypeNotPresentException extends RuntimeException implements Serializable |
---|
serialVersionUID: -5101214195716534496L
Serialized Fields |
---|
String typeName
Class java.lang.UnknownError extends VirtualMachineError implements Serializable |
---|
serialVersionUID: 2524784860676771849L
Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable |
---|
serialVersionUID: -4019343241616879428L
Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable |
---|
serialVersionUID: -7123279212883497373L
Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable |
---|
serialVersionUID: -1242599979055084673L
Class java.lang.VerifyError extends LinkageError implements Serializable |
---|
serialVersionUID: 7001962396098498785L
Class java.lang.VirtualMachineError extends Error implements Serializable |
---|
serialVersionUID: 4161983926571568670L
Package java.lang.annotation |
---|
Class java.lang.annotation.AnnotationFormatError extends Error implements Serializable |
---|
serialVersionUID: -4256701562333669892L
Class java.lang.annotation.AnnotationTypeMismatchException extends RuntimeException implements Serializable |
---|
serialVersionUID: 8125925355765570191L
Serialized Fields |
---|
Method element
String foundType
Class java.lang.annotation.IncompleteAnnotationException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Class<T> annotationType
String elementName
Package java.lang.instrument |
---|
Class java.lang.instrument.IllegalClassFormatException extends Exception implements Serializable |
---|
serialVersionUID: -3841736710924794009L
Class java.lang.instrument.UnmodifiableClassException extends Exception implements Serializable |
---|
serialVersionUID: 1716652643585309178L
Package java.lang.management |
---|
Class java.lang.management.ManagementPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: 1897496590799378737L
Package java.lang.reflect |
---|
Class java.lang.reflect.GenericSignatureFormatError extends ClassFormatError implements Serializable |
---|
serialVersionUID: 6709919147137911034L
Class java.lang.reflect.InvocationTargetException extends Exception implements Serializable |
---|
serialVersionUID: 4085088731926701167L
Serialized Fields |
---|
Throwable target
Class java.lang.reflect.MalformedParameterizedTypeException extends RuntimeException implements Serializable |
---|
serialVersionUID: -5696557788586220964L
Class java.lang.reflect.Proxy extends Object implements Serializable |
---|
serialVersionUID: -2222568056686623797L
Serialized Fields |
---|
InvocationHandler h
Class java.lang.reflect.ReflectPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: 7412737110241507485L
Class java.lang.reflect.UndeclaredThrowableException extends RuntimeException implements Serializable |
---|
serialVersionUID: 330127114055056639L
Serialized Fields |
---|
Throwable undeclaredThrowable
Throwable.getCause()
, but is necessary for serial compatibility.
Package java.math |
---|
Class java.math.BigDecimal extends Number implements Serializable |
---|
serialVersionUID: 6108874887143696463L
Serialized Fields |
---|
BigInteger intVal
int scale
int precision
Class java.math.BigInteger extends Number implements Serializable |
---|
serialVersionUID: -8287574255936472291L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
int bitCount
int bitLength
int firstNonzeroByteNum
int lowestSetBit
byte[] magnitude
int signum
Class java.math.MathContext extends Object implements Serializable |
---|
serialVersionUID: 5579720004786848255L
Serialized Fields |
---|
int precision
RoundingMode roundMode
Package java.net |
---|
Class java.net.BindException extends SocketException implements Serializable |
---|
serialVersionUID: -5945005768251722951L
Class java.net.ConnectException extends SocketException implements Serializable |
---|
serialVersionUID: 3831404271622369215L
Class java.net.HttpRetryException extends IOException implements Serializable |
---|
Serialized Fields |
---|
int responseCode
String location
Class java.net.Inet4Address extends InetAddress implements Serializable |
---|
serialVersionUID: 3286316764910316507L
Serialization Methods |
---|
private Object writeReplace() throws ObjectStreamException
ObjectStreamException
Class java.net.Inet6Address extends InetAddress implements Serializable |
---|
serialVersionUID: 6880410070516793377L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
byte[] ipaddress
int scope_id
boolean scope_id_set
boolean scope_ifname_set
String ifname
Class java.net.InetAddress extends Object implements Serializable |
---|
serialVersionUID: 3286316764910316507L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
private Object readResolve() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
int address
String hostName
int family
Class java.net.InetSocketAddress extends SocketAddress implements Serializable |
---|
serialVersionUID: 5076001401234631237L
Serialized Fields |
---|
String hostname
InetAddress addr
int port
Class java.net.MalformedURLException extends IOException implements Serializable |
---|
serialVersionUID: -182787522200415866L
Class java.net.NetPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: -8343910153355041693L
Class java.net.NoRouteToHostException extends SocketException implements Serializable |
---|
serialVersionUID: -1897550894873493790L
Class java.net.PortUnreachableException extends SocketException implements Serializable |
---|
serialVersionUID: 8462541992376507323L
Class java.net.ProtocolException extends IOException implements Serializable |
---|
serialVersionUID: -6098449442062388080L
Class java.net.SocketAddress extends Object implements Serializable |
---|
serialVersionUID: 5215720748342549866L
Class java.net.SocketException extends IOException implements Serializable |
---|
serialVersionUID: -5935874303556886934L
Class java.net.SocketPermission extends Permission implements Serializable |
---|
serialVersionUID: -7204263841984476862L
Serialization Methods |
---|
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
SocketPermission
object from
an input stream.
IOException
- if an I/O error occurs in the stream.
ClassNotFoundException
- if the class of the
serialized object could not be found.private void writeObject(ObjectOutputStream output) throws IOException
SocketPermission
object to an
output stream.
IOException
- if an I/O error occurs in the stream.Serialized Fields |
---|
String actions
Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable |
---|
serialVersionUID: -8846654841826352300L
Class java.net.UnknownHostException extends IOException implements Serializable |
---|
serialVersionUID: -4639126076052875403L
Class java.net.UnknownServiceException extends IOException implements Serializable |
---|
serialVersionUID: -4169033248853639508L
Class java.net.URI extends Object implements Serializable |
---|
serialVersionUID: -6052424284110960213L
Serialization Methods |
---|
private void readObject(ObjectInputStream is) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream os) throws IOException
IOException
Serialized Fields |
---|
String string
Class java.net.URISyntaxException extends Exception implements Serializable |
---|
serialVersionUID: 2137979680897488891L
Serialized Fields |
---|
String input
int index
Class java.net.URL extends Object implements Serializable |
---|
serialVersionUID: -7627629688361524110L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
Serialized Fields |
---|
String protocol
String authority
String host
joe@some.host.net
.
String userInfo
int port
String file
path[?query]
.
String ref
int hashCode
Package java.nio |
---|
Class java.nio.BufferOverflowException extends RuntimeException implements Serializable |
---|
serialVersionUID: -5484897634319144535L
Class java.nio.BufferUnderflowException extends RuntimeException implements Serializable |
---|
serialVersionUID: -1713313658691622206L
Class java.nio.InvalidMarkException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 1698329710438510774L
Class java.nio.ReadOnlyBufferException extends UnsupportedOperationException implements Serializable |
---|
serialVersionUID: -1210063976496234090L
Package java.nio.channels |
---|
Class java.nio.channels.AlreadyConnectedException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -7331895245053773357L
Class java.nio.channels.AsynchronousCloseException extends ClosedChannelException implements Serializable |
---|
serialVersionUID: 6891178312432313966L
Class java.nio.channels.CancelledKeyException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -8438032138028814268L
Class java.nio.channels.ClosedByInterruptException extends AsynchronousCloseException implements Serializable |
---|
serialVersionUID: -4488191543534286750L
Class java.nio.channels.ClosedChannelException extends IOException implements Serializable |
---|
serialVersionUID: 882777185433553857L
Class java.nio.channels.ClosedSelectorException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 6466297122317847835L
Class java.nio.channels.ConnectionPendingException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 2008393366501760879L
Class java.nio.channels.FileLockInterruptionException extends IOException implements Serializable |
---|
serialVersionUID: 7104080643653532383L
Class java.nio.channels.IllegalBlockingModeException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -3335774961855590474L
Class java.nio.channels.IllegalSelectorException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -8406323347253320987L
Class java.nio.channels.NoConnectionPendingException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -8296561183633134743L
Class java.nio.channels.NonReadableChannelException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -3200915679294993514L
Class java.nio.channels.NonWritableChannelException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -7071230488279011621L
Class java.nio.channels.NotYetBoundException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 4640999303950202242L
Class java.nio.channels.NotYetConnectedException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 4697316551909513464L
Class java.nio.channels.OverlappingFileLockException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 2047812138163068433L
Class java.nio.channels.UnresolvedAddressException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 6136959093620794148L
Class java.nio.channels.UnsupportedAddressTypeException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -2964323842829700493L
Package java.nio.charset |
---|
Class java.nio.charset.CharacterCodingException extends IOException implements Serializable |
---|
serialVersionUID: 8421532232154627783L
Class java.nio.charset.CoderMalfunctionError extends Error implements Serializable |
---|
serialVersionUID: -1151412348057794301L
Class java.nio.charset.IllegalCharsetNameException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 1457525358470002989L
Serialized Fields |
---|
String charsetName
Class java.nio.charset.MalformedInputException extends CharacterCodingException implements Serializable |
---|
serialVersionUID: -3438823399834806194L
Serialized Fields |
---|
int inputLength
Class java.nio.charset.UnmappableCharacterException extends CharacterCodingException implements Serializable |
---|
serialVersionUID: -7026962371537706123L
Serialized Fields |
---|
int inputLength
Class java.nio.charset.UnsupportedCharsetException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 1490765524727386367L
Serialized Fields |
---|
String charsetName
Package java.rmi |
---|
Class java.rmi.AccessException extends RemoteException implements Serializable |
---|
serialVersionUID: 6314925228044966088L
Class java.rmi.AlreadyBoundException extends Exception implements Serializable |
---|
serialVersionUID: 9218657361741657110L
Class java.rmi.ConnectException extends RemoteException implements Serializable |
---|
serialVersionUID: 4863550261346652506L
Class java.rmi.ConnectIOException extends RemoteException implements Serializable |
---|
serialVersionUID: -8087809532704668744L
Class java.rmi.MarshalException extends RemoteException implements Serializable |
---|
serialVersionUID: 6223554758134037936L
Class java.rmi.MarshalledObject extends Object implements Serializable |
---|
serialVersionUID: 8988374069173025854L
Serialized Fields |
---|
byte[] objBytes
byte[] locBytes
int hash
Class java.rmi.NoSuchObjectException extends RemoteException implements Serializable |
---|
serialVersionUID: 6619395951570472985L
Class java.rmi.NotBoundException extends Exception implements Serializable |
---|
serialVersionUID: -1857741824849069317L
Class java.rmi.RemoteException extends IOException implements Serializable |
---|
serialVersionUID: -5148567311918794206L
Serialized Fields |
---|
Throwable detail
Class java.rmi.RMISecurityException extends SecurityException implements Serializable |
---|
serialVersionUID: -8433406075740433514L
Class java.rmi.ServerError extends RemoteException implements Serializable |
---|
serialVersionUID: 8455284893909696482L
Class java.rmi.ServerException extends RemoteException implements Serializable |
---|
serialVersionUID: -4775845313121906682L
Class java.rmi.ServerRuntimeException extends RemoteException implements Serializable |
---|
serialVersionUID: 7054464920481467219L
Class java.rmi.StubNotFoundException extends RemoteException implements Serializable |
---|
serialVersionUID: -7088199405468872373L
Class java.rmi.UnexpectedException extends RemoteException implements Serializable |
---|
serialVersionUID: 1800467484195073863L
Class java.rmi.UnknownHostException extends RemoteException implements Serializable |
---|
serialVersionUID: -8152710247442114228L
Class java.rmi.UnmarshalException extends RemoteException implements Serializable |
---|
serialVersionUID: 594380845140740218L
Package java.rmi.activation |
---|
Class java.rmi.activation.Activatable extends RemoteServer implements Serializable |
---|
serialVersionUID: -3120617863591563455L
Serialized Fields |
---|
ActivationID id
Class java.rmi.activation.ActivateFailedException extends RemoteException implements Serializable |
---|
serialVersionUID: 4863550261346652506L
Class java.rmi.activation.ActivationDesc extends Object implements Serializable |
---|
serialVersionUID: 7455834104417690957L
Serialized Fields |
---|
ActivationGroupID groupid
String classname
String location
MarshalledObject<T> data
boolean restart
Class java.rmi.activation.ActivationException extends Exception implements Serializable |
---|
serialVersionUID: -4320118837291406071L
Serialized Fields |
---|
Throwable detail
Class java.rmi.activation.ActivationGroup extends UnicastRemoteObject implements Serializable |
---|
serialVersionUID: -7696947875314805420L
Serialized Fields |
---|
ActivationGroupID groupId
ActivationMonitor monitor
long incarnation
Class java.rmi.activation.ActivationGroup_Stub extends RemoteStub implements Serializable |
---|
serialVersionUID: 2L
Class java.rmi.activation.ActivationGroupDesc extends Object implements Serializable |
---|
serialVersionUID: -4936225423168276595L
Serialized Fields |
---|
String className
String location
MarshalledObject<T> data
ActivationGroupDesc.CommandEnvironment env
Properties props
Class java.rmi.activation.ActivationGroupDesc.CommandEnvironment extends Object implements Serializable |
---|
serialVersionUID: 6165754737887770191L
Serialized Fields |
---|
String command
String[] options
Class java.rmi.activation.ActivationGroupID extends Object implements Serializable |
---|
serialVersionUID: -1648432278909740833L
Serialized Fields |
---|
ActivationSystem system
UID uid
Class java.rmi.activation.ActivationID extends Object implements Serializable |
---|
serialVersionUID: -4608673054848209235L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if thrown by the stream
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException, ClassNotFoundException
IOException
- if thrown by the stream
ClassNotFoundException
Class java.rmi.activation.UnknownGroupException extends ActivationException implements Serializable |
---|
serialVersionUID: 7056094974750002460L
Class java.rmi.activation.UnknownObjectException extends ActivationException implements Serializable |
---|
serialVersionUID: 3425547551622251430L
Package java.rmi.dgc |
---|
Class java.rmi.dgc.Lease extends Object implements Serializable |
---|
serialVersionUID: -5713411624328831948L
Serialized Fields |
---|
VMID vmid
long value
Class java.rmi.dgc.VMID extends Object implements Serializable |
---|
serialVersionUID: -538642295484486218L
Serialized Fields |
---|
byte[] addr
UID uid
Package java.rmi.server |
---|
Class java.rmi.server.ExportException extends RemoteException implements Serializable |
---|
serialVersionUID: -9155485338494060170L
Class java.rmi.server.ObjID extends Object implements Serializable |
---|
serialVersionUID: -6386392263968365220L
Serialized Fields |
---|
long objNum
UID space
Class java.rmi.server.RemoteObject extends Object implements Serializable |
---|
serialVersionUID: -3215090123894869218L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
RemoteObject.ref
an instance of this class and calls its .readExternal method. The standard
packageless class names are UnicastRef, UnicastRef2, UnicastServerRef,
UnicastServerRef2, ActivatableRef or ActivatableServerRef.
IOException
- if the IO exception occurs
ClassNotFoundException
- if the class with the given name is not
present in the package gnu.java.rmi.server (for the case of the
GNU Classpath.private void writeObject(ObjectOutputStream out) throws IOException, ClassNotFoundException
RemoteRef.getRefClass(ObjectOutput)
on the RemoteObject.ref
to get the
class name without package, writes this name and then calls the
ref.writeObject to write the data. The standard packageless class names are
UnicastRef, UnicastRef2, UnicastServerRef, UnicastServerRef2,
ActivatableRef or ActivatableServerRef. The empty string with the
subsequently following serialized ref instance be written if the
ref.getRefClass returns null.
IOException
- if one occurs during writing
ClassNotFoundException
- never in this implementation (specified as
part of the API standard)
UnmarshalException
- if the remote reference of this remote object is
null.Class java.rmi.server.RemoteObjectInvocationHandler extends RemoteObject implements Serializable |
---|
serialVersionUID: 2L
Class java.rmi.server.RemoteServer extends RemoteObject implements Serializable |
---|
serialVersionUID: -4100238210092549637L
Class java.rmi.server.RemoteStub extends RemoteObject implements Serializable |
---|
serialVersionUID: -1585587260594494182L
Class java.rmi.server.ServerCloneException extends CloneNotSupportedException implements Serializable |
---|
serialVersionUID: 6617456357664815945L
Serialized Fields |
---|
Exception detail
Class java.rmi.server.ServerNotActiveException extends Exception implements Serializable |
---|
serialVersionUID: 4687940720827538231L
Class java.rmi.server.SkeletonMismatchException extends RemoteException implements Serializable |
---|
serialVersionUID: -7780460454818859281L
Class java.rmi.server.SkeletonNotFoundException extends RemoteException implements Serializable |
---|
serialVersionUID: -7860299673822761231L
Class java.rmi.server.SocketSecurityException extends ExportException implements Serializable |
---|
serialVersionUID: -7622072999407781979L
Class java.rmi.server.UID extends Object implements Serializable |
---|
serialVersionUID: 1086053664494604050L
Serialized Fields |
---|
short count
int unique
long time
Class java.rmi.server.UnicastRemoteObject extends RemoteServer implements Serializable |
---|
serialVersionUID: 4974527148936298033L
Serialized Fields |
---|
int port
RMIClientSocketFactory csf
RMIServerSocketFactory ssf
Package java.security |
---|
Class java.security.AccessControlException extends SecurityException implements Serializable |
---|
serialVersionUID: 5138225684096988535L
Serialized Fields |
---|
Permission perm
Permission
associated with this exception.
Class java.security.AllPermission extends Permission implements Serializable |
---|
serialVersionUID: -2916474571451318075L
Class java.security.AuthProvider extends Provider implements Serializable |
---|
Class java.security.BasicPermission extends Permission implements Serializable |
---|
serialVersionUID: 6279438298436773498L
Class java.security.CodeSigner extends Object implements Serializable |
---|
serialVersionUID: 6819288105193937581L
Serialized Fields |
---|
CertPath signerCertPath
java.security.Timestamp timestamp
Class java.security.CodeSource extends Object implements Serializable |
---|
serialVersionUID: 4977541819976013951L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
- if reading fails
ClassNotFoundException
- if deserialization failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if writing failsSerialized Fields |
---|
URL location
Class java.security.DigestException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 5821450303093652515L
Class java.security.GeneralSecurityException extends Exception implements Serializable |
---|
serialVersionUID: 894798122053539237L
Class java.security.GuardedObject extends Object implements Serializable |
---|
serialVersionUID: -5240450096227834308L
Serialization Methods |
---|
private void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsSerialized Fields |
---|
Guard guard
Object object
Class java.security.Identity extends Object implements Serializable |
---|
serialVersionUID: 3609922007826600659L
Serialized Fields |
---|
String name
IdentityScope scope
PublicKey publicKey
String info
Vector<T> certificates
Class java.security.IdentityScope extends Identity implements Serializable |
---|
serialVersionUID: -2337346281189773310L
Class java.security.InvalidAlgorithmParameterException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 2864672297499471472L
Class java.security.InvalidKeyException extends KeyException implements Serializable |
---|
serialVersionUID: 5698479920593359816L
Class java.security.InvalidParameterException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -857968536935667808L
Class java.security.KeyException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -7483676942812432108L
Class java.security.KeyManagementException extends KeyException implements Serializable |
---|
serialVersionUID: 947674216157062695L
Class java.security.KeyPair extends Object implements Serializable |
---|
serialVersionUID: -7565189502268009837L
Serialized Fields |
---|
PublicKey publicKey
PrivateKey privateKey
Class java.security.KeyRep extends Object implements Serializable |
---|
serialVersionUID: -4757683898830641853L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
java.security.KeyRep.Type type
String algorithm
String format
byte[] encoded
Class java.security.KeyStoreException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -1119353179322377262L
Class java.security.NoSuchAlgorithmException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -7443947487218346562L
Class java.security.NoSuchProviderException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 8488111756688534474L
Class java.security.Permission extends Object implements Serializable |
---|
serialVersionUID: -5636570222231596674L
Serialized Fields |
---|
String name
Class java.security.PermissionCollection extends Object implements Serializable |
---|
serialVersionUID: -6727011328946861783L
Serialized Fields |
---|
boolean readOnly
Class java.security.Permissions extends PermissionCollection implements Serializable |
---|
serialVersionUID: 4858622370623524688L
Serialized Fields |
---|
PermissionCollection allPermission
AllPermission
.
Hashtable<K,V> perms
Hashtable
that contains our collections.
Class java.security.PrivilegedActionException extends Exception implements Serializable |
---|
serialVersionUID: 4724086851538908602L
Serialized Fields |
---|
Exception exception
Class java.security.Provider extends Properties implements Serializable |
---|
serialVersionUID: -4298000515446427739L
Serialized Fields |
---|
String info
String name
double version
Class java.security.ProviderException extends RuntimeException implements Serializable |
---|
serialVersionUID: 5256023526693665674L
Class java.security.SecureRandom extends Random implements Serializable |
---|
serialVersionUID: 4940670005562187L
Serialized Fields |
---|
long counter
Provider provider
byte[] randomBytes
int randomBytesUsed
SecureRandomSpi secureRandomSpi
byte[] state
String algorithm
boolean isSeeded
Class java.security.SecureRandomSpi extends Object implements Serializable |
---|
serialVersionUID: -2991854161009191830L
Class java.security.SecurityPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: 5236109936224050470L
Class java.security.SignatureException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 7509989324975124438L
Class java.security.SignedObject extends Object implements Serializable |
---|
serialVersionUID: 720502720485447167L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
byte[] content
byte[] signature
String thealgorithm
Class java.security.Signer extends Identity implements Serializable |
---|
serialVersionUID: -1763464102261361480L
Serialized Fields |
---|
PrivateKey privateKey
Class java.security.Timestamp extends Object implements Serializable |
---|
serialVersionUID: -5502683707821851294L
Serialized Fields |
---|
Date timestamp
CertPath signerCertPath
Class java.security.UnrecoverableEntryException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -4527142945246286535L
Class java.security.UnrecoverableKeyException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 7275063078190151277L
Class java.security.UnresolvedPermission extends Permission implements Serializable |
---|
serialVersionUID: -4821973115467008846L
Serialized Fields |
---|
String actions
String type
String name
Package java.security.acl |
---|
Class java.security.acl.AclNotFoundException extends Exception implements Serializable |
---|
serialVersionUID: 5684295034092681791L
Class java.security.acl.LastOwnerException extends Exception implements Serializable |
---|
serialVersionUID: -5141997548211140359L
Class java.security.acl.NotOwnerException extends Exception implements Serializable |
---|
serialVersionUID: -5555597911163362399L
Package java.security.cert |
---|
Class java.security.cert.Certificate extends Object implements Serializable |
---|
serialVersionUID: -3585440601605666277L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
new CertificateRep(getType(), getEncoded());
This thusly replaces the certificate with its name and its
encoded form, which can be deserialized later with the CertificateFactory
implementation for this certificate's type.
ObjectStreamException
- If the replacement could not be
created.Serialized Fields |
---|
String type
Class java.security.cert.Certificate.CertificateRep extends Object implements Serializable |
---|
serialVersionUID: -8563758940495660020L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
CertificateFactory
for this certificate's type, then
attempts to parse the encoded data with that factory, returning
the resulting certificate.
ObjectStreamException
- If there is no appropriate
certificate factory for the given type, or if the encoded form
cannot be parsed.Serialized Fields |
---|
String type
byte[] data
Class java.security.cert.CertificateEncodingException extends CertificateException implements Serializable |
---|
serialVersionUID: 6219492851589449162L
Class java.security.cert.CertificateException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 3192535253797119798L
Class java.security.cert.CertificateExpiredException extends CertificateException implements Serializable |
---|
serialVersionUID: 9071001339691533771L
Class java.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable |
---|
serialVersionUID: 4355919900041064702L
Class java.security.cert.CertificateParsingException extends CertificateException implements Serializable |
---|
serialVersionUID: -7989222416793322029L
Class java.security.cert.CertPath extends Object implements Serializable |
---|
serialVersionUID: 6068470306649138683L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
CertPath.CertPathRep
.
ObjectStreamException
- if the replacement creation failsSerialized Fields |
---|
String type
Class java.security.cert.CertPath.CertPathRep extends Object implements Serializable |
---|
serialVersionUID: 3015633072427920915L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
CertPath
upon deserialization.
ObjectStreamException
- if replacement failsSerialized Fields |
---|
String type
byte[] data
Class java.security.cert.CertPathBuilderException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 5316471420178794402L
Class java.security.cert.CertPathValidatorException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -3083180014971893139L
Serialized Fields |
---|
int index
CertPath certPath
CertPath
that failed.
Class java.security.cert.CertStoreException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 2395296107471573245L
Class java.security.cert.CRLException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -6694728944094197147L
Class java.security.cert.X509Certificate extends Certificate implements Serializable |
---|
serialVersionUID: -2491127588187038216L
Package java.security.interfaces |
---|
Package java.security.spec |
---|
Class java.security.spec.InvalidKeySpecException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 3546139293998810778L
Class java.security.spec.InvalidParameterSpecException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -970468769593399342L
Package java.sql |
---|
Class java.sql.BatchUpdateException extends SQLException implements Serializable |
---|
serialVersionUID: 5977529877145521757L
Serialized Fields |
---|
int[] updateCounts
Class java.sql.DataTruncation extends SQLWarning implements Serializable |
---|
serialVersionUID: 6464298989504059473L
Serialized Fields |
---|
int dataSize
int index
boolean parameter
boolean read
int transferSize
Class java.sql.Date extends Date implements Serializable |
---|
serialVersionUID: 1511598038487230103L
Class java.sql.SQLClientInfoException extends SQLException implements Serializable |
---|
serialVersionUID: -4319604256824655880L
Serialized Fields |
---|
Map<K,V> failedProperties
Class java.sql.SQLDataException extends java.sql.SQLNonTransientException implements Serializable |
---|
serialVersionUID: -6889123282670549800L
Class java.sql.SQLException extends Exception implements Serializable |
---|
serialVersionUID: 2135244094396331484L
Serialized Fields |
---|
SQLException next
String SQLState
int vendorCode
Class java.sql.SQLFeatureNotSupportedException extends java.sql.SQLNonTransientException implements Serializable |
---|
serialVersionUID: -1026510870282316051L
Class java.sql.SQLIntegrityConstraintViolationException extends java.sql.SQLNonTransientException implements Serializable |
---|
serialVersionUID: 8033405298774849169L
Class java.sql.SQLInvalidAuthorizationSpecException extends java.sql.SQLNonTransientException implements Serializable |
---|
serialVersionUID: -64105250450891498L
Class java.sql.SQLNonTransientConnectionException extends java.sql.SQLNonTransientException implements Serializable |
---|
serialVersionUID: -5852318857474782892L
Class java.sql.SQLNonTransientException extends SQLException implements Serializable |
---|
serialVersionUID: -9104382843534716547L
Class java.sql.SQLPermission extends BasicPermission implements Serializable |
---|
Class java.sql.SQLRecoverableException extends SQLException implements Serializable |
---|
serialVersionUID: -4144386502923131579L
Class java.sql.SQLSyntaxErrorException extends java.sql.SQLNonTransientException implements Serializable |
---|
serialVersionUID: -1843832610477496053L
Class java.sql.SQLTimeoutException extends java.sql.SQLTransientException implements Serializable |
---|
serialVersionUID: -4487171280562520262L
Class java.sql.SQLTransactionRollbackException extends java.sql.SQLTransientException implements Serializable |
---|
serialVersionUID: 5246680841170837229L
Class java.sql.SQLTransientConnectionException extends java.sql.SQLTransientException implements Serializable |
---|
serialVersionUID: -2520155553543391200L
Class java.sql.SQLTransientException extends SQLException implements Serializable |
---|
serialVersionUID: -9042733978262274539L
Class java.sql.SQLWarning extends SQLException implements Serializable |
---|
serialVersionUID: 3917336774604784856L
Class java.sql.Time extends Date implements Serializable |
---|
serialVersionUID: 8397324403548013681L
Class java.sql.Timestamp extends Date implements Serializable |
---|
serialVersionUID: 2745179027874758501L
Serialized Fields |
---|
int nanos
Package java.text |
---|
Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable |
---|
serialVersionUID: -9142742483513960612L
Serialization Methods |
---|
protected Object readResolve() throws InvalidObjectException
AttributedCharacterIterator.Attribute
that is being deserialized to one of the three pre-defined attribute
constants. It does this by comparing the names of the attributes. The
constant that the deserialized object resolves to is returned.
InvalidObjectException
- If the object being deserialized
cannot be resolved.Serialized Fields |
---|
String name
Class java.text.ChoiceFormat extends NumberFormat implements Serializable |
---|
serialVersionUID: 1795184449645032964L
Serialized Fields |
---|
String[] choiceFormats
double[] choiceLimits
Class java.text.DateFormat extends Format implements Serializable |
---|
serialVersionUID: 7218322306649953788L
Serialized Fields |
---|
Calendar calendar
NumberFormat numberFormat
Class java.text.DateFormat.Field extends Format.Field implements Serializable |
---|
serialVersionUID: 7441350119349544720L
Serialization Methods |
---|
protected Object readResolve() throws InvalidObjectException
InvalidObjectException
- If the object being deserialized
cannot be resolved.Serialized Fields |
---|
int calendarField
Class java.text.DateFormatSymbols extends Object implements Serializable |
---|
serialVersionUID: -5987973545549424702L
Serialized Fields |
---|
String[] ampms
String[] eras
String localPatternChars
String[] months
String[] shortMonths
String[] shortWeekdays
String[] weekdays
String[][] runtimeZoneStrings
String[][] zoneStrings
#setZoneStrings()
.
Class java.text.DecimalFormat extends NumberFormat implements Serializable |
---|
serialVersionUID: 864413376551465018L
Serialized Fields |
---|
boolean parseBigDecimal
boolean useCurrencySeparator
boolean decimalSeparatorAlwaysShown
boolean showDecimalSeparator
decimalSeparatorAlwaysShown
,
as it defines if the format string contains a decimal separator or no.
boolean groupingSeparatorInPattern
byte groupingSize
byte minExponentDigits
exponentRound
int exponentRound
int multiplier
int negativePatternMultiplier
String negativePrefix
String negativeSuffix
String positivePrefix
String positiveSuffix
DecimalFormatSymbols symbols
boolean useExponentialNotation
int maxIntegerDigitsExponent
boolean hasNegativePrefix
boolean hasFractionalPattern
ArrayList<E> attributes
Class java.text.DecimalFormatSymbols extends Object implements Serializable |
---|
serialVersionUID: 5772796243397350300L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
String currencySymbol
char decimalSeparator
char
used to separate decimals in a number.char digit
char
used to represent a digit in
a format specification.char exponential
char
used to represent the exponent
separator in exponential notation.char groupingSeparator
String infinity
String intlCurrencySymbol
char minusSign
char monetarySeparator
String NaN
char patternSeparator
char percent
char perMill
int serialVersionOnStream
char zeroDigit
Locale locale
Class java.text.Format extends Object implements Serializable |
---|
serialVersionUID: -299282585814624189L
Class java.text.Format.Field extends AttributedCharacterIterator.Attribute implements Serializable |
---|
serialVersionUID: 276966692217360283L
Class java.text.MessageFormat extends Format implements Serializable |
---|
serialVersionUID: 6479157306784022952L
Serialized Fields |
---|
String pattern
Locale locale
java.text.MessageFormat.MessageFormatElement[] elements
String leader
Class java.text.MessageFormat.Field extends Format.Field implements Serializable |
---|
serialVersionUID: 7899943957617360810L
Serialization Methods |
---|
protected Object readResolve() throws InvalidObjectException
InvalidObjectException
- If the object being deserialized
cannot be resolved.Class java.text.NumberFormat extends Format implements Serializable |
---|
serialVersionUID: -2308460125733713944L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
Serialized Fields |
---|
boolean groupingUsed
int maximumFractionDigits
byte maxFractionDigits
int maximumIntegerDigits
byte maxIntegerDigits
int minimumFractionDigits
byte minFractionDigits
int minimumIntegerDigits
byte minIntegerDigits
boolean parseIntegerOnly
int serialVersionOnStream
Class java.text.NumberFormat.Field extends Format.Field implements Serializable |
---|
serialVersionUID: 7494728892700160890L
Serialization Methods |
---|
protected Object readResolve() throws InvalidObjectException
InvalidObjectException
- if the field name is invalid.Class java.text.ParseException extends Exception implements Serializable |
---|
serialVersionUID: 2703218443322787634L
Serialized Fields |
---|
int errorOffset
Class java.text.SimpleDateFormat extends DateFormat implements Serializable |
---|
serialVersionUID: 4774881970558875024L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
- if an I/O error occurs.
ClassNotFoundException
- if the class of the serialized data
could not be found.
InvalidObjectException
- if the pattern is invalid.Serialized Fields |
---|
DateFormatSymbols formatData
DateFormatSymbols
Date defaultCenturyStart
SimpleDateFormat.get2DigitYearStart()
,
SimpleDateFormat.set2DigitYearStart(java.util.Date)
,
Date
String pattern
SimpleDateFormat.applyPattern(String)
,
SimpleDateFormat.applyLocalizedPattern(String)
,
SimpleDateFormat.toPattern()
,
SimpleDateFormat.toLocalizedPattern()
int serialVersionOnStream
pattern
and formatData
. Version 1 adds
the defaultCenturyStart
. This implementation
always writes out version 1 data.Package java.util |
---|
Class java.util.AbstractMap.SimpleEntry extends Object implements Serializable |
---|
serialVersionUID: -8499721149061103585L
Serialized Fields |
---|
Object key
Object value
Class java.util.AbstractMap.SimpleImmutableEntry extends Object implements Serializable |
---|
serialVersionUID: 7138329143949025153L
Serialized Fields |
---|
Object key
Object value
Class java.util.ArrayDeque extends AbstractCollection<E> implements Serializable |
---|
serialVersionUID: 2340985798034038923L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Class java.util.ArrayList extends AbstractList<E> implements Serializable |
---|
serialVersionUID: 8683452581122892189L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsSerialized Fields |
---|
int size
Class java.util.BitSet extends Object implements Serializable |
---|
serialVersionUID: 7997698588986878753L
Serialized Fields |
---|
long[] bits
Class java.util.Calendar extends Object implements Serializable |
---|
serialVersionUID: -1807547505821590642L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
Serialized Fields |
---|
int[] fields
boolean[] isSet
long time
boolean isTimeSet
boolean areFieldsSet
TimeZone zone
boolean lenient
int firstDayOfWeek
int minimalDaysInFirstWeek
boolean explicitDSTOffset
int serialVersionOnStream
Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable |
---|
serialVersionUID: -3666751008965953603L
Class java.util.Currency extends Object implements Serializable |
---|
serialVersionUID: -158308464356906721L
Serialization Methods |
---|
private Object readResolve() throws ObjectStreamException
ObjectStreamException
- if a problem occurs with deserializing
the object.Serialized Fields |
---|
String currencyCode
Currency.getCurrencyCode()
Class java.util.Date extends Object implements Serializable |
---|
serialVersionUID: 7523967970034938905L
Serialization Methods |
---|
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
Date
object from an
input stream, setting the time (in milliseconds
since the epoch) to the long value read from the
stream.
IOException
- if an I/O error occurs in the stream.
ClassNotFoundException
- if the class of the
serialized object could not be found.private void writeObject(ObjectOutputStream output) throws IOException
Date
object to an output stream,
storing the time (in milliseconds since the epoch) as a long
value in the stream.
IOException
- if an I/O error occurs in the stream.Class java.util.DuplicateFormatFlagsException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 18890531L
Serialized Fields |
---|
String flags
Class java.util.EmptyStackException extends RuntimeException implements Serializable |
---|
serialVersionUID: 5084686378493302095L
Class java.util.EnumMap extends AbstractMap<K extends Enum<K>,V> implements Serializable |
---|
serialVersionUID: 458661240069192865L
Serialized Fields |
---|
Object[] store
int cardinality
Class<T> enumClass
Class java.util.EnumSet extends AbstractSet<T extends Enum<T>> implements Serializable |
---|
serialVersionUID: 4782406773684236311L
Serialized Fields |
---|
BitSet store
int cardinality
Class<T> enumClass
Class java.util.EventObject extends Object implements Serializable |
---|
serialVersionUID: 5516075349620653480L
Class java.util.FormatFlagsConversionMismatchException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 19120414L
Serialized Fields |
---|
String f
char c
Class java.util.FormatterClosedException extends IllegalStateException implements Serializable |
---|
serialVersionUID: 18111216L
Class java.util.GregorianCalendar extends Calendar implements Serializable |
---|
serialVersionUID: -8125100834729963327L
Serialized Fields |
---|
long gregorianCutover
Class java.util.HashMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: 362498820763181265L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsSerialized Fields |
---|
int threshold
rehash()
.
float loadFactor
Class java.util.HashSet extends AbstractSet<T> implements Serializable |
---|
serialVersionUID: -5024744406713321676L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsClass java.util.Hashtable extends Dictionary<K,V> implements Serializable |
---|
serialVersionUID: 1421746759512286392L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsSerialized Fields |
---|
int threshold
rehash()
.
float loadFactor
Class java.util.IdentityHashMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: 8188218128353913216L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsSerialized Fields |
---|
int size
Class java.util.IllegalFormatCodePointException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 19080630L
Serialized Fields |
---|
int c
Class java.util.IllegalFormatConversionException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 17000126L
Serialized Fields |
---|
char c
Class<T> arg
Class java.util.IllegalFormatException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 18830826L
Class java.util.IllegalFormatFlagsException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 790824L
Serialized Fields |
---|
String flags
Class java.util.IllegalFormatPrecisionException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 18711008L
Serialized Fields |
---|
int p
Class java.util.IllegalFormatWidthException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 16660902L
Serialized Fields |
---|
int w
Class java.util.InputMismatchException extends NoSuchElementException implements Serializable |
---|
Class java.util.InvalidPropertiesFormatException extends IOException implements Serializable |
---|
serialVersionUID: 7763056076009360219L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class java.util.LinkedHashMap extends HashMap<K,V> implements Serializable |
---|
serialVersionUID: 3801124242820219131L
Serialized Fields |
---|
boolean accessOrder
true
for
access-order, false
for insertion-order.
Class java.util.LinkedHashSet extends HashSet<T> implements Serializable |
---|
serialVersionUID: -2851667679971038690L
Class java.util.LinkedList extends AbstractSequentialList<T> implements Serializable |
---|
serialVersionUID: 876323262645176354L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsClass java.util.Locale extends Object implements Serializable |
---|
serialVersionUID: 9149081749638150636L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
- if reading fails
ClassNotFoundException
- if reading failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the write failsSerialized Fields |
---|
String language
String country
String variant
int hashcode
Class java.util.MissingFormatArgumentException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 19190115L
Serialized Fields |
---|
String s
Class java.util.MissingFormatWidthException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 15560123L
Serialized Fields |
---|
String s
Class java.util.MissingResourceException extends RuntimeException implements Serializable |
---|
serialVersionUID: -4876345176062000401L
Serialized Fields |
---|
String className
String key
Class java.util.NoSuchElementException extends RuntimeException implements Serializable |
---|
serialVersionUID: 6769829250639411880L
Class java.util.PriorityQueue extends java.util.AbstractQueue<E> implements Serializable |
---|
serialVersionUID: -7720805057305804111L
Serialized Fields |
---|
int used
Object[] storage
Comparator<T> comparator
Class java.util.Properties extends Hashtable<Object,Object> implements Serializable |
---|
serialVersionUID: 4112578634029874840L
Serialized Fields |
---|
Properties defaults
Class java.util.PropertyPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: 885438825399942851L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
- if the stream fails
ClassNotFoundException
- if reserialization failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the stream failsSerialization Overview |
---|
Serialized Fields |
---|
String action
Class java.util.Random extends Object implements Serializable |
---|
serialVersionUID: 3905348978240129619L
Serialized Fields |
---|
boolean haveNextNextGaussian
Random.nextGaussian()
,
Random.nextNextGaussian
double nextNextGaussian
Random.nextGaussian()
,
Random.haveNextNextGaussian
long seed
Random.next(int)
Class java.util.ServiceConfigurationError extends Error implements Serializable |
---|
serialVersionUID: 74132770414881L
Class java.util.SimpleTimeZone extends TimeZone implements Serializable |
---|
serialVersionUID: -403250971215465050L
Serialization Methods |
---|
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
SimpleTimeZone.writeObject(java.io.ObjectOutputStream)
private void writeObject(ObjectOutputStream output) throws IOException
start/endDay(OfWeek)
-Fields are written in the
DOW_IN_MONTH_MODE rule, since this was the only supported rule
in 1.1.
In the optional section, we write first the length of an byte
array as int and afterwards the byte array itself. The byte
array contains in this release four elements, namely the real
startDay, startDayOfWeek endDay, endDayOfWeek in that Order.
These fields are needed, because for compatibility reasons only
approximative values are written to the required section, as
described above.
IOException
Serialized Fields |
---|
int rawOffset
boolean useDaylight
int dstSavings
int startYear
int startMode
int startMonth
int startDay
SimpleTimeZone.startMode
int startDayOfWeek
SimpleTimeZone.startMode
int startTime
int startTimeMode
int endMonth
int endMode
SimpleTimeZone.startMode
int endDay
SimpleTimeZone.startMode
int endDayOfWeek
SimpleTimeZone.startMode
int endTime
int endTimeMode
byte[] monthLength
int serialVersionOnStream
Class java.util.Stack extends Vector<T> implements Serializable |
---|
serialVersionUID: 1224463164541339165L
Class java.util.TimeZone extends Object implements Serializable |
---|
serialVersionUID: 3581463369166924961L
Serialized Fields |
---|
String ID
Class java.util.TooManyListenersException extends Exception implements Serializable |
---|
serialVersionUID: 5074640544770687831L
Class java.util.TreeMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: 919286545866124006L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsSerialized Fields |
---|
Comparator<T> comparator
Class java.util.TreeSet extends AbstractSet<T> implements Serializable |
---|
serialVersionUID: -2479143000061671589L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsClass java.util.UnknownFormatConversionException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 19060418L
Serialized Fields |
---|
String s
Class java.util.UnknownFormatFlagsException extends IllegalFormatException implements Serializable |
---|
serialVersionUID: 19370506L
Serialized Fields |
---|
String flags
Class java.util.UUID extends Object implements Serializable |
---|
serialVersionUID: -4856846361193249489L
Serialized Fields |
---|
long mostSigBits
long leastSigBits
Class java.util.Vector extends AbstractList<T> implements Serializable |
---|
serialVersionUID: -2767605614048989439L
Serialization Methods |
---|
private void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsSerialized Fields |
---|
Object[] elementData
int elementCount
Vector.size()
.
int capacityIncrement
Vector.ensureCapacity(int)
is called. If <= 0, the vector just
doubles in size.
Package java.util.concurrent |
---|
Class java.util.concurrent.ArrayBlockingQueue extends java.util.AbstractQueue<E> implements Serializable |
---|
serialVersionUID: -817911632652898426L
Serialized Fields |
---|
Object[] items
int takeIndex
int putIndex
int count
java.util.concurrent.locks.ReentrantLock lock
java.util.concurrent.locks.Condition notEmpty
java.util.concurrent.locks.Condition notFull
Class java.util.concurrent.BrokenBarrierException extends Exception implements Serializable |
---|
serialVersionUID: 7117394618823254244L
Class java.util.concurrent.CancellationException extends IllegalStateException implements Serializable |
---|
serialVersionUID: -9202173006928992231L
Class java.util.concurrent.ConcurrentHashMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: 7249069246763182397L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Serialized Fields |
---|
int segmentMask
int segmentShift
java.util.concurrent.ConcurrentHashMap.Segment<K,V>[] segments
Class java.util.concurrent.ConcurrentLinkedQueue extends java.util.AbstractQueue<E> implements Serializable |
---|
serialVersionUID: 196745693267521676L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Class java.util.concurrent.ConcurrentSkipListMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: -8627078645895051609L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Serialized Fields |
---|
Comparator<T> comparator
Class java.util.concurrent.ConcurrentSkipListSet extends AbstractSet<E> implements Serializable |
---|
serialVersionUID: -2479143111061671589L
Serialized Fields |
---|
java.util.concurrent.ConcurrentNavigableMap<K,V> m
Class java.util.concurrent.CopyOnWriteArrayList extends AbstractList<E> implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the underlying stream fails
IOException
- if the underlying stream failsprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if the underlying stream failsClass java.util.concurrent.CopyOnWriteArraySet extends AbstractSet<E> implements Serializable |
---|
serialVersionUID: 5457747651344034263L
Serialized Fields |
---|
CopyOnWriteArrayList<E> al
Class java.util.concurrent.ExecutionException extends Exception implements Serializable |
---|
serialVersionUID: 7830266012832686185L
Class java.util.concurrent.LinkedBlockingDeque extends java.util.AbstractQueue<E> implements Serializable |
---|
serialVersionUID: -387911632671998426L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Serialized Fields |
---|
int capacity
java.util.concurrent.locks.ReentrantLock lock
java.util.concurrent.locks.Condition notEmpty
java.util.concurrent.locks.Condition notFull
Class java.util.concurrent.LinkedBlockingQueue extends java.util.AbstractQueue<E> implements Serializable |
---|
serialVersionUID: -6903933977591709194L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Serialized Fields |
---|
int capacity
java.util.concurrent.atomic.AtomicInteger count
java.util.concurrent.locks.ReentrantLock takeLock
java.util.concurrent.locks.Condition notEmpty
java.util.concurrent.locks.ReentrantLock putLock
java.util.concurrent.locks.Condition notFull
Class java.util.concurrent.PriorityBlockingQueue extends java.util.AbstractQueue<E> implements Serializable |
---|
serialVersionUID: 5595510919245408276L
Serialization Methods |
---|
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Serialized Fields |
---|
PriorityQueue<E> q
java.util.concurrent.locks.ReentrantLock lock
java.util.concurrent.locks.Condition notEmpty
Class java.util.concurrent.RejectedExecutionException extends RuntimeException implements Serializable |
---|
serialVersionUID: -375805702767069545L
Class java.util.concurrent.Semaphore extends Object implements Serializable |
---|
serialVersionUID: -3222578661600680210L
Serialized Fields |
---|
java.util.concurrent.Semaphore.Sync sync
Class java.util.concurrent.SynchronousQueue extends java.util.AbstractQueue<E> implements Serializable |
---|
serialVersionUID: -3223113410248163686L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Serialized Fields |
---|
java.util.concurrent.locks.ReentrantLock qlock
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
Class java.util.concurrent.TimeoutException extends Exception implements Serializable |
---|
serialVersionUID: 1900926677490660714L
Package java.util.jar |
---|
Class java.util.jar.JarException extends ZipException implements Serializable |
---|
serialVersionUID: 7159778400963954473L
Package java.util.logging |
---|
Class java.util.logging.Level extends Object implements Serializable |
---|
serialVersionUID: -8176160795706313070L
Serialization Methods |
---|
private Object readResolve()
Serialized Fields |
---|
String name
int value
Level
.
String resourceBundleName
null
if the name does not undergo
localization.
Class java.util.logging.LoggingPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: 63564341580231582L
Class java.util.logging.LogRecord extends Object implements Serializable |
---|
serialVersionUID: 5372048053134512534L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
parameters
is null
, the integer -1 is
written, otherwise the length of the parameters
array (which can be zero), followed by the result of calling
toString()
on the parameter (or
null
if the parameter is null
).
Specification Note: The Javadoc for the Sun reference implementation does not specify the version number. FIXME: Reverse-engineer the JDK and file a bug report with Sun, asking for amendment of the specification.
IOException
Serialized Fields |
---|
Level level
LogRecord
.
long sequenceNumber
LogRecord
.
String sourceClassName
null
if this information could not be obtained.
String sourceMethodName
null
if this information could not be obtained.
String message
LogRecord
before
any localization or formatting.
int threadID
LogRecord
was created. The identifier is not necessarily related to any
thread identifiers used by the operating system.
long millis
LogRecord
was created,
in milliseconds since the beginning of January 1, 1970.
Throwable thrown
LogRecord
, or
null
if the logged event is not related to an
exception or error.
String loggerName
LogRecord
has
originated, or null
if this LogRecord
does not originate from a Logger
.
String resourceBundleName
null
if no bundle has been specified.
Package java.util.prefs |
---|
Class java.util.prefs.BackingStoreException extends Exception implements Serializable |
---|
serialVersionUID: 859796500401108469L
Serialization Methods |
---|
private void readObject(ObjectInputStream i) throws NotSerializableException
NotSerializableException
private void writeObject(ObjectOutputStream o) throws NotSerializableException
NotSerializableException
Class java.util.prefs.InvalidPreferencesFormatException extends Exception implements Serializable |
---|
serialVersionUID: -791715184232119669L
Serialization Methods |
---|
private void readObject(ObjectInputStream i) throws NotSerializableException
NotSerializableException
private void writeObject(ObjectOutputStream o) throws NotSerializableException
NotSerializableException
Class java.util.prefs.NodeChangeEvent extends EventObject implements Serializable |
---|
serialVersionUID: 8068949086596572957L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
Class java.util.prefs.PreferenceChangeEvent extends EventObject implements Serializable |
---|
serialVersionUID: 793724513368024975L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
Serialized Fields |
---|
String key
String newValue
Package java.util.regex |
---|
Class java.util.regex.Pattern extends Object implements Serializable |
---|
serialVersionUID: 5073258162644648461L
Serialized Fields |
---|
String regex
int flags
RE re
Class java.util.regex.PatternSyntaxException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -3864639126226059218L
Serialized Fields |
---|
String desc
String pattern
int index
Package java.util.zip |
---|
Class java.util.zip.DataFormatException extends Exception implements Serializable |
---|
serialVersionUID: 2219632870893641452L
Class java.util.zip.ZipError extends InternalError implements Serializable |
---|
serialVersionUID: 853973422266861979L
Class java.util.zip.ZipException extends IOException implements Serializable |
---|
serialVersionUID: 8000196834066748623L
Package javax.activity |
---|
Class javax.activity.ActivityCompletedException extends RemoteException implements Serializable |
---|
Class javax.activity.ActivityRequiredException extends RemoteException implements Serializable |
---|
Class javax.activity.InvalidActivityException extends RemoteException implements Serializable |
---|
Package javax.crypto |
---|
Class javax.crypto.BadPaddingException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -5315033893984728443L
Class javax.crypto.ExemptionMechanismException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 1572699429277957109L
Class javax.crypto.IllegalBlockSizeException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -1965144811953540392L
Class javax.crypto.NoSuchPaddingException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -4572885201200175466L
Class javax.crypto.SealedObject extends Object implements Serializable |
---|
serialVersionUID: 4482838265551344752L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
- If reading fails.
ClassNotFoundException
- If reading fails.private void writeObject(ObjectOutputStream oos) throws IOException
IOException
- If writing fails.Serialized Fields |
---|
byte[] encodedParams
byte[] encryptedContent
String sealAlg
String paramsAlg
Class javax.crypto.ShortBufferException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: 8427718640832943747L
Package javax.crypto.interfaces |
---|
Package javax.crypto.spec |
---|
Class javax.crypto.spec.SecretKeySpec extends Object implements Serializable |
---|
serialVersionUID: 6577238317307289933L
Serialized Fields |
---|
byte[] key
String algorithm
Package javax.imageio |
---|
Class javax.imageio.IIOException extends IOException implements Serializable |
---|
Package javax.imageio.metadata |
---|
Class javax.imageio.metadata.IIOInvalidTreeException extends IIOException implements Serializable |
---|
serialVersionUID: -1314083172544132777L
Serialized Fields |
---|
Node offendingNode
Package javax.management |
---|
Class javax.management.Attribute extends Object implements Serializable |
---|
serialVersionUID: 2484220110589082382L
Serialized Fields |
---|
String m_name
Object m_value
Class javax.management.AttributeChangeNotification extends Notification implements Serializable |
---|
serialVersionUID: 535176054565814134L
Serialized Fields |
---|
String attributeName
String attributeType
Object oldValue
Object newValue
Class javax.management.AttributeChangeNotificationFilter extends Object implements Serializable |
---|
serialVersionUID: -6347317584796410029L
Serialized Fields |
---|
Vector<T> enabledAttributes
Class javax.management.AttributeList extends ArrayList<Object> implements Serializable |
---|
serialVersionUID: -4077085769279709076L
Class javax.management.AttributeNotFoundException extends OperationsException implements Serializable |
---|
Class javax.management.AttributeValueExp extends Object implements Serializable |
---|
serialVersionUID: -7768025046539163385L
Serialized Fields |
---|
String attr
Class javax.management.BadAttributeValueExpException extends Exception implements Serializable |
---|
serialVersionUID: -3105272988410493376L
Serialized Fields |
---|
Object val
Class javax.management.BadBinaryOpValueExpException extends Exception implements Serializable |
---|
serialVersionUID: 5068475589449021227L
Serialized Fields |
---|
ValueExp exp
Class javax.management.BadStringOperationException extends Exception implements Serializable |
---|
serialVersionUID: 7802201238441662100L
Serialized Fields |
---|
String op
Class javax.management.ImmutableDescriptor extends Object implements Serializable |
---|
serialVersionUID: 8853308591080540165L
Serialization Methods |
---|
private Object readResolve() throws InvalidObjectException
InvalidObjectException
Serialized Fields |
---|
String[] names
Object[] values
Class javax.management.InstanceAlreadyExistsException extends OperationsException implements Serializable |
---|
serialVersionUID: 8893743928912733931L
Class javax.management.InstanceNotFoundException extends OperationsException implements Serializable |
---|
serialVersionUID: -882579438394773049L
Class javax.management.IntrospectionException extends OperationsException implements Serializable |
---|
serialVersionUID: 1054516935875481725L
Class javax.management.InvalidApplicationException extends Exception implements Serializable |
---|
serialVersionUID: -3048022274675537269L
Serialized Fields |
---|
Object val
Class javax.management.InvalidAttributeValueException extends OperationsException implements Serializable |
---|
Class javax.management.JMException extends Exception implements Serializable |
---|
Class javax.management.JMRuntimeException extends RuntimeException implements Serializable |
---|
Class javax.management.ListenerNotFoundException extends OperationsException implements Serializable |
---|
serialVersionUID: -7242605822448519061L
Class javax.management.MalformedObjectNameException extends OperationsException implements Serializable |
---|
serialVersionUID: -572689714442915824L
Class javax.management.MBeanAttributeInfo extends MBeanFeatureInfo implements Serializable |
---|
serialVersionUID: 8644704819898565848L
Serialized Fields |
---|
String attributeType
boolean isWrite
boolean isRead
boolean is
Class javax.management.MBeanConstructorInfo extends MBeanFeatureInfo implements Serializable |
---|
serialVersionUID: 4433990064191844427L
Serialized Fields |
---|
MBeanParameterInfo[] signature
Class javax.management.MBeanException extends JMException implements Serializable |
---|
serialVersionUID: 4066342430588744142L
Serialized Fields |
---|
Exception exception
Class javax.management.MBeanFeatureInfo extends Object implements Serializable |
---|
serialVersionUID: 3952882688968447265L
Serialization Methods |
---|
private void writeObject(ObjectOutputStream out) throws IOException
MBeanFeatureInfo
.
IOException
- if an I/O error occurs.Serialized Fields |
---|
String description
MBeanFeatureInfo.getDescription()
function rather than using the value directly.
String name
MBeanFeatureInfo.getName()
function rather than using the
value directly.
Class javax.management.MBeanInfo extends Object implements Serializable |
---|
serialVersionUID: -6451021435135161911L
Serialized Fields |
---|
String description
String className
MBeanAttributeInfo[] attributes
MBeanOperationInfo[] operations
MBeanConstructorInfo[] constructors
MBeanNotificationInfo[] notifications
Class javax.management.MBeanNotificationInfo extends MBeanFeatureInfo implements Serializable |
---|
serialVersionUID: -3888371564530107064L
Serialized Fields |
---|
String[] types
Class javax.management.MBeanOperationInfo extends MBeanFeatureInfo implements Serializable |
---|
serialVersionUID: -6178860474881375330L
Serialized Fields |
---|
String type
MBeanParameterInfo[] signature
int impact
MBeanOperationInfo.INFO
, MBeanOperationInfo.ACTION
,
MBeanOperationInfo.ACTION_INFO
and MBeanOperationInfo.UNKNOWN
.
Class javax.management.MBeanParameterInfo extends MBeanFeatureInfo implements Serializable |
---|
serialVersionUID: 7432616882776782338L
Serialized Fields |
---|
String type
Class javax.management.MBeanPermission extends Permission implements Serializable |
---|
serialVersionUID: -2416928705275160661L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if an I/O error occurs.
ClassNotFoundException
- if a class used by the object
can not be found.Serialized Fields |
---|
String actions
Class javax.management.MBeanRegistrationException extends MBeanException implements Serializable |
---|
serialVersionUID: 4482382455277067805L
Class javax.management.MBeanServerNotification extends Notification implements Serializable |
---|
serialVersionUID: 2876477500475969677L
Serialized Fields |
---|
ObjectName objectName
Class javax.management.MBeanServerPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: -5661980843569388590L
Class javax.management.MBeanTrustPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: -2952178077029018140L
Class javax.management.NotCompliantMBeanException extends OperationsException implements Serializable |
---|
serialVersionUID: 5175579583207963577L
Class javax.management.Notification extends EventObject implements Serializable |
---|
serialVersionUID: -7516092053498031989L
Serialization Methods |
---|
private void writeObject(ObjectOutputStream out) throws IOException
Notification
.
IOException
- if an I/O error occurs.Serialized Fields |
---|
String message
long sequenceNumber
Object source
source
variable in EventObject
with a non-transient version.
long timeStamp
String type
gnu.gcj.compiler
may be one type of notifications.
Object userData
String
format
of the message
.
Class javax.management.NotificationFilterSupport extends Object implements Serializable |
---|
serialVersionUID: 6579080007561786969L
Serialized Fields |
---|
Vector<T> enabledTypes
Class javax.management.ObjectInstance extends Object implements Serializable |
---|
serialVersionUID: -4099952623687795850L
Serialized Fields |
---|
ObjectName name
String className
Class javax.management.ObjectName extends Object implements Serializable |
---|
serialVersionUID: 1081892073854801359L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if an I/O error occurs.
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
ObjectName
. The serialized
form is the same as the string parsed by the constructor.
IOException
- if an I/O error occurs.Class javax.management.OperationsException extends JMException implements Serializable |
---|
serialVersionUID: -4967597595580536216L
Class javax.management.QueryEval extends Object implements Serializable |
---|
serialVersionUID: 2675899265640874796L
Class javax.management.ReflectionException extends JMException implements Serializable |
---|
serialVersionUID: 9170809325636915553L
Serialized Fields |
---|
Exception exception
Class javax.management.RuntimeErrorException extends JMRuntimeException implements Serializable |
---|
serialVersionUID: 704338937753949796L
Serialized Fields |
---|
Error error
Class javax.management.RuntimeMBeanException extends JMRuntimeException implements Serializable |
---|
serialVersionUID: 5274912751982730171L
Serialized Fields |
---|
RuntimeException runtimeException
Class javax.management.RuntimeOperationsException extends JMRuntimeException implements Serializable |
---|
serialVersionUID: -8408923047489133588L
Serialized Fields |
---|
RuntimeException runtimeException
Class javax.management.ServiceNotFoundException extends OperationsException implements Serializable |
---|
serialVersionUID: -3990675661956646827L
Class javax.management.StringValueExp extends Object implements Serializable |
---|
serialVersionUID: -3256390509806284044L
Serialized Fields |
---|
String val
Package javax.management.loading |
---|
Class javax.management.loading.MLet extends URLClassLoader implements Serializable |
---|
serialVersionUID: 3636148327800330130L
Serialization Methods |
---|
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException, UnsupportedOperationException
IOException
- If any other error occurs
ClassNotFoundException
- If the class of an object being
restored cannot be found
UnsupportedOperationException
public void writeExternal(ObjectOutput arg0) throws IOException, UnsupportedOperationException
IOException
- If an error occurs
UnsupportedOperationException
Class javax.management.loading.PrivateMLet extends javax.management.loading.MLet implements Serializable |
---|
serialVersionUID: 2503458973393711979L
Serialization Methods |
---|
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException, UnsupportedOperationException
IOException
- If any other error occurs
ClassNotFoundException
- If the class of an object being
restored cannot be found
UnsupportedOperationException
public void writeExternal(ObjectOutput arg0) throws IOException, UnsupportedOperationException
IOException
- If an error occurs
UnsupportedOperationException
Package javax.management.openmbean |
---|
Class javax.management.openmbean.ArrayType extends OpenType<T> implements Serializable |
---|
serialVersionUID: 720504429830309770L
Serialized Fields |
---|
int dimension
OpenType<T> elementType
boolean primitiveArray
Class javax.management.openmbean.CompositeDataSupport extends Object implements Serializable |
---|
serialVersionUID: 8003518976613702244L
Serialized Fields |
---|
SortedMap<K,V> contents
CompositeType compositeType
Class javax.management.openmbean.CompositeType extends OpenType<CompositeData> implements Serializable |
---|
serialVersionUID: -5366242454346948798L
Serialized Fields |
---|
TreeMap<K,V> nameToDescription
TreeMap<K,V> nameToType
Class javax.management.openmbean.InvalidKeyException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 4224269443946322062L
Class javax.management.openmbean.InvalidOpenTypeException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -2837312755412327534L
Class javax.management.openmbean.KeyAlreadyExistsException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: 1845183636745282866L
Class javax.management.openmbean.OpenDataException extends JMException implements Serializable |
---|
serialVersionUID: 8346311255433349870L
Class javax.management.openmbean.OpenMBeanAttributeInfoSupport extends MBeanAttributeInfo implements Serializable |
---|
serialVersionUID: -4867215622149721849L
Serialized Fields |
---|
OpenType<T> openType
Object defaultValue
null
).
Set<E> legalValues
null
).
Comparable<T> minValue
null
).
Comparable<T> maxValue
null
).
Class javax.management.openmbean.OpenMBeanConstructorInfoSupport extends MBeanConstructorInfo implements Serializable |
---|
serialVersionUID: -4400441579007477003L
Class javax.management.openmbean.OpenMBeanInfoSupport extends MBeanInfo implements Serializable |
---|
serialVersionUID: 4349395935420511492L
Class javax.management.openmbean.OpenMBeanOperationInfoSupport extends MBeanOperationInfo implements Serializable |
---|
serialVersionUID: 4996859732565369366L
Serialized Fields |
---|
OpenType<T> returnOpenType
Class javax.management.openmbean.OpenMBeanParameterInfoSupport extends MBeanParameterInfo implements Serializable |
---|
serialVersionUID: -7235016873758443122L
Serialized Fields |
---|
OpenType<T> openType
Object defaultValue
null
).
Set<E> legalValues
null
).
Comparable<T> minValue
null
).
Comparable<T> maxValue
null
).
Class javax.management.openmbean.OpenType extends Object implements Serializable |
---|
serialVersionUID: -9195195325186646468L
Serialized Fields |
---|
String className
String typeName
String description
Class javax.management.openmbean.SimpleType extends OpenType<T> implements Serializable |
---|
serialVersionUID: 2215577471957694503L
Serialization Methods |
---|
public Object readResolve() throws ObjectStreamException
ObjectInputStream
with one of the predefined
values. This ensures that each existing instance of
this class is one of these unique instances.
ObjectStreamException
- if the object can not be
resolved.Class javax.management.openmbean.TabularDataSupport extends Object implements Serializable |
---|
serialVersionUID: 5720150593236309827L
Serialized Fields |
---|
Map<K,V> dataMap
TabularType tabularType
Class javax.management.openmbean.TabularType extends OpenType<TabularData> implements Serializable |
---|
serialVersionUID: 6554071860220659261L
Serialized Fields |
---|
CompositeType rowType
List<E> indexNames
Package javax.naming |
---|
Class javax.naming.AuthenticationException extends NamingSecurityException implements Serializable |
---|
serialVersionUID: 3678497619904568096L
Class javax.naming.AuthenticationNotSupportedException extends NamingSecurityException implements Serializable |
---|
serialVersionUID: -7149033933259492300L
Class javax.naming.BinaryRefAddr extends RefAddr implements Serializable |
---|
serialVersionUID: -3415254970957330361L
Serialized Fields |
---|
byte[] buf
Class javax.naming.Binding extends NameClassPair implements Serializable |
---|
serialVersionUID: 8839217842691845890L
Serialized Fields |
---|
Object boundObj
Class javax.naming.CannotProceedException extends NamingException implements Serializable |
---|
serialVersionUID: 1219724816191576813L
Serialized Fields |
---|
Name remainingNewName
Hashtable<K,V> environment
Name altName
Context altNameCtx
Class javax.naming.CommunicationException extends NamingException implements Serializable |
---|
serialVersionUID: 3618507780299986611L
Class javax.naming.CompositeName extends Object implements Serializable |
---|
serialVersionUID: 1667768148915813118L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Class javax.naming.CompoundName extends Object implements Serializable |
---|
serialVersionUID: 3513100557083972036L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Class javax.naming.ConfigurationException extends NamingException implements Serializable |
---|
serialVersionUID: -2535156726228855704L
Class javax.naming.ContextNotEmptyException extends NamingException implements Serializable |
---|
serialVersionUID: 1090963683348219877L
Class javax.naming.InsufficientResourcesException extends NamingException implements Serializable |
---|
serialVersionUID: 6227672693037844532L
Class javax.naming.InterruptedNamingException extends NamingException implements Serializable |
---|
serialVersionUID: 6404516648893194728L
Class javax.naming.InvalidNameException extends NamingException implements Serializable |
---|
serialVersionUID: -8370672380823801105L
Class javax.naming.LimitExceededException extends NamingException implements Serializable |
---|
serialVersionUID: -776898738660207856L
Class javax.naming.LinkException extends NamingException implements Serializable |
---|
serialVersionUID: -7967662604076777712L
Serialized Fields |
---|
Name linkResolvedName
Object linkResolvedObj
Name linkRemainingName
String linkExplanation
Class javax.naming.LinkLoopException extends LinkException implements Serializable |
---|
serialVersionUID: -3119189944325198009L
Class javax.naming.LinkRef extends Reference implements Serializable |
---|
serialVersionUID: -5386290613498931298L
Class javax.naming.MalformedLinkException extends LinkException implements Serializable |
---|
serialVersionUID: -3066740437737830242L
Class javax.naming.NameAlreadyBoundException extends NamingException implements Serializable |
---|
serialVersionUID: -8491441000356780586L
Class javax.naming.NameClassPair extends Object implements Serializable |
---|
serialVersionUID: 5620776610160863339L
Serialized Fields |
---|
String name
String className
boolean isRel
String fullName
Class javax.naming.NameNotFoundException extends NamingException implements Serializable |
---|
serialVersionUID: -8007156725367842053L
Class javax.naming.NamingException extends Exception implements Serializable |
---|
serialVersionUID: -1299181962103167177L
Serialized Fields |
---|
Throwable rootException
setRootCause()
, can be accessed by calling
getRootCause()
.
Name resolvedName
Name
then
this field contains that part of the name that could be resolved.
Field might be null. Set by calling setResolvedName()
.
Can be accessed by calling getResolvedName
.
Object resolvedObj
Name
then
this field contains the object that part of the name could be resolved to.
Field might be null. Set by calling setResolvedObj()
.
Can be accessed by calling getResolvedObj
.
Name remainingName
Name
then
this field contains that part of the name that could not be resolved.
Field might be null. Set by calling setRemainingName()
.
The field can be extended by calling appendRemainingName()
or appendRemainingComponent()
.
Can be accessed by calling getRemainingName
.
Class javax.naming.NamingSecurityException extends NamingException implements Serializable |
---|
serialVersionUID: 5855287647294685775L
Class javax.naming.NoInitialContextException extends NamingException implements Serializable |
---|
serialVersionUID: -3413733186901258623L
Class javax.naming.NoPermissionException extends NamingSecurityException implements Serializable |
---|
serialVersionUID: 8395332708699751775L
Class javax.naming.NotContextException extends NamingException implements Serializable |
---|
serialVersionUID: 849752551644540417L
Class javax.naming.OperationNotSupportedException extends NamingException implements Serializable |
---|
serialVersionUID: 5493232822427682064L
Class javax.naming.PartialResultException extends NamingException implements Serializable |
---|
serialVersionUID: 2572144970049426786L
Class javax.naming.RefAddr extends Object implements Serializable |
---|
Serialized Fields |
---|
String addrType
Class javax.naming.Reference extends Object implements Serializable |
---|
serialVersionUID: -1673475790065791735L
Serialized Fields |
---|
Vector<T> addrs
String classFactory
String classFactoryLocation
String className
Class javax.naming.ReferralException extends NamingException implements Serializable |
---|
serialVersionUID: -2881363844695698876L
Class javax.naming.ServiceUnavailableException extends NamingException implements Serializable |
---|
serialVersionUID: -4996964726566773444L
Class javax.naming.SizeLimitExceededException extends LimitExceededException implements Serializable |
---|
serialVersionUID: 7129289564879168579L
Class javax.naming.StringRefAddr extends RefAddr implements Serializable |
---|
serialVersionUID: -8913762495138505527L
Serialized Fields |
---|
String contents
Class javax.naming.TimeLimitExceededException extends LimitExceededException implements Serializable |
---|
serialVersionUID: -3597009011385034696L
Package javax.naming.directory |
---|
Class javax.naming.directory.AttributeInUseException extends NamingException implements Serializable |
---|
serialVersionUID: 4437710305529322564L
Class javax.naming.directory.AttributeModificationException extends NamingException implements Serializable |
---|
serialVersionUID: 8060676069678710186L
Serialized Fields |
---|
ModificationItem[] unexecs
Class javax.naming.directory.BasicAttribute extends Object implements Serializable |
---|
serialVersionUID: 6743528196119291326L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
String attrID
boolean ordered
Class javax.naming.directory.BasicAttributes extends Object implements Serializable |
---|
serialVersionUID: 4980164073184639448L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
boolean ignoreCase
Class javax.naming.directory.InvalidAttributeIdentifierException extends NamingException implements Serializable |
---|
serialVersionUID: -9036920266322999923L
Class javax.naming.directory.InvalidAttributesException extends NamingException implements Serializable |
---|
serialVersionUID: 2607612850539889765L
Class javax.naming.directory.InvalidAttributeValueException extends NamingException implements Serializable |
---|
serialVersionUID: 8720050295499275011L
Class javax.naming.directory.InvalidSearchControlsException extends NamingException implements Serializable |
---|
serialVersionUID: -5124108943352665777L
Class javax.naming.directory.InvalidSearchFilterException extends NamingException implements Serializable |
---|
serialVersionUID: 2902700940682875441L
Class javax.naming.directory.ModificationItem extends Object implements Serializable |
---|
serialVersionUID: 7573258562534746850L
Serialized Fields |
---|
int mod_op
Attribute attr
Class javax.naming.directory.NoSuchAttributeException extends NamingException implements Serializable |
---|
serialVersionUID: 4836415647935888137L
Class javax.naming.directory.SchemaViolationException extends NamingException implements Serializable |
---|
serialVersionUID: -3041762429525049663L
Class javax.naming.directory.SearchControls extends Object implements Serializable |
---|
serialVersionUID: -2480540967773454797L
Serialized Fields |
---|
int searchScope
int timeLimit
boolean derefLink
boolean returnObj
long countLimit
String[] attributesToReturn
Class javax.naming.directory.SearchResult extends Binding implements Serializable |
---|
serialVersionUID: -9158063327699723172L
Serialized Fields |
---|
Attributes attrs
Package javax.naming.event |
---|
Class javax.naming.event.NamingEvent extends EventObject implements Serializable |
---|
serialVersionUID: -7126752885365133499L
Serialized Fields |
---|
Object changeInfo
int type
Binding oldBinding
Binding newBinding
Class javax.naming.event.NamingExceptionEvent extends EventObject implements Serializable |
---|
serialVersionUID: -4877678086134736336L
Serialized Fields |
---|
NamingException exception
Package javax.naming.ldap |
---|
Class javax.naming.ldap.BasicControl extends Object implements Serializable |
---|
serialVersionUID: -4233907508771791687L
Serialized Fields |
---|
String id
boolean criticality
byte[] value
Class javax.naming.ldap.LdapName extends Object implements Serializable |
---|
serialVersionUID: -1595520034788997356L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Class javax.naming.ldap.LdapReferralException extends ReferralException implements Serializable |
---|
Class javax.naming.ldap.ManageReferralControl extends javax.naming.ldap.BasicControl implements Serializable |
---|
serialVersionUID: 3017756160149982566L
Class javax.naming.ldap.PagedResultsControl extends javax.naming.ldap.BasicControl implements Serializable |
---|
serialVersionUID: 6684806685736844298L
Class javax.naming.ldap.PagedResultsResponseControl extends javax.naming.ldap.BasicControl implements Serializable |
---|
serialVersionUID: -8819778744844514666L
Serialized Fields |
---|
int resultSize
byte[] cookie
Class javax.naming.ldap.Rdn extends Object implements Serializable |
---|
serialVersionUID: -5994465067210009656L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Class javax.naming.ldap.SortControl extends javax.naming.ldap.BasicControl implements Serializable |
---|
serialVersionUID: -1965961680233330744L
Class javax.naming.ldap.SortResponseControl extends javax.naming.ldap.BasicControl implements Serializable |
---|
serialVersionUID: 5142939176006310877L
Serialized Fields |
---|
int resultCode
String badAttrId
Class javax.naming.ldap.StartTlsRequest extends Object implements Serializable |
---|
serialVersionUID: 4441679576360753397L
Class javax.naming.ldap.StartTlsResponse extends Object implements Serializable |
---|
serialVersionUID: 8372842182579276418L
Class javax.naming.ldap.UnsolicitedNotificationEvent extends EventObject implements Serializable |
---|
serialVersionUID: -2382603380799883705L
Serialized Fields |
---|
UnsolicitedNotification notice
Package javax.naming.spi |
---|
Class javax.naming.spi.ResolveResult extends Object implements Serializable |
---|
serialVersionUID: -4552108072002407559L
Serialized Fields |
---|
Object resolvedObj
Name remainingName
Package javax.net.ssl |
---|
Class javax.net.ssl.HandshakeCompletedEvent extends EventObject implements Serializable |
---|
serialVersionUID: 7914963744257769778L
Class javax.net.ssl.SSLException extends IOException implements Serializable |
---|
serialVersionUID: 4511006460650708967L
Class javax.net.ssl.SSLHandshakeException extends SSLException implements Serializable |
---|
Class javax.net.ssl.SSLKeyException extends SSLException implements Serializable |
---|
Class javax.net.ssl.SSLPeerUnverifiedException extends SSLException implements Serializable |
---|
Class javax.net.ssl.SSLPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: -3456898025505876775L
Class javax.net.ssl.SSLProtocolException extends SSLException implements Serializable |
---|
Class javax.net.ssl.SSLSessionBindingEvent extends EventObject implements Serializable |
---|
serialVersionUID: 3989172637106345L
Serialized Fields |
---|
String name
Package javax.print |
---|
Class javax.print.DocFlavor extends Object implements Serializable |
---|
serialVersionUID: -4512080796965449721L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
Serialized Fields |
---|
String myClassName
Class javax.print.DocFlavor.BYTE_ARRAY extends DocFlavor implements Serializable |
---|
serialVersionUID: -9065578006593857475L
Class javax.print.DocFlavor.CHAR_ARRAY extends DocFlavor implements Serializable |
---|
serialVersionUID: -8720590903724405128L
Class javax.print.DocFlavor.INPUT_STREAM extends DocFlavor implements Serializable |
---|
serialVersionUID: -7045842700749194127L
Class javax.print.DocFlavor.READER extends DocFlavor implements Serializable |
---|
serialVersionUID: 7100295812579351567L
Class javax.print.DocFlavor.SERVICE_FORMATTED extends DocFlavor implements Serializable |
---|
serialVersionUID: 6181337766266637256L
Class javax.print.DocFlavor.STRING extends DocFlavor implements Serializable |
---|
serialVersionUID: 4414407504887034035L
Class javax.print.DocFlavor.URL extends DocFlavor implements Serializable |
---|
serialVersionUID: 2936725788144902062L
Class javax.print.PrintException extends Exception implements Serializable |
---|
Package javax.print.attribute |
---|
Class javax.print.attribute.DateTimeSyntax extends Object implements Serializable |
---|
serialVersionUID: -1400819079791208582L
Serialized Fields |
---|
Date value
Class javax.print.attribute.EnumSyntax extends Object implements Serializable |
---|
serialVersionUID: -2739521845085831642L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
getEnumValueTable()
and should override
getStringTable()
for correct serialization.
ObjectStreamException
- if getEnumValueTable() returns null.Serialized Fields |
---|
int value
Class javax.print.attribute.HashAttributeSet extends Object implements Serializable |
---|
serialVersionUID: 5311560590283707917L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
Class<T> myInterface
Class javax.print.attribute.HashDocAttributeSet extends HashAttributeSet implements Serializable |
---|
serialVersionUID: -1128534486061432528L
Class javax.print.attribute.HashPrintJobAttributeSet extends HashAttributeSet implements Serializable |
---|
serialVersionUID: -4204473656070350348L
Class javax.print.attribute.HashPrintRequestAttributeSet extends HashAttributeSet implements Serializable |
---|
serialVersionUID: 2364756266107751933L
Class javax.print.attribute.HashPrintServiceAttributeSet extends HashAttributeSet implements Serializable |
---|
serialVersionUID: 6642904616179203070L
Class javax.print.attribute.IntegerSyntax extends Object implements Serializable |
---|
Serialized Fields |
---|
int value
Class javax.print.attribute.ResolutionSyntax extends Object implements Serializable |
---|
serialVersionUID: 2706743076526672017L
Serialized Fields |
---|
int crossFeedResolution
int feedResolution
Class javax.print.attribute.SetOfIntegerSyntax extends Object implements Serializable |
---|
serialVersionUID: 3666874174847632203L
Serialized Fields |
---|
int[][] members
Class javax.print.attribute.Size2DSyntax extends Object implements Serializable |
---|
Serialized Fields |
---|
int x
int y
Class javax.print.attribute.TextSyntax extends Object implements Serializable |
---|
serialVersionUID: -8130648736378144102L
Serialized Fields |
---|
String value
Locale locale
Class javax.print.attribute.UnmodifiableSetException extends RuntimeException implements Serializable |
---|
Class javax.print.attribute.URISyntax extends Object implements Serializable |
---|
serialVersionUID: -7842661210486401678L
Serialized Fields |
---|
URI uri
Package javax.print.attribute.standard |
---|
Class javax.print.attribute.standard.Chromaticity extends EnumSyntax implements Serializable |
---|
serialVersionUID: 4660543931355214012L
Class javax.print.attribute.standard.ColorSupported extends EnumSyntax implements Serializable |
---|
serialVersionUID: -2700555589688535545L
Class javax.print.attribute.standard.Compression extends EnumSyntax implements Serializable |
---|
serialVersionUID: -5716748913324997674L
Class javax.print.attribute.standard.Copies extends IntegerSyntax implements Serializable |
---|
serialVersionUID: -6426631521680023833L
Class javax.print.attribute.standard.CopiesSupported extends SetOfIntegerSyntax implements Serializable |
---|
serialVersionUID: 6927711687034846001L
Class javax.print.attribute.standard.DateTimeAtCompleted extends DateTimeSyntax implements Serializable |
---|
serialVersionUID: 6497399708058490000L
Class javax.print.attribute.standard.DateTimeAtCreation extends DateTimeSyntax implements Serializable |
---|
serialVersionUID: -2923732231056647903L
Class javax.print.attribute.standard.DateTimeAtProcessing extends DateTimeSyntax implements Serializable |
---|
serialVersionUID: -3710068197278263244L
Class javax.print.attribute.standard.Destination extends URISyntax implements Serializable |
---|
serialVersionUID: 6776739171700415321L
Class javax.print.attribute.standard.DocumentName extends TextSyntax implements Serializable |
---|
serialVersionUID: 7883105848533280430L
Class javax.print.attribute.standard.Fidelity extends EnumSyntax implements Serializable |
---|
serialVersionUID: 6320827847329172308L
Class javax.print.attribute.standard.Finishings extends EnumSyntax implements Serializable |
---|
serialVersionUID: -627840419548391754L
Class javax.print.attribute.standard.JobHoldUntil extends DateTimeSyntax implements Serializable |
---|
serialVersionUID: -1664471048860415024L
Class javax.print.attribute.standard.JobImpressions extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 8225537206784322464L
Class javax.print.attribute.standard.JobImpressionsCompleted extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 6722648442432393294L
Class javax.print.attribute.standard.JobImpressionsSupported extends SetOfIntegerSyntax implements Serializable |
---|
serialVersionUID: -4887354803843173692L
Class javax.print.attribute.standard.JobKOctets extends IntegerSyntax implements Serializable |
---|
serialVersionUID: -8959710146498202869L
Class javax.print.attribute.standard.JobKOctetsProcessed extends IntegerSyntax implements Serializable |
---|
serialVersionUID: -6265238509657881806L
Class javax.print.attribute.standard.JobKOctetsSupported extends SetOfIntegerSyntax implements Serializable |
---|
serialVersionUID: -2867871140549897443L
Class javax.print.attribute.standard.JobMediaSheets extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 408871131531979741L
Class javax.print.attribute.standard.JobMediaSheetsCompleted extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 1739595973810840475L
Class javax.print.attribute.standard.JobMediaSheetsSupported extends SetOfIntegerSyntax implements Serializable |
---|
serialVersionUID: 2953685470388672940L
Class javax.print.attribute.standard.JobMessageFromOperator extends TextSyntax implements Serializable |
---|
serialVersionUID: -4620751846003142047L
Class javax.print.attribute.standard.JobName extends TextSyntax implements Serializable |
---|
serialVersionUID: 4660359192078689545L
Class javax.print.attribute.standard.JobOriginatingUserName extends TextSyntax implements Serializable |
---|
serialVersionUID: -8052537926362933477L
Class javax.print.attribute.standard.JobPriority extends IntegerSyntax implements Serializable |
---|
serialVersionUID: -4599900369040602769L
Class javax.print.attribute.standard.JobPrioritySupported extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 2564840378013555894L
Class javax.print.attribute.standard.JobSheets extends EnumSyntax implements Serializable |
---|
serialVersionUID: -4735258056132519759L
Class javax.print.attribute.standard.JobState extends EnumSyntax implements Serializable |
---|
serialVersionUID: 400465010094018920L
Class javax.print.attribute.standard.JobStateReason extends EnumSyntax implements Serializable |
---|
serialVersionUID: -8765894420449009168L
Class javax.print.attribute.standard.JobStateReasons extends HashSet<JobStateReason> implements Serializable |
---|
serialVersionUID: 8849088261264331812L
Class javax.print.attribute.standard.Media extends EnumSyntax implements Serializable |
---|
serialVersionUID: -2823970704630722439L
Class javax.print.attribute.standard.MediaName extends Media implements Serializable |
---|
serialVersionUID: 4653117714524155448L
Class javax.print.attribute.standard.MediaPrintableArea extends Object implements Serializable |
---|
serialVersionUID: -1597171464050795793L
Serialized Fields |
---|
int x
int y
int w
int h
Class javax.print.attribute.standard.MediaSize extends Size2DSyntax implements Serializable |
---|
serialVersionUID: -1967958664615414771L
Serialized Fields |
---|
MediaSizeName mediaName
Class javax.print.attribute.standard.MediaSizeName extends Media implements Serializable |
---|
serialVersionUID: 2778798329756942747L
Class javax.print.attribute.standard.MediaTray extends Media implements Serializable |
---|
serialVersionUID: -982503611095214703L
Class javax.print.attribute.standard.MultipleDocumentHandling extends EnumSyntax implements Serializable |
---|
serialVersionUID: 8098326460746413466L
Class javax.print.attribute.standard.NumberOfDocuments extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 7891881310684461097L
Class javax.print.attribute.standard.NumberOfInterveningJobs extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 2568141124844982746L
Class javax.print.attribute.standard.NumberUp extends IntegerSyntax implements Serializable |
---|
serialVersionUID: -3040436486786527811L
Class javax.print.attribute.standard.NumberUpSupported extends SetOfIntegerSyntax implements Serializable |
---|
serialVersionUID: -1041573395759141805L
Class javax.print.attribute.standard.OrientationRequested extends EnumSyntax implements Serializable |
---|
serialVersionUID: -4447437289862822276L
Class javax.print.attribute.standard.OutputDeviceAssigned extends TextSyntax implements Serializable |
---|
serialVersionUID: 5486733778854271081L
Class javax.print.attribute.standard.PageRanges extends SetOfIntegerSyntax implements Serializable |
---|
serialVersionUID: 8639895197656148392L
Class javax.print.attribute.standard.PagesPerMinute extends IntegerSyntax implements Serializable |
---|
serialVersionUID: -6366403993072862015L
Class javax.print.attribute.standard.PagesPerMinuteColor extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 1684993151687470944L
Class javax.print.attribute.standard.PDLOverrideSupported extends EnumSyntax implements Serializable |
---|
serialVersionUID: -4393264467928463934L
Class javax.print.attribute.standard.PresentationDirection extends EnumSyntax implements Serializable |
---|
serialVersionUID: 8294728067230931780L
Class javax.print.attribute.standard.PrinterInfo extends TextSyntax implements Serializable |
---|
serialVersionUID: 7765280618777599727L
Class javax.print.attribute.standard.PrinterIsAcceptingJobs extends EnumSyntax implements Serializable |
---|
serialVersionUID: -5052010680537678061L
Class javax.print.attribute.standard.PrinterLocation extends TextSyntax implements Serializable |
---|
serialVersionUID: -1598610039865566337L
Class javax.print.attribute.standard.PrinterMakeAndModel extends TextSyntax implements Serializable |
---|
serialVersionUID: 4580461489499351411L
Class javax.print.attribute.standard.PrinterMessageFromOperator extends TextSyntax implements Serializable |
---|
serialVersionUID: -4486871203218629318L
Class javax.print.attribute.standard.PrinterMoreInfo extends URISyntax implements Serializable |
---|
serialVersionUID: 4555850007675338574L
Class javax.print.attribute.standard.PrinterMoreInfoManufacturer extends URISyntax implements Serializable |
---|
serialVersionUID: 3323271346485076608L
Class javax.print.attribute.standard.PrinterName extends TextSyntax implements Serializable |
---|
serialVersionUID: 299740639137803127L
Class javax.print.attribute.standard.PrinterResolution extends ResolutionSyntax implements Serializable |
---|
serialVersionUID: 13090306561090558L
Class javax.print.attribute.standard.PrinterState extends EnumSyntax implements Serializable |
---|
serialVersionUID: -649578618346507718L
Class javax.print.attribute.standard.PrinterStateReason extends EnumSyntax implements Serializable |
---|
serialVersionUID: -1623720656201472593L
Class javax.print.attribute.standard.PrinterStateReasons extends HashMap<PrinterStateReason,Severity> implements Serializable |
---|
serialVersionUID: -3731791085163619457L
Class javax.print.attribute.standard.PrinterURI extends URISyntax implements Serializable |
---|
serialVersionUID: 7923912792485606497L
Class javax.print.attribute.standard.PrintQuality extends EnumSyntax implements Serializable |
---|
serialVersionUID: -3072341285225858365L
Class javax.print.attribute.standard.QueuedJobCount extends IntegerSyntax implements Serializable |
---|
serialVersionUID: 7499723077864047742L
Class javax.print.attribute.standard.ReferenceUriSchemesSupported extends EnumSyntax implements Serializable |
---|
serialVersionUID: -8989076942813442805L
Class javax.print.attribute.standard.RequestingUserName extends TextSyntax implements Serializable |
---|
serialVersionUID: -2683049894310331454L
Class javax.print.attribute.standard.Severity extends EnumSyntax implements Serializable |
---|
serialVersionUID: 8781881462717925380L
Class javax.print.attribute.standard.SheetCollate extends EnumSyntax implements Serializable |
---|
serialVersionUID: 7080587914259873003L
Class javax.print.attribute.standard.Sides extends EnumSyntax implements Serializable |
---|
serialVersionUID: -6890309414893262822L
Package javax.print.event |
---|
Class javax.print.event.PrintEvent extends EventObject implements Serializable |
---|
Class javax.print.event.PrintJobAttributeEvent extends PrintEvent implements Serializable |
---|
serialVersionUID: -6534469883874742101L
Serialized Fields |
---|
PrintJobAttributeSet attributes
Class javax.print.event.PrintJobEvent extends PrintEvent implements Serializable |
---|
serialVersionUID: -1711656903622072997L
Serialized Fields |
---|
int reason
Class javax.print.event.PrintServiceAttributeEvent extends PrintEvent implements Serializable |
---|
Serialized Fields |
---|
PrintServiceAttributeSet attributes
Package javax.rmi.CORBA |
---|
Class javax.rmi.CORBA.ClassDesc extends Object implements Serializable |
---|
serialVersionUID: -3477057297839810709L
Serialized Fields |
---|
String repid
String codebase
Class javax.rmi.CORBA.Stub extends ObjectImpl implements Serializable |
---|
serialVersionUID: 1087775603798577179L
Serialization Methods |
---|
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream output) throws IOException
IOException
Package javax.rmi.ssl |
---|
Class javax.rmi.ssl.SslRMIClientSocketFactory extends Object implements Serializable |
---|
serialVersionUID: -8310631444933958385L
Serialized Fields |
---|
String[] enabledCipherSuites
String[] enabledProtocols
Package javax.security.auth |
---|
Class javax.security.auth.AuthPermission extends BasicPermission implements Serializable |
---|
Class javax.security.auth.DestroyFailedException extends Exception implements Serializable |
---|
Class javax.security.auth.PrivateCredentialPermission extends Permission implements Serializable |
---|
serialVersionUID: 5284372143517237068L
Serialized Fields |
---|
String credentialClass
Set<E> principals
boolean testing
Class javax.security.auth.RefreshFailedException extends Exception implements Serializable |
---|
Class javax.security.auth.Subject extends Object implements Serializable |
---|
serialVersionUID: -8308522755600156056L
Serialized Fields |
---|
Set<E> principals
boolean readOnly
Package javax.security.auth.callback |
---|
Class javax.security.auth.callback.ChoiceCallback extends Object implements Serializable |
---|
Serialized Fields |
---|
String prompt
String[] choices
int defaultChoice
boolean multipleSelectionsAllowed
int[] selections
Class javax.security.auth.callback.ConfirmationCallback extends Object implements Serializable |
---|
Serialized Fields |
---|
String prompt
int messageType
int optionType
int defaultOption
String[] options
int selection
Class javax.security.auth.callback.LanguageCallback extends Object implements Serializable |
---|
Serialized Fields |
---|
Locale locale
Class javax.security.auth.callback.NameCallback extends Object implements Serializable |
---|
Serialized Fields |
---|
String prompt
String defaultName
String inputName
Class javax.security.auth.callback.PasswordCallback extends Object implements Serializable |
---|
Serialized Fields |
---|
String prompt
boolean echoOn
char[] inputPassword
Class javax.security.auth.callback.TextInputCallback extends Object implements Serializable |
---|
Serialized Fields |
---|
String prompt
String defaultText
String inputText
Class javax.security.auth.callback.TextOutputCallback extends Object implements Serializable |
---|
Serialized Fields |
---|
int messageType
String message
Class javax.security.auth.callback.UnsupportedCallbackException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Callback callback
Package javax.security.auth.kerberos |
---|
Class javax.security.auth.kerberos.DelegationPermission extends BasicPermission implements Serializable |
---|
Class javax.security.auth.kerberos.KerberosKey extends Object implements Serializable |
---|
serialVersionUID: -4625402278148246993L
Serialized Fields |
---|
KerberosPrincipal principal
int versionNum
javax.security.auth.kerberos.KeyImpl key
Class javax.security.auth.kerberos.KerberosPrincipal extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
int type
String realm
Class javax.security.auth.kerberos.KerberosTicket extends Object implements Serializable |
---|
serialVersionUID: 7395334370157380539L
Serialized Fields |
---|
byte[] asn1Encoding
javax.security.auth.kerberos.KeyImpl sessionKey
boolean[] flags
Date authTime
Date startTime
Date endTime
Date renewTill
KerberosPrincipal client
KerberosPrincipal server
InetAddress[] clientAddresses
Class javax.security.auth.kerberos.ServicePermission extends Permission implements Serializable |
---|
Serialized Fields |
---|
int flags
Package javax.security.auth.login |
---|
Class javax.security.auth.login.AccountException extends LoginException implements Serializable |
---|
serialVersionUID: -2112878680072211787L
Class javax.security.auth.login.AccountExpiredException extends AccountException implements Serializable |
---|
serialVersionUID: -6064064890162661560L
Class javax.security.auth.login.AccountLockedException extends AccountException implements Serializable |
---|
serialVersionUID: 8280345554014066334L
Class javax.security.auth.login.AccountNotFoundException extends AccountException implements Serializable |
---|
serialVersionUID: 1498349563916294614L
Class javax.security.auth.login.CredentialException extends LoginException implements Serializable |
---|
serialVersionUID: -4772893876810601859L
Class javax.security.auth.login.CredentialExpiredException extends CredentialException implements Serializable |
---|
serialVersionUID: -5344739593859737937L
Class javax.security.auth.login.CredentialNotFoundException extends CredentialException implements Serializable |
---|
serialVersionUID: -7779934467214319475L
Class javax.security.auth.login.FailedLoginException extends LoginException implements Serializable |
---|
serialVersionUID: 802556922354616286L
Class javax.security.auth.login.LoginException extends GeneralSecurityException implements Serializable |
---|
serialVersionUID: -4679091624035232488L
Package javax.security.auth.x500 |
---|
Class javax.security.auth.x500.X500Principal extends Object implements Serializable |
---|
serialVersionUID: -500463348111345721L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, NotActiveException, ClassNotFoundException
IOException
NotActiveException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
int sep
Package javax.security.cert |
---|
Class javax.security.cert.CertificateEncodingException extends CertificateException implements Serializable |
---|
Class javax.security.cert.CertificateException extends Exception implements Serializable |
---|
Class javax.security.cert.CertificateExpiredException extends CertificateException implements Serializable |
---|
Class javax.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable |
---|
Class javax.security.cert.CertificateParsingException extends CertificateException implements Serializable |
---|
Package javax.security.sasl |
---|
Class javax.security.sasl.AuthenticationException extends SaslException implements Serializable |
---|
Class javax.security.sasl.AuthorizeCallback extends Object implements Serializable |
---|
serialVersionUID: -2353344186490470805L
Serialized Fields |
---|
String authenticationID
String authorizationID
String authorizedID
boolean authorized
Class javax.security.sasl.RealmCallback extends TextInputCallback implements Serializable |
---|
Class javax.security.sasl.RealmChoiceCallback extends ChoiceCallback implements Serializable |
---|
Class javax.security.sasl.SaslException extends IOException implements Serializable |
---|
serialVersionUID: 4579784287983423626L
Serialized Fields |
---|
Throwable _exception
Package javax.sound.midi |
---|
Class javax.sound.midi.InvalidMidiDataException extends Exception implements Serializable |
---|
serialVersionUID: 2780771756789932067L
Class javax.sound.midi.MidiUnavailableException extends Exception implements Serializable |
---|
serialVersionUID: 6093809578628944323L
Package javax.sound.sampled |
---|
Class javax.sound.sampled.AudioPermission extends BasicPermission implements Serializable |
---|
serialVersionUID: -5518053473477801126L
Class javax.sound.sampled.LineEvent extends EventObject implements Serializable |
---|
serialVersionUID: -1274246333383880410L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
Serialized Fields |
---|
LineEvent.Type type
long framePosition
Line line
Class javax.sound.sampled.LineUnavailableException extends Exception implements Serializable |
---|
serialVersionUID: -2046718279487432130L
Class javax.sound.sampled.UnsupportedAudioFileException extends Exception implements Serializable |
---|
serialVersionUID: -139127412623160368L
Package javax.sql |
---|
Class javax.sql.ConnectionEvent extends EventObject implements Serializable |
---|
serialVersionUID: -4843217645290030002L
Serialized Fields |
---|
SQLException ex
Class javax.sql.RowSetEvent extends EventObject implements Serializable |
---|
Class javax.sql.StatementEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
SQLException exception
PreparedStatement statement
Package javax.swing |
---|
Class javax.swing.AbstractAction extends Object implements Serializable |
---|
serialVersionUID: -6803159439231523484L
Serialized Fields |
---|
boolean enabled
SwingPropertyChangeSupport changeSupport
Class javax.swing.AbstractButton extends JComponent implements Serializable |
---|
serialVersionUID: -937921345538462020L
Serialized Fields |
---|
Icon default_icon
Icon pressed_icon
Icon disabledIcon
Icon selectedIcon
Icon disabledSelectedIcon
Icon rolloverIcon
Icon rolloverSelectedIcon
Icon current_icon
String text
int iconTextGap
null
.
int verticalAlignment
int horizontalAlignment
int horizontalTextPosition
int verticalTextPosition
boolean borderPainted
boolean focusPainted
boolean contentAreaFilled
boolean rollOverEnabled
Action action
ButtonModel model
Insets margin
int mnemonicIndex
ActionListener actionListener
ItemListener itemListener
ChangeListener changeListener
javax.swing.AbstractButton.EventHandler eventHandler
long multiClickThreshhold
ActionEvent
.
PropertyChangeListener actionPropertyChangeListener
ChangeEvent changeEvent
boolean clientBorderPaintedSet
AbstractButton.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
boolean clientRolloverEnabledSet
AbstractButton.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
boolean clientIconTextGapSet
AbstractButton.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
boolean clientContentAreaFilledSet
AbstractButton.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
Class javax.swing.AbstractButton.AccessibleAbstractButton extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: -5673062525319836790L
Class javax.swing.AbstractButton.ButtonChangeListener extends Object implements Serializable |
---|
serialVersionUID: 1471056094226600578L
Class javax.swing.AbstractCellEditor extends Object implements Serializable |
---|
serialVersionUID: -1048006551406220959L
Serialized Fields |
---|
EventListenerList listenerList
Class javax.swing.AbstractListModel extends Object implements Serializable |
---|
serialVersionUID: -3285184064379168730L
Serialized Fields |
---|
EventListenerList listenerList
Class javax.swing.ActionMap extends Object implements Serializable |
---|
serialVersionUID: -6277518704513986346L
Serialized Fields |
---|
Map<K,V> actionMap
ActionMap parent
Class javax.swing.Box extends JComponent implements Serializable |
---|
serialVersionUID: 1525417495883046342L
Class javax.swing.Box.AccessibleBox extends Container.AccessibleAWTContainer implements Serializable |
---|
serialVersionUID: -7775079816389931944L
Class javax.swing.Box.Filler extends JComponent implements Serializable |
---|
serialVersionUID: -1204263191910183998L
Class javax.swing.Box.Filler.AccessibleBoxFiller extends Component.AccessibleAWTComponent implements Serializable |
---|
serialVersionUID: 164963348357479321L
Class javax.swing.BoxLayout extends Object implements Serializable |
---|
serialVersionUID: -2474455742719112368L
Serialized Fields |
---|
Container container
int way
SizeRequirements[] xChildren
SizeRequirements[] yChildren
SizeRequirements xTotal
SizeRequirements yTotal
int[] offsetsX
int[] offsetsY
int[] spansX
int[] spansY
Class javax.swing.ButtonGroup extends Object implements Serializable |
---|
serialVersionUID: 4259076101881721375L
Serialized Fields |
---|
Vector<T> buttons
ButtonModel sel
Class javax.swing.CellRendererPane extends Container implements Serializable |
---|
serialVersionUID: -7642183829532984273L
Serialized Fields |
---|
AccessibleContext accessibleContext
Class javax.swing.CellRendererPane.AccessibleCellRendererPane extends Container.AccessibleAWTContainer implements Serializable |
---|
serialVersionUID: -8981090083147391074L
Class javax.swing.ComponentInputMap extends InputMap implements Serializable |
---|
Serialized Fields |
---|
JComponent component
Class javax.swing.DefaultBoundedRangeModel extends Object implements Serializable |
---|
serialVersionUID: 5034068491295259790L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws ClassNotFoundException, IOException
IOException
- if there is an I/O error.
ClassNotFoundException
- if there is a classpath problem.private void writeObject(ObjectOutputStream stream) throws IOException
IOException
- if there is an I/O error.Serialized Fields |
---|
EventListenerList listenerList
int value
DefaultBoundedRangeModel.minimum
and (DefaultBoundedRangeModel.maximum
- DefaultBoundedRangeModel.extent
). In a
scroll bar visualization of a BoundedRangeModel
, the
value
is displayed as the position of the thumb.
int extent
BoundedRangeModel
, the extent
is displayed as the
size of the thumb.
int minimum
DefaultBoundedRangeModel.maximum
.
int maximum
DefaultBoundedRangeModel.minimum
.
boolean isAdjusting
BoundedRangeModel
is going to change in the immediate future.
Class javax.swing.DefaultButtonModel extends Object implements Serializable |
---|
serialVersionUID: -5342609566534980231L
Serialized Fields |
---|
int stateMask
EventListenerList listenerList
ChangeEvent changeEvent
ButtonGroup group
int mnemonic
KeyEvent
VK_) used to press
this button via a keyboard interface.
String actionCommand
Class javax.swing.DefaultCellEditor extends AbstractCellEditor implements Serializable |
---|
serialVersionUID: 3564035141373880027L
Serialized Fields |
---|
JComponent editorComponent
DefaultCellEditor.EditorDelegate delegate
DefaultCellEditor.editorComponent
events and getting/setting its value.
int clickCountToStart
Class javax.swing.DefaultCellEditor.EditorDelegate extends Object implements Serializable |
---|
serialVersionUID: -1420007406015481933L
Serialized Fields |
---|
Object value
Class javax.swing.DefaultComboBoxModel extends AbstractListModel implements Serializable |
---|
serialVersionUID: 6698657703676921904L
Serialized Fields |
---|
Vector<T> list
Object selectedItem
null
indicates no selection).
Class javax.swing.DefaultDesktopManager extends Object implements Serializable |
---|
serialVersionUID: 4657624909838017887L
Serialized Fields |
---|
int currentDragMode
Class javax.swing.DefaultListCellRenderer extends JLabel implements Serializable |
---|
serialVersionUID: 7708947179685189462L
Class javax.swing.DefaultListCellRenderer.UIResource extends DefaultListCellRenderer implements Serializable |
---|
Class javax.swing.DefaultListModel extends AbstractListModel implements Serializable |
---|
serialVersionUID: 2315945659722172272L
Serialized Fields |
---|
Vector<T> elements
Class javax.swing.DefaultListSelectionModel extends Object implements Serializable |
---|
serialVersionUID: -5718799865110415860L
Serialized Fields |
---|
EventListenerList listenerList
int selectionMode
SINGLE_SELECTION
, SINGLE_INTERVAL_SELECTION
or MULTIPLE_INTERVAL_SELECTION
from ListSelectionModel
. The default value is
MULTIPLE_INTERVAL_SELECTION
.
int leadSelectionIndex
DefaultListSelectionModel.setSelectionInterval(int, int)
, DefaultListSelectionModel.addSelectionInterval(int, int)
or DefaultListSelectionModel.removeSelectionInterval(int, int)
. Generally
the lead refers to the most recent position a user dragged their mouse
over.
int anchorSelectionIndex
DefaultListSelectionModel.setSelectionInterval(int, int)
,
DefaultListSelectionModel.addSelectionInterval(int, int)
or DefaultListSelectionModel.removeSelectionInterval(int, int)
. Generally the anchor refers to the first
recent position a user clicks when they begin to drag their mouse over
a list.
DefaultListSelectionModel.getAnchorSelectionIndex()
,
DefaultListSelectionModel.setAnchorSelectionIndex(int)
boolean leadAnchorNotificationEnabled
ListSelectionEvent
fired by the selectionModel. Let
[A,L]
be the range of indices between DefaultListSelectionModel.anchorSelectionIndex
and DefaultListSelectionModel.leadSelectionIndex
inclusive, and
let [i0,i1]
be the range of indices changed in a given
call which generates a ListSelectionEvent
. Then when this
property is true
, the ListSelectionEvent
contains
the range [A,L] union [i0,i1]
; when false
it
will contain only [i0,i1]
. The default is
true
.
DefaultListSelectionModel.isLeadAnchorNotificationEnabled()
,
DefaultListSelectionModel.setLeadAnchorNotificationEnabled(boolean)
boolean valueIsAdjusting
ListSelectionEvent
events constructed in response to changes in this
list selection model will have their ListSelectionEvent.isAdjusting
field set to this value.
DefaultListSelectionModel.getValueIsAdjusting()
,
DefaultListSelectionModel.setValueIsAdjusting(boolean)
BitSet sel
BitSet
. A set bit indicates a selected index, whereas a
cleared bit indicates a non-selected index.
Object oldSel
boolean setLeadCalledFromAdd
Class javax.swing.DefaultSingleSelectionModel extends Object implements Serializable |
---|
serialVersionUID: 3676229404753786004L
Serialized Fields |
---|
EventListenerList listenerList
int index
Class javax.swing.ImageIcon extends Object implements Serializable |
---|
serialVersionUID: 532615968316031794L
Serialized Fields |
---|
Image image
String description
ImageObserver observer
int loadStatus
AccessibleContext accessibleContext
Class javax.swing.ImageIcon.AccessibleImageIcon extends AccessibleContext implements Serializable |
---|
serialVersionUID: 2113430526551336564L
Class javax.swing.InputMap extends Object implements Serializable |
---|
serialVersionUID: -5429059542008604257L
Serialized Fields |
---|
Map<K,V> inputMap
InputMap parent
Class javax.swing.JApplet extends Applet implements Serializable |
---|
serialVersionUID: 7269359214497372587L
Serialized Fields |
---|
AccessibleContext accessibleContext
JApplet
.
JRootPane rootPane
boolean rootPaneCheckingEnabled
Class javax.swing.JApplet.AccessibleJApplet extends Applet.AccessibleApplet implements Serializable |
---|
Class javax.swing.JButton extends AbstractButton implements Serializable |
---|
serialVersionUID: -1907255238954382202L
Serialized Fields |
---|
boolean defaultCapable
Class javax.swing.JButton.AccessibleJButton extends AbstractButton.AccessibleAbstractButton implements Serializable |
---|
Class javax.swing.JCheckBox extends JToggleButton implements Serializable |
---|
serialVersionUID: -5246739313864538930L
Serialized Fields |
---|
boolean borderPaintedFlat
Class javax.swing.JCheckBox.AccessibleJCheckBox extends JToggleButton.AccessibleJToggleButton implements Serializable |
---|
Class javax.swing.JCheckBoxMenuItem extends JMenuItem implements Serializable |
---|
serialVersionUID: -6676402307973384715L
Serialized Fields |
---|
boolean state
Object[] selectedObjects
Class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem extends JMenuItem.AccessibleJMenuItem implements Serializable |
---|
serialVersionUID: 1079958073579370777L
Class javax.swing.JColorChooser extends JComponent implements Serializable |
---|
serialVersionUID: 9168066781620640889L
Serialized Fields |
---|
ColorSelectionModel selectionModel
JComponent previewPanel
AbstractColorChooserPanel[] chooserPanels
boolean dragEnabled
AccessibleContext accessibleContext
Class javax.swing.JColorChooser.AccessibleJColorChooser extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: -2038297864782299082L
Class javax.swing.JComboBox extends JComponent implements Serializable |
---|
serialVersionUID: 5654585963292734470L
Serialized Fields |
---|
ComboBoxModel dataModel
ListCellRenderer renderer
ComboBoxEditor editor
int maximumRowCount
boolean isEditable
Object selectedItemReminder
JComboBox.KeySelectionManager keySelectionManager
String actionCommand
boolean lightWeightPopupEnabled
Action action
Object prototypeDisplayValue
Class javax.swing.JComboBox.AccessibleJComboBox extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 8217828307256675666L
Class javax.swing.JComponent extends Container implements Serializable |
---|
serialVersionUID: -7908749299918704233L
Serialized Fields |
---|
AccessibleContext accessibleContext
JComponent
.
float alignmentX
Component.LEFT_ALIGNMENT
, Component.CENTER_ALIGNMENT
, and Component.RIGHT_ALIGNMENT
can also be used, as synonyms for 0.0
,
0.5
, and 1.0
, respectively. Not all layout
managers use this property.
JComponent.getAlignmentX()
,
JComponent.setAlignmentX(float)
,
OverlayLayout
,
BoxLayout
float alignmentY
Component.TOP_ALIGNMENT
, Component.CENTER_ALIGNMENT
, and Component.BOTTOM_ALIGNMENT
can also be used, as synonyms for 0.0
,
0.5
, and 1.0
, respectively. Not all layout
managers use this property.
JComponent.getAlignmentY()
,
JComponent.setAlignmentY(float)
,
OverlayLayout
,
BoxLayout
Border border
JComponent.paintBorder(java.awt.Graphics)
JPopupMenu componentPopupMenu
JComponent.getComponentPopupMenu()
,
JComponent.setComponentPopupMenu(JPopupMenu)
boolean inheritsPopupMenu
JComponent.getComponentPopupMenu()
method
looks to the component's parent when the componentPopupMenu
field is null
.
boolean doubleBuffered
Whether to double buffer this component when painting. This flag
should generally be true
, to ensure good painting
performance.
All children of a double buffered component are painted into the double buffer automatically, so only the top widget in a window needs to be double buffered.
JComponent.setDoubleBuffered(boolean)
,
JComponent.isDoubleBuffered()
,
JComponent.paint(java.awt.Graphics)
int debugGraphicsOptions
DebugGraphics.NONE_OPTION
, DebugGraphics.LOG_OPTION
,
DebugGraphics.FLASH_OPTION
, or DebugGraphics.BUFFERED_OPTION
.
JComponent.setDebugGraphicsOptions(int)
,
JComponent.getDebugGraphicsOptions()
,
DebugGraphics
,
JComponent.getComponentGraphics(java.awt.Graphics)
boolean opaque
This property controls two independent behaviors simultaneously.
First, it controls whether to fill the background of this widget
when painting its body. This affects calls to JComponent.paintComponent(java.awt.Graphics)
, which in turn calls ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)
on the component's JComponent.ui
property. If the
component is opaque during this call, the background will be filled
before calling ComponentUI.paint(java.awt.Graphics, javax.swing.JComponent)
. This happens merely as a
convenience; you may fill the component's background yourself too,
but there is no need to do so if you will be filling with the same
color.
Second, it the opaque property informs swing's repaint system whether it will be necessary to paint the components "underneath" this component, in Z-order. If the component is opaque, it is considered to completely occlude components "underneath" it, so they will not be repainted along with the opaque component.
The default value for this property is false
, but most
components will want to set it to true
when installing UI
defaults in ComponentUI.installUI(javax.swing.JComponent)
.
JComponent.setOpaque(boolean)
,
JComponent.isOpaque()
,
JComponent.paintComponent(java.awt.Graphics)
ComponentUI ui
JComponent.setUI(javax.swing.plaf.ComponentUI)
,
JComponent.getUIClassID()
,
JComponent.updateUI()
boolean requestFocusEnabled
false
, swing will not try to
request focus on this component; if true
, swing might
try to request focus, but the request might fail. Thus it is only
a hint guiding swing's behavior.
JComponent.requestFocus()
,
JComponent.isRequestFocusEnabled()
,
JComponent.setRequestFocusEnabled(boolean)
boolean autoscrolls
true
, synthetic mouse events will be delivered on regular
timed intervals, continuing off in the direction the mouse exited the
component, until the mouse is released or re-enters the component.
JComponent.setAutoscrolls(boolean)
,
JComponent.getAutoscrolls()
EventListenerList listenerList
PropertyChangeEvent
are
handled by this listener list. PropertyChangeEvents are handled in
Component.changeSupport
.
VetoableChangeSupport vetoableChangeSupport
Hashtable<K,V> clientProperties
InputMap inputMap_whenFocused
InputMap inputMap_whenAncestorOfFocused
ComponentInputMap inputMap_whenInFocusedWindow
ActionMap actionMap
boolean verifyInputWhenFocusTarget
InputVerifier inputVerifier
TransferHandler transferHandler
boolean paintingTile
Image dragBuffer
boolean dragBufferInitialized
Component paintChild
boolean clientOpaqueSet
JComponent.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
boolean clientAutoscrollsSet
JComponent.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
Class javax.swing.JComponent.AccessibleJComponent extends Container.AccessibleAWTContainer implements Serializable |
---|
serialVersionUID: -7047089700479897799L
Serialized Fields |
---|
ContainerListener accessibleContainerHandler
FocusListener accessibleFocusHandler
Class javax.swing.JDesktopPane extends JLayeredPane implements Serializable |
---|
serialVersionUID: 766333777224038726L
Serialized Fields |
---|
boolean clientDragModeSet
JDesktopPane.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
Class javax.swing.JDesktopPane.AccessibleJDesktopPane extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 6079388927946077570L
Class javax.swing.JDialog extends Dialog implements Serializable |
---|
serialVersionUID: -864070866424508218L
Serialized Fields |
---|
AccessibleContext accessibleContext
JRootPane rootPane
boolean rootPaneCheckingEnabled
int closeAction
Class javax.swing.JDialog.AccessibleJDialog extends Dialog.AccessibleAWTDialog implements Serializable |
---|
Class javax.swing.JEditorPane extends JTextComponent implements Serializable |
---|
serialVersionUID: 3140472492599046285L
Serialized Fields |
---|
EditorKit editorKit
boolean focus_root
HashMap<K,V> editorMap
javax.swing.JEditorPane.PageLoader loader
Class javax.swing.JEditorPane.AccessibleJEditorPane extends JTextComponent.AccessibleJTextComponent implements Serializable |
---|
Class javax.swing.JEditorPane.AccessibleJEditorPaneHTML extends JEditorPane.AccessibleJEditorPane implements Serializable |
---|
Class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport extends JEditorPane.AccessibleJEditorPane implements Serializable |
---|
Class javax.swing.JFileChooser extends JComponent implements Serializable |
---|
serialVersionUID: 3162921138695327837L
Serialized Fields |
---|
AccessibleContext accessibleContext
JFileChooser.getAccessibleContext()
FileSystemView fsv
JFileChooser.setFileSystemView(FileSystemView)
JComponent accessory
JFileChooser.setAccessory(JComponent)
int approveButtonMnemonic
JFileChooser.setApproveButtonMnemonic(int)
String approveButtonText
JFileChooser.setApproveButtonText(String)
String approveButtonToolTipText
JFileChooser.setApproveButtonToolTipText(String)
ArrayList<E> choosableFilters
JFileChooser.addChoosableFileFilter(FileFilter)
boolean isAcceptAll
JFileChooser.setAcceptAllFileFilterUsed(boolean)
String dialogTitle
JFileChooser.setDialogTitle(String)
int dialogType
JFileChooser.setDialogType(int)
int retval
JFileChooser.showOpenDialog(Component)
,
JFileChooser.showSaveDialog(Component)
boolean multiSelection
JFileChooser.isMultiSelectionEnabled()
boolean fileHiding
JFileChooser.isFileHidingEnabled()
int fileSelectionMode
JFileChooser.setFileSelectionMode(int)
FileView fv
JFileChooser.setFileView(FileView)
boolean controlButtonsShown
JFileChooser.setControlButtonsAreShown(boolean)
File currentDir
JFileChooser.setCurrentDirectory(File)
FileFilter currentFilter
JFileChooser.setFileFilter(FileFilter)
File[] selectedFiles
JFileChooser.setSelectedFiles(File[])
File selectedFile
JFileChooser.setSelectedFile(File)
boolean dragEnabled
JFileChooser.setDragEnabled(boolean)
,
JFileChooser.getDragEnabled()
Class javax.swing.JFileChooser.AccessibleJFileChooser extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.JFormattedTextField extends JTextField implements Serializable |
---|
serialVersionUID: 5464657870110180632L
Serialized Fields |
---|
Object value
int focusLostBehavior
JFormattedTextField.AbstractFormatterFactory formatterFactory
JFormattedTextField.AbstractFormatter formatter
boolean editValid
Class javax.swing.JFormattedTextField.AbstractFormatter extends Object implements Serializable |
---|
serialVersionUID: -5193212041738979680L
Serialized Fields |
---|
JFormattedTextField textField
Class javax.swing.JFrame extends Frame implements Serializable |
---|
serialVersionUID: -3362141868504252139L
Serialized Fields |
---|
int closeAction
AccessibleContext accessibleContext
JRootPane rootPane
boolean rootPaneCheckingEnabled
Class javax.swing.JFrame.AccessibleJFrame extends Frame.AccessibleAWTFrame implements Serializable |
---|
Class javax.swing.JInternalFrame extends JComponent implements Serializable |
---|
serialVersionUID: -5425177187760785402L
Serialized Fields |
---|
boolean closable
boolean iconable
boolean isClosed
boolean isIcon
boolean isMaximum
boolean isSelected
boolean maximizable
boolean rootPaneCheckingEnabled
boolean resizable
JInternalFrame.JDesktopIcon desktopIcon
Icon frameIcon
JRootPane rootPane
String title
Class javax.swing.JInternalFrame.AccessibleJInternalFrame extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 5931936924175476797L
Class javax.swing.JInternalFrame.JDesktopIcon extends JComponent implements Serializable |
---|
serialVersionUID: 4672973344731387687L
Serialized Fields |
---|
JInternalFrame frame
Class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 5035560458941637802L
Class javax.swing.JLabel extends JComponent implements Serializable |
---|
serialVersionUID: 5496508283662221534L
Serialized Fields |
---|
Component labelFor
Class javax.swing.JLabel.AccessibleJLabel extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.JLayeredPane extends JComponent implements Serializable |
---|
serialVersionUID: 5534920399324590459L
Serialized Fields |
---|
Hashtable<K,V> componentToLayer
Class javax.swing.JLayeredPane.AccessibleJLayeredPane extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.JList extends JComponent implements Serializable |
---|
serialVersionUID: 4406629526391098046L
Serialized Fields |
---|
boolean dragEnabled
ListCellRenderer cellRenderer
int fixedCellWidth
-1
, no width has been
assigned. This value can be set explicitly, or implicitly by setting
the JList.prototypeCellValue
property.
int fixedCellHeight
-1
, no height has been
assigned. This value can be set explicitly, or implicitly by setting
the JList.prototypeCellValue
property.
int layoutOrientation
JList.VERTICAL
, JList.VERTICAL_WRAP
, or JList.HORIZONTAL_WRAP
.
ListModel model
Object prototypeCellValue
This property holds a reference to a "prototype" data value --
typically a String -- which is used to calculate the JList.fixedCellWidth
and JList.fixedCellHeight
properties, using the
JList.cellRenderer
property to acquire a component to render the
prototype.
It is important that you not set this value to a component. It has to be a data value such as the objects you would find in the list's model. Setting it to a component will have undefined (and undesirable) affects.
Color selectionBackground
ListCellRenderer.getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean)
is called with a selected cell object, the component returned will
have its "foreground" set to this color.
Color selectionForeground
ListCellRenderer.getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean)
is called with a selected cell object, the component returned will
have its "background" property set to this color.
ListSelectionModel selectionModel
JList.model
property should be considered "selected", when displaying and
interacting with the list.
int visibleRowCount
JList.getPreferredScrollableViewportSize()
property accordingly. The actual
number of displayed rows, when the list is placed in a real JViewport
or other component, may be greater or less than this number.
javax.swing.JList.ListListener listListener
JList.model
and JList.selectionModel
properties of the list.
Class javax.swing.JList.AccessibleJList extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.JMenu extends JMenuItem implements Serializable |
---|
serialVersionUID: 4227225638931828014L
Serialized Fields |
---|
JPopupMenu popupMenu
MenuEvent menuEvent
int delay
JMenu.WinListener popupListener
Point menuLocation
ChangeListener menuChangeListener
MenuChangeListener
Class javax.swing.JMenu.AccessibleJMenu extends JMenuItem.AccessibleJMenuItem implements Serializable |
---|
serialVersionUID: -8131864021059524309L
Class javax.swing.JMenu.WinListener extends WindowAdapter implements Serializable |
---|
serialVersionUID: -6415815570638474823L
Class javax.swing.JMenuBar extends JComponent implements Serializable |
---|
serialVersionUID: -8191026883931977036L
Serialized Fields |
---|
boolean borderPainted
Insets margin
Class javax.swing.JMenuBar.AccessibleJMenuBar extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.JMenuItem extends AbstractButton implements Serializable |
---|
serialVersionUID: -1681004643499461044L
Serialized Fields |
---|
KeyStroke accelerator
boolean isDragging
Class javax.swing.JMenuItem.AccessibleJMenuItem extends AbstractButton.AccessibleAbstractButton implements Serializable |
---|
serialVersionUID: 6748924232082076534L
Serialized Fields |
---|
boolean armed
boolean focusOwner
boolean pressed
boolean selected
Class javax.swing.JOptionPane extends JComponent implements Serializable |
---|
serialVersionUID: 5231143276678566796L
Serialized Fields |
---|
Icon icon
Object initialSelectionValue
Object initialValue
Object inputValue
Object message
int messageType
Object[] options
int optionType
Object[] selectionValues
Object value
boolean wantsInput
Class javax.swing.JOptionPane.AccessibleJOptionPane extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 686071432213084821L
Class javax.swing.JPanel extends JComponent implements Serializable |
---|
Class javax.swing.JPanel.AccessibleJPanel extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.JPasswordField extends JTextField implements Serializable |
---|
Serialization Methods |
---|
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
- if an error occursSerialized Fields |
---|
char echoChar
Class javax.swing.JPasswordField.AccessibleJPasswordField extends JTextField.AccessibleJTextField implements Serializable |
---|
serialVersionUID: -8477039424200681086L
Class javax.swing.JPopupMenu extends JComponent implements Serializable |
---|
serialVersionUID: -8336996630009646009L
Serialized Fields |
---|
boolean borderPainted
String label
Insets margin
boolean lightWeightPopupEnabled
SingleSelectionModel selectionModel
int popupLocationX
int popupLocationY
boolean visible
Class javax.swing.JPopupMenu.AccessibleJPopupMenu extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 7423261328879849768L
Class javax.swing.JPopupMenu.Separator extends JSeparator implements Serializable |
---|
Class javax.swing.JProgressBar extends JComponent implements Serializable |
---|
serialVersionUID: 1980046021813598781L
Serialized Fields |
---|
int orientation
JProgressBar
(SwingConstants.HORIZONTAL
or SwingConstants.VERTICAL
).
Defaults to SwingConstants.HORIZONTAL
.
JProgressBar.setOrientation(int)
boolean paintBorder
true
.
JProgressBar.setBorderPainted(boolean)
BoundedRangeModel model
JProgressBar.setModel(BoundedRangeModel)
String progressString
null
, a default string will be generated.
JProgressBar.setString(String)
boolean paintString
JProgressBar.setStringPainted(boolean)
ChangeListener changeListener
Class javax.swing.JProgressBar.AccessibleJProgressBar extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: -2938130009392721813L
Class javax.swing.JRadioButton extends JToggleButton implements Serializable |
---|
serialVersionUID: 7751949583255506856L
Class javax.swing.JRadioButton.AccessibleJRadioButton extends JToggleButton.AccessibleJToggleButton implements Serializable |
---|
serialVersionUID: 4850967637026120674L
Class javax.swing.JRadioButtonMenuItem extends JMenuItem implements Serializable |
---|
serialVersionUID: 8482658191548521743L
Class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem extends JMenuItem.AccessibleJMenuItem implements Serializable |
---|
serialVersionUID: 4381471510145292179L
Class javax.swing.JRootPane extends JComponent implements Serializable |
---|
serialVersionUID: 8690748000348575668L
Serialized Fields |
---|
Component glassPane
JLayeredPane layeredPane
JMenuBar menuBar
Container contentPane
JButton defaultButton
Action defaultPressAction
Action defaultReleaseAction
int windowDecorationStyle
Class javax.swing.JRootPane.AccessibleJRootPane extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 1082432482784468088L
Class javax.swing.JRootPane.RootLayout extends Object implements Serializable |
---|
serialVersionUID: -4100116998559815027L
Serialized Fields |
---|
Rectangle glassPaneBounds
Rectangle layeredPaneBounds
Rectangle contentPaneBounds
Rectangle menuBarBounds
Class javax.swing.JScrollBar extends JComponent implements Serializable |
---|
serialVersionUID: -8195169869225066566L
Serialized Fields |
---|
int blockIncrement
BoundedRangeModel model
int orientation
int unitIncrement
ChangeListener sbChangeListener
Class javax.swing.JScrollBar.AccessibleJScrollBar extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: -7758162392045586663L
Class javax.swing.JScrollPane extends JComponent implements Serializable |
---|
serialVersionUID: 5203525440012340014L
Serialized Fields |
---|
JViewport columnHeader
JViewport rowHeader
Component lowerLeft
Component lowerRight
Component upperLeft
Component upperRight
JScrollBar horizontalScrollBar
int horizontalScrollBarPolicy
JScrollBar verticalScrollBar
int verticalScrollBarPolicy
JViewport viewport
Border viewportBorder
boolean wheelScrollingEnabled
Class javax.swing.JScrollPane.AccessibleJScrollPane extends JComponent.AccessibleJComponent implements Serializable |
---|
Serialized Fields |
---|
JViewport viewPort
Class javax.swing.JScrollPane.ScrollBar extends JScrollBar implements Serializable |
---|
serialVersionUID: -42032395320987283L
Class javax.swing.JSeparator extends JComponent implements Serializable |
---|
serialVersionUID: 125301223445282357L
Class javax.swing.JSeparator.AccessibleJSeparator extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 916332890553201095L
Class javax.swing.JSlider extends JComponent implements Serializable |
---|
serialVersionUID: -1441275936141218479L
Serialized Fields |
---|
BoundedRangeModel sliderModel
int majorTickSpacing
int minorTickSpacing
boolean snapToTicks
int orientation
ChangeListener changeListener
createChangeListener()
).
Class javax.swing.JSlider.AccessibleJSlider extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: -6301740148041106789L
Class javax.swing.JSpinner extends JComponent implements Serializable |
---|
serialVersionUID: 3412663575706551720L
Serialized Fields |
---|
SpinnerModel model
JComponent editor
Class javax.swing.JSpinner.DateEditor extends JSpinner.DefaultEditor implements Serializable |
---|
serialVersionUID: -4279356973770397815L
Class javax.swing.JSpinner.DefaultEditor extends JPanel implements Serializable |
---|
serialVersionUID: -5317788736173368172L
Serialized Fields |
---|
JSpinner spinner
JFormattedTextField ftf
Class javax.swing.JSpinner.ListEditor extends JSpinner.DefaultEditor implements Serializable |
---|
Class javax.swing.JSpinner.NumberEditor extends JSpinner.DefaultEditor implements Serializable |
---|
serialVersionUID: 3791956183098282942L
Class javax.swing.JSplitPane extends JComponent implements Serializable |
---|
serialVersionUID: -5634142046175988380L
Serialized Fields |
---|
boolean continuousLayout
boolean oneTouchExpandable
int dividerSize
int lastDividerLocation
int orientation
Component leftComponent
Component rightComponent
int dividerLocation
boolean clientDividerSizeSet
JSplitPane.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
boolean clientOneTouchExpandableSet
JSplitPane.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
Class javax.swing.JSplitPane.AccessibleJSplitPane extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: -1788116871416305366L
Class javax.swing.JTabbedPane extends JComponent implements Serializable |
---|
serialVersionUID: 1614381073220130939L
Serialized Fields |
---|
ChangeEvent changeEvent
ChangeListener changeListener
SingleSelectionModel model
int tabPlacement
Class javax.swing.JTabbedPane.AccessibleJTabbedPane extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 7610530885966830483L
Class javax.swing.JTabbedPane.ModelListener extends Object implements Serializable |
---|
serialVersionUID: 497359819958114132L
Class javax.swing.JTable extends JComponent implements Serializable |
---|
serialVersionUID: 3876025080382781659L
Serialized Fields |
---|
JTable this_table
Hashtable<K,V> defaultEditorsByColumnClass
Class
objects to
TableCellEditor
objects. This table is consulted by the
FIXME
Hashtable<K,V> defaultRenderersByColumnClass
Class
objects to
TableCellEditor
objects. This table is consulted by the
FIXME
int editingColumn
int editingRow
boolean autoCreateColumnsFromModel
TableColumnModel
and assign it to the JTable.columnModel
property when the JTable.dataModel
property is changed.
JTable.setModel(TableModel)
,
JTable.createDefaultColumnsFromModel()
,
JTable.setColumnModel(TableColumnModel)
,
JTable.setAutoCreateColumnsFromModel(boolean)
,
JTable.getAutoCreateColumnsFromModel()
int autoResizeMode
JTable.AUTO_RESIZE_ALL_COLUMNS
(the default), JTable.AUTO_RESIZE_LAST_COLUMN
, JTable.AUTO_RESIZE_NEXT_COLUMN
, JTable.AUTO_RESIZE_SUBSEQUENT_COLUMNS
, or JTable.AUTO_RESIZE_OFF
.
JTable.doLayout()
,
JTable.setAutoResizeMode(int)
,
JTable.getAutoResizeMode()
int rowHeight
JTable.columnModel
.
JTable.getRowHeight()
,
JTable.setRowHeight(int)
,
TableColumn.getWidth()
,
TableColumn.setWidth(int)
int rowMargin
JTable.setRowMargin(int)
,
JTable.getRowHeight()
,
JTable.getIntercellSpacing()
,
JTable.setIntercellSpacing(Dimension)
,
TableColumnModel.getColumnMargin()
,
TableColumnModel.setColumnMargin(int)
boolean rowSelectionAllowed
TableColumnModel.getColumnSelectionAllowed()
,
JTable.setRowSelectionAllowed(boolean)
,
JTable.getRowSelectionAllowed()
,
JTable.getCellSelectionEnabled()
,
JTable.setCellSelectionEnabled(boolean)
boolean cellSelectionEnabled
JTable.rowSelectionAllowed
, JTable.getColumnSelectionAllowed()
, or the combined methods JTable.getCellSelectionEnabled()
and JTable.setCellSelectionEnabled(boolean)
.
TableModel dataModel
dataModel
, despite its
property name. The table listens to its model as a TableModelListener
.
JTable.tableChanged(TableModelEvent)
,
TableModel.addTableModelListener(TableModelListener)
TableColumnModel columnModel
A model of various aspects of the columns of the table, not
including the data stored in them. The TableColumnModel
is principally concerned with holding a set of TableColumn
objects, each of which describes the display parameters of a column
and the numeric index of the column from the data model which the
column is presenting.
The TableColumnModel also contains a ListSelectionModel
which
indicates which columns are currently selected. This selection model
works in combination with the JTable.selectionModel
of the table
itself to specify a table selection: a combination of row and
column selections.
Most application programmers do not need to work with this property
at all: setting JTable.autoCreateColumnsFromModel
will construct the
columnModel automatically, and the table acts as a facade for most of
the interesting properties of the columnModel anyways.
JTable.setColumnModel(TableColumnModel)
,
JTable.getColumnModel()
ListSelectionModel selectionModel
JTable.columnModel
property, to represent the rows and
columns (or both: cells) of the table which are currently selected.
JTable.rowSelectionAllowed
,
JTable.setSelectionModel(ListSelectionModel)
,
JTable.getSelectionModel()
,
TableColumnModel.getSelectionModel()
,
ListSelectionModel.addListSelectionListener(ListSelectionListener)
TableCellEditor cellEditor
boolean dragEnabled
JTable.setDragEnabled(boolean)
,
JTable.getDragEnabled()
Color gridColor
JTable.showHorizontalLines
or JTable.showVerticalLines
is set.
JTable.setGridColor(Color)
,
JTable.getGridColor()
Dimension preferredViewportSize
JScrollPane
.
JTable.setPreferredScrollableViewportSize(Dimension)
,
JTable.getPreferredScrollableViewportSize()
Color selectionBackground
JTable.SELECTION_BACKGROUND_CHANGED_PROPERTY
when its value changes.
JTable.setSelectionBackground(Color)
,
JTable.getSelectionBackground()
Color selectionForeground
JTable.SELECTION_FOREGROUND_CHANGED_PROPERTY
when its value changes.
JTable.setSelectionForeground(Color)
,
JTable.getSelectionForeground()
boolean showHorizontalLines
boolean showVerticalLines
JTableHeader tableHeader
javax.swing.JTable.TableColumnPropertyChangeHandler tableColumnPropertyChangeHandler
boolean surrendersFocusOnKeystroke
Rectangle rectCache
JTable.getCellRect(int, int, boolean)
.
boolean clientRowHeightSet
JTable.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
SizeSequence rowHeights
JTable.setRowHeight(int,int)
, the table switches to non-uniform
row height mode which stores the row heights in the SizeSequence
object instead.
JTable.setRowHeight(int)
,
JTable.getRowHeight()
,
JTable.getRowHeight(int)
,
JTable.setRowHeight(int, int)
Class javax.swing.JTable.AccessibleJTable extends JComponent.AccessibleJComponent implements Serializable |
---|
Serialized Fields |
---|
int lastSelectedRow
JTable.AccessibleJTable.valueChanged(ListSelectionEvent)
.
int lastSelectedColumn
JTable.AccessibleJTable.valueChanged(ListSelectionEvent)
.
Accessible caption
Accessible summary
Accessible[] rowDescriptions
Accessible[] columnDescriptions
Class javax.swing.JTextArea extends JTextComponent implements Serializable |
---|
serialVersionUID: -6141680179310439825L
Serialized Fields |
---|
int rows
int columns
boolean lineWrap
int tabSize
boolean wrapStyleWord
Class javax.swing.JTextArea.AccessibleJTextArea extends JTextComponent.AccessibleJTextComponent implements Serializable |
---|
Class javax.swing.JTextField extends JTextComponent implements Serializable |
---|
serialVersionUID: 353853209832607592L
Serialized Fields |
---|
int columns
int align
Action action
String actionCommand
PropertyChangeListener actionPropertyChangeListener
BoundedRangeModel horizontalVisibility
Class javax.swing.JTextField.AccessibleJTextField extends JTextComponent.AccessibleJTextComponent implements Serializable |
---|
serialVersionUID: 8255147276740453036L
Class javax.swing.JTextPane extends JEditorPane implements Serializable |
---|
Class javax.swing.JToggleButton extends AbstractButton implements Serializable |
---|
serialVersionUID: -3128248873429850443L
Class javax.swing.JToggleButton.AccessibleJToggleButton extends AbstractButton.AccessibleAbstractButton implements Serializable |
---|
serialVersionUID: -8652952712161229225L
Class javax.swing.JToggleButton.ToggleButtonModel extends DefaultButtonModel implements Serializable |
---|
serialVersionUID: -1589950750899943974L
Class javax.swing.JToolBar extends JComponent implements Serializable |
---|
serialVersionUID: -1269915519555129643L
Serialized Fields |
---|
int orientation
Class javax.swing.JToolBar.AccessibleJToolBar extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: -5516888265903814215L
Class javax.swing.JToolBar.Separator extends JSeparator implements Serializable |
---|
serialVersionUID: -1656745644823105219L
Class javax.swing.JToolTip extends JComponent implements Serializable |
---|
serialVersionUID: -1138929898906751643L
Serialized Fields |
---|
String text
JComponent component
Class javax.swing.JToolTip.AccessibleJToolTip extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: -6222548177795408476L
Class javax.swing.JTree extends JComponent implements Serializable |
---|
serialVersionUID: 7559816092864483649L
Serialized Fields |
---|
boolean dragEnabled
boolean expandsSelectedPaths
TreePath anchorSelectionPath
Hashtable<K,V> nodeStates
boolean editable
boolean invokesStopCellEditing
boolean largeModel
boolean rootVisible
int rowHeight
boolean scrollsOnExpand
boolean showsRootHandles
int toggleClickCount
int visibleRowCount
JTree.TreeSelectionRedirector selectionRedirector
boolean clientRowHeightSet
JTree.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
boolean clientScrollsOnExpandSet
JTree.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
boolean clientShowsRootHandlesSet
JTree.setUIProperty(String, Object)
,
LookAndFeel.installProperty(JComponent, String, Object)
Class javax.swing.JTree.AccessibleJTree extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.JTree.DynamicUtilTreeNode extends DefaultMutableTreeNode implements Serializable |
---|
Serialized Fields |
---|
Object childValue
boolean loadedChildren
boolean hasChildren
Class javax.swing.JTree.EmptySelectionModel extends DefaultTreeSelectionModel implements Serializable |
---|
serialVersionUID: -5815023306225701477L
Class javax.swing.JTree.TreeSelectionRedirector extends Object implements Serializable |
---|
serialVersionUID: -3505069663646241664L
Class javax.swing.JViewport extends JComponent implements Serializable |
---|
serialVersionUID: -6925142919680527970L
Serialized Fields |
---|
boolean scrollUnderway
boolean isViewSizeSet
boolean backingStore
Image backingStoreImage
Point lastPaintPosition
ChangeEvent changeEvent
int scrollMode
JViewport.ViewListener viewListener
Point cachedBlitFrom
Point cachedBlitTo
Dimension cachedBlitSize
Rectangle cachedBlitPaint
boolean damaged
boolean sizeChanged
boolean isPaintRoot
Class javax.swing.JViewport.AccessibleJViewport extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.JViewport.ViewListener extends ComponentAdapter implements Serializable |
---|
serialVersionUID: -2812489404285958070L
Class javax.swing.JWindow extends Window implements Serializable |
---|
serialVersionUID: 5420698392125238833L
Serialized Fields |
---|
JRootPane rootPane
boolean rootPaneCheckingEnabled
AccessibleContext accessibleContext
Class javax.swing.JWindow.AccessibleJWindow extends Window.AccessibleAWTWindow implements Serializable |
---|
Class javax.swing.KeyStroke extends AWTKeyStroke implements Serializable |
---|
serialVersionUID: -9060180771037902530L
Class javax.swing.LayoutFocusTraversalPolicy extends SortingFocusTraversalPolicy implements Serializable |
---|
serialVersionUID: 4312146927238881442L
Class javax.swing.OverlayLayout extends Object implements Serializable |
---|
serialVersionUID: 18082829169631543L
Serialized Fields |
---|
Container target
SizeRequirements[] xChildren
SizeRequirements[] yChildren
SizeRequirements xTotal
SizeRequirements yTotal
int[] offsetsX
int[] offsetsY
int[] spansX
int[] spansY
Class javax.swing.ScrollPaneLayout extends Object implements Serializable |
---|
serialVersionUID: -4480022884523193743L
Serialized Fields |
---|
JViewport viewport
JScrollBar vsb
JScrollBar hsb
JViewport rowHead
JViewport colHead
Component lowerLeft
Component lowerRight
Component upperLeft
Component upperRight
int vsbPolicy
int hsbPolicy
Class javax.swing.ScrollPaneLayout.UIResource extends ScrollPaneLayout implements Serializable |
---|
Class javax.swing.SizeRequirements extends Object implements Serializable |
---|
serialVersionUID: 9217749429906736553L
Serialized Fields |
---|
int minimum
int preferred
int maximum
float alignment
Class javax.swing.SpinnerDateModel extends AbstractSpinnerModel implements Serializable |
---|
serialVersionUID: -4802518107105940612L
Serialized Fields |
---|
Calendar date
Comparable<T> start
null
for no minimum).
Comparable<T> end
null
for no
maximum).
int calendarField
Class javax.swing.SpinnerListModel extends AbstractSpinnerModel implements Serializable |
---|
serialVersionUID: 3358804052191994516L
Serialized Fields |
---|
List<E> list
Class javax.swing.SpinnerNumberModel extends AbstractSpinnerModel implements Serializable |
---|
serialVersionUID: 7279176385485777821L
Serialized Fields |
---|
Number value
Comparable<T> minimum
null
).
Comparable<T> maximum
null
).
Number stepSize
Class javax.swing.Timer extends Object implements Serializable |
---|
serialVersionUID: -1116180831621385484L
Serialized Fields |
---|
Runnable drainer
SwingUtilities.invokeLater(java.lang.Runnable)
to invoke the Timer.drainEvents()
.
EventListenerList listenerList
boolean coalesce
true
if the timer coalesces events.
boolean repeats
true
if the timer is firing repetetive events.
int delay
int initialDelay
int ticks
javax.swing.Timer.Task task
long queue
Object queueLock
synchronized(queueLock)
replaces
synchronized(queue)
that is not supported by this language.
Class javax.swing.TransferHandler extends Object implements Serializable |
---|
serialVersionUID: -967749805571669910L
Serialized Fields |
---|
int sourceActions
Icon visualRepresentation
String propertyName
javax.swing.TransferHandler.SwingDragGestureRecognizer recognizer
Class javax.swing.UIDefaults extends Hashtable<Object,Object> implements Serializable |
---|
serialVersionUID: 7341222528856548117L
Serialized Fields |
---|
LinkedList<T> bundles
Locale defaultLocale
PropertyChangeSupport propertyChangeSupport
Class javax.swing.UIManager extends Object implements Serializable |
---|
serialVersionUID: -5547433830339189365L
Class javax.swing.UnsupportedLookAndFeelException extends Exception implements Serializable |
---|
Class javax.swing.ViewportLayout extends Object implements Serializable |
---|
serialVersionUID: -788225906076097229L
Package javax.swing.border |
---|
Class javax.swing.border.AbstractBorder extends Object implements Serializable |
---|
serialVersionUID: -545885975315191844L
Class javax.swing.border.BevelBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: -1034942243356299676L
Serialized Fields |
---|
int bevelType
BevelBorder.RAISED
or BevelBorder.LOWERED
.
Color highlightOuter
null
to indicate that
the color shall be derived from the background of the component
whose border is being painted.
Color highlightInner
null
to indicate that
the color shall be derived from the background of the component
whose border is being painted.
Color shadowOuter
null
to indicate that the
color shall be derived from the background of the component whose
border is being painted.
Color shadowInner
null
to indicate that the
color shall be derived from the background of the component whose
border is being painted.
Class javax.swing.border.CompoundBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: 9054540377030555103L
Serialized Fields |
---|
Border insideBorder
insideBorder
to be null
.
Border outsideBorder
outsideBorder
to be null
.
Class javax.swing.border.EmptyBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: -8116076291731988694L
Serialized Fields |
---|
int left
int right
int top
int bottom
Class javax.swing.border.EtchedBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: 4001244046866360638L
Serialized Fields |
---|
int etchType
EtchedBorder.RAISED
or EtchedBorder.LOWERED
.
Color highlight
null
to indicate that the
color shall be derived from the background of the enclosed
component.
Color shadow
null
to indicate that the
color shall be derived from the background of the enclosed
component.
Class javax.swing.border.LineBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: -787563427772288970L
Serialized Fields |
---|
int thickness
Color lineColor
boolean roundedCorners
true
) or not ((false
).
Class javax.swing.border.MatteBorder extends EmptyBorder implements Serializable |
---|
serialVersionUID: 4422248989617298224L
Serialized Fields |
---|
Color color
null
if the border is filled with repetitions of a
tile icon.
MatteBorder.tileIcon
Icon tileIcon
null
if the border is filled with a solid
color.
MatteBorder.color
Class javax.swing.border.SoftBevelBorder extends BevelBorder implements Serializable |
---|
serialVersionUID: 5248789787305979975L
Class javax.swing.border.TitledBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: 8012999415147721601L
Serialized Fields |
---|
String title
null
to display no title.
Border border
null
, the border will be retrieved from the UIManager
’s defaults table using the key
TitledBorder.border
.
int titlePosition
TitledBorder.ABOVE_TOP
, TitledBorder.TOP
, TitledBorder.BELOW_TOP
, TitledBorder.ABOVE_BOTTOM
, TitledBorder.BOTTOM
, TitledBorder.BELOW_BOTTOM
, or TitledBorder.DEFAULT_POSITION
.
int titleJustification
TitledBorder.LEFT
, TitledBorder.CENTER
, TitledBorder.RIGHT
, TitledBorder.LEADING
, TitledBorder.TRAILING
, or TitledBorder.DEFAULT_JUSTIFICATION
.
Font titleFont
null
, the font will be retrieved from the UIManager
’s defaults table using the key
TitledBorder.font
.
Color titleColor
null
, the color will be retrieved from the UIManager
’s defaults table using the key
TitledBorder.titleColor
.
Package javax.swing.colorchooser |
---|
Class javax.swing.colorchooser.AbstractColorChooserPanel extends JPanel implements Serializable |
---|
serialVersionUID: -977469671210173863L
Serialized Fields |
---|
JColorChooser chooser
Class javax.swing.colorchooser.DefaultColorSelectionModel extends Object implements Serializable |
---|
serialVersionUID: -8117143602864778804L
Serialized Fields |
---|
Color selectedColor
EventListenerList listenerList
Package javax.swing.event |
---|
Class javax.swing.event.AncestorEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: -8079801679695605002L
Serialized Fields |
---|
JComponent sourceComponent
Container ancestor
Container ancestorParent
Class javax.swing.event.CaretEvent extends EventObject implements Serializable |
---|
Class javax.swing.event.ChangeEvent extends EventObject implements Serializable |
---|
Class javax.swing.event.EventListenerList extends Object implements Serializable |
---|
serialVersionUID: -5677132037850737084L
Serialization Methods |
---|
private <T extends EventListener> void readObject(ObjectInputStream in) throws ClassNotFoundException, IOException
ClassNotFoundException
- if a serialized class can't be found
IOException
- if something goes wrongprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- if something goes wrongClass javax.swing.event.HyperlinkEvent extends EventObject implements Serializable |
---|
serialVersionUID: -2054640811732867012L
Serialized Fields |
---|
HyperlinkEvent.EventType type
URL url
String description
Element element
Class javax.swing.event.InternalFrameEvent extends AWTEvent implements Serializable |
---|
serialVersionUID: -5204823611874873183L
Class javax.swing.event.ListDataEvent extends EventObject implements Serializable |
---|
serialVersionUID: 2510353260071004774L
Serialized Fields |
---|
int type
int index0
int index1
Class javax.swing.event.ListSelectionEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
int firstIndex
int lastIndex
boolean isAdjusting
Class javax.swing.event.MenuDragMouseEvent extends MouseEvent implements Serializable |
---|
Serialized Fields |
---|
MenuElement[] path
MenuSelectionManager manager
Class javax.swing.event.MenuEvent extends EventObject implements Serializable |
---|
Class javax.swing.event.MenuKeyEvent extends KeyEvent implements Serializable |
---|
Serialized Fields |
---|
MenuElement[] path
MenuSelectionManager manager
Class javax.swing.event.PopupMenuEvent extends EventObject implements Serializable |
---|
Class javax.swing.event.RowSorterEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
javax.swing.event.RowSorterEvent.Type type
int[] oldViewToModel
Class javax.swing.event.SwingPropertyChangeSupport extends PropertyChangeSupport implements Serializable |
---|
serialVersionUID: 7162625831330845068L
Class javax.swing.event.TableColumnModelEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
int fromIndex
int toIndex
Class javax.swing.event.TableModelEvent extends EventObject implements Serializable |
---|
serialVersionUID: -7849342674552212824L
Serialized Fields |
---|
int column
int firstRow
int lastRow
int type
TableModelEvent.UPDATE
, TableModelEvent.INSERT
, TableModelEvent.DELETE
).
Class javax.swing.event.TreeExpansionEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
TreePath path
Class javax.swing.event.TreeModelEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
int[] childIndices
Object[] children
TreePath path
Class javax.swing.event.TreeSelectionEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
TreePath[] paths
boolean[] areNew
true
) or removed
(false
) from the selection.
TreePath oldLeadSelectionPath
null
).
TreePath newLeadSelectionPath
null
).
Class javax.swing.event.UndoableEditEvent extends EventObject implements Serializable |
---|
serialVersionUID: 4418044561759134484L
Serialized Fields |
---|
UndoableEdit edit
Package javax.swing.plaf |
---|
Class javax.swing.plaf.ActionMapUIResource extends ActionMap implements Serializable |
---|
Class javax.swing.plaf.BorderUIResource extends Object implements Serializable |
---|
serialVersionUID: -3440553684010079691L
Serialized Fields |
---|
Border delegate
Class javax.swing.plaf.BorderUIResource.BevelBorderUIResource extends BevelBorder implements Serializable |
---|
serialVersionUID: -1275542891108351642L
Class javax.swing.plaf.BorderUIResource.CompoundBorderUIResource extends CompoundBorder implements Serializable |
---|
serialVersionUID: 7550017084975167341L
Class javax.swing.plaf.BorderUIResource.EmptyBorderUIResource extends EmptyBorder implements Serializable |
---|
serialVersionUID: -4914187529340071708L
Class javax.swing.plaf.BorderUIResource.EtchedBorderUIResource extends EtchedBorder implements Serializable |
---|
serialVersionUID: -8186391754165296656L
Class javax.swing.plaf.BorderUIResource.LineBorderUIResource extends LineBorder implements Serializable |
---|
serialVersionUID: -6171232338180172310L
Class javax.swing.plaf.BorderUIResource.MatteBorderUIResource extends MatteBorder implements Serializable |
---|
serialVersionUID: -8107923147541851122L
Class javax.swing.plaf.BorderUIResource.TitledBorderUIResource extends TitledBorder implements Serializable |
---|
serialVersionUID: 7667113547406407427L
Class javax.swing.plaf.ColorUIResource extends Color implements Serializable |
---|
Class javax.swing.plaf.ComponentInputMapUIResource extends ComponentInputMap implements Serializable |
---|
Class javax.swing.plaf.DimensionUIResource extends Dimension implements Serializable |
---|
Class javax.swing.plaf.FontUIResource extends Font implements Serializable |
---|
Class javax.swing.plaf.IconUIResource extends Object implements Serializable |
---|
serialVersionUID: 3327049506004830542L
Serialized Fields |
---|
Icon delegate
IconUIResource
(never
null
).
Class javax.swing.plaf.InputMapUIResource extends InputMap implements Serializable |
---|
Class javax.swing.plaf.InsetsUIResource extends Insets implements Serializable |
---|
serialVersionUID: 5622110143266315421L
Package javax.swing.plaf.basic |
---|
Class javax.swing.plaf.basic.BasicArrowButton extends JButton implements Serializable |
---|
Serialized Fields |
---|
int direction
BasicArrowButton.getDirection()
Class javax.swing.plaf.basic.BasicBorders.ButtonBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: -157053874580739687L
Serialized Fields |
---|
Color shadow
BasicGraphicsUtils.drawBezel(java.awt.Graphics, int, int, int, int, boolean, boolean, java.awt.Color, java.awt.Color, java.awt.Color, java.awt.Color)
Color darkShadow
BasicGraphicsUtils.drawBezel(java.awt.Graphics, int, int, int, int, boolean, boolean, java.awt.Color, java.awt.Color, java.awt.Color, java.awt.Color)
Color highlight
BasicGraphicsUtils.drawBezel(java.awt.Graphics, int, int, int, int, boolean, boolean, java.awt.Color, java.awt.Color, java.awt.Color, java.awt.Color)
Color lightHighlight
BasicGraphicsUtils.drawBezel(java.awt.Graphics, int, int, int, int, boolean, boolean, java.awt.Color, java.awt.Color, java.awt.Color, java.awt.Color)
Class javax.swing.plaf.basic.BasicBorders.FieldBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: 949220756998454908L
Serialized Fields |
---|
Color shadow
Color darkShadow
Color highlight
Color lightHighlight
Class javax.swing.plaf.basic.BasicBorders.MarginBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: -3035848353448896090L
Class javax.swing.plaf.basic.BasicBorders.MenuBarBorder extends AbstractBorder implements Serializable |
---|
serialVersionUID: -6909056571935227506L
Serialized Fields |
---|
Color shadow
Color highlight
Class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder extends BasicBorders.ButtonBorder implements Serializable |
---|
serialVersionUID: 1596945751743747369L
Class javax.swing.plaf.basic.BasicBorders.RolloverButtonBorder extends BasicBorders.ButtonBorder implements Serializable |
---|
serialVersionUID: 1976364864896996846L
Class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder extends BasicBorders.ButtonBorder implements Serializable |
---|
serialVersionUID: -3528666548001058394L
Class javax.swing.plaf.basic.BasicComboBoxRenderer extends JLabel implements Serializable |
---|
Class javax.swing.plaf.basic.BasicComboBoxRenderer.UIResource extends BasicComboBoxRenderer implements Serializable |
---|
Class javax.swing.plaf.basic.BasicComboPopup extends JPopupMenu implements Serializable |
---|
Serialized Fields |
---|
Timer autoscrollTimer
JComboBox comboBox
boolean hasEntered
boolean isAutoScrolling
ItemListener itemListener
KeyListener keyListener
JList list
ListDataListener listDataListener
MouseListener listMouseListener
MouseMotionListener listMouseMotionListener
ListSelectionListener listSelectionListener
MouseListener mouseListener
MouseMotionListener mouseMotionListener
PropertyChangeListener propertyChangeListener
int scrollDirection
JScrollPane scroller
boolean valueIsAdjusting
Class javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicDesktopPaneUI.MinimizeAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicDesktopPaneUI.OpenAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicDirectoryModel extends AbstractListModel implements Serializable |
---|
Serialized Fields |
---|
Vector<T> contents
Vector<T> directories
Vector<T> files
int listingMode
JFileChooser filechooser
javax.swing.plaf.basic.BasicDirectoryModel.DirectoryLoadThread loadThread
Comparator<T> comparator
Class javax.swing.plaf.basic.BasicFileChooserUI.ApproveSelectionAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicFileChooserUI.CancelSelectionAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicFileChooserUI.ChangeToParentDirectoryAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicFileChooserUI.GoHomeAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicFileChooserUI.NewFolderAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicFileChooserUI.UpdateAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicIconFactory extends Object implements Serializable |
---|
serialVersionUID: 5605588811185324383L
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane extends JComponent implements Serializable |
---|
Serialized Fields |
---|
Action closeAction
Action iconifyAction
Action maximizeAction
Action moveAction
Action restoreAction
Action sizeAction
JButton closeButton
JButton iconButton
JButton maxButton
Icon minIcon
Icon maxIcon
Icon iconIcon
Icon closeIcon
JInternalFrame frame
JMenuBar menuBar
JMenu windowMenu
Color notSelectedTextColor
Color notSelectedTitleColor
Color selectedTextColor
Color selectedTitleColor
PropertyChangeListener propertyChangeListener
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.CloseAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.IconifyAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MaximizeAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MoveAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.RestoreAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SizeAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar extends JMenuBar implements Serializable |
---|
Class javax.swing.plaf.basic.BasicLookAndFeel extends LookAndFeel implements Serializable |
---|
serialVersionUID: -6096995660290287879L
Serialized Fields |
---|
ActionMap audioActionMap
Class javax.swing.plaf.basic.BasicSliderUI.ActionScroller extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicSplitPaneDivider extends Container implements Serializable |
---|
serialVersionUID: 1463404307042803342L
Serialized Fields |
---|
BasicSplitPaneDivider.DragController dragger
null
if the user is currently not dragging
the divider.
BasicSplitPaneUI splitPaneUI
JSplitPane
that contains this divider.
int dividerSize
Component hiddenDivider
JSplitPane splitPane
BasicSplitPaneDivider.MouseHandler mouseHandler
JSplitPane
.
The reason for also handling MouseEvents from the containing
JSplitPane
is that users should be able to start a drag
gesture from inside the JSplitPane, but slightly outisde the divider.
int orientation
JSplitPane
, which
is either JSplitPane.HORIZONTAL_SPLIT
or JSplitPane.VERTICAL_SPLIT
.
JButton leftButton
JSplitPane
.
JButton rightButton
JSplitPane
.
Border border
BasicBorders.SplitPaneDividerBorder
.
BasicSplitPaneDivider.getBorder()
,
BasicSplitPaneDivider.setBorder(javax.swing.border.Border)
boolean centerOneTouchButtons
Class javax.swing.plaf.basic.BasicTextUI.BasicCaret extends DefaultCaret implements Serializable |
---|
Class javax.swing.plaf.basic.BasicToolBarUI.DragWindow extends Window implements Serializable |
---|
Serialized Fields |
---|
Color borderColor
Point offset
Class javax.swing.plaf.basic.BasicTreeUI.TreeCancelEditingAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction extends AbstractAction implements Serializable |
---|
Serialized Fields |
---|
int direction
Class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction extends AbstractAction implements Serializable |
---|
Serialized Fields |
---|
int direction
Class javax.swing.plaf.basic.BasicTreeUI.TreePageAction extends AbstractAction implements Serializable |
---|
Serialized Fields |
---|
int direction
Class javax.swing.plaf.basic.BasicTreeUI.TreeToggleAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction extends AbstractAction implements Serializable |
---|
Serialized Fields |
---|
int direction
Class javax.swing.plaf.basic.DefaultMenuLayout extends BoxLayout implements Serializable |
---|
Package javax.swing.plaf.metal |
---|
Class javax.swing.plaf.metal.MetalBorders.ButtonBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.Flush3DBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.MenuBarBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.MenuItemBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.OptionDialogBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.PaletteBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.RolloverButtonBorder extends MetalBorders.ButtonBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.TableHeaderBorder extends AbstractBorder implements Serializable |
---|
Serialized Fields |
---|
Insets editorBorderInsets
Class javax.swing.plaf.metal.MetalBorders.TextFieldBorder extends MetalBorders.Flush3DBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.ToggleButtonBorder extends MetalBorders.ButtonBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalBorders.ToolBarBorder extends AbstractBorder implements Serializable |
---|
Class javax.swing.plaf.metal.MetalCheckBoxIcon extends Object implements Serializable |
---|
Serialized Fields |
---|
MetalBorders.ButtonBorder border
Class javax.swing.plaf.metal.MetalComboBoxButton extends JButton implements Serializable |
---|
Serialized Fields |
---|
JComboBox comboBox
JList listBox
CellRendererPane rendererPane
Icon comboIcon
boolean iconOnly
Class javax.swing.plaf.metal.MetalComboBoxIcon extends Object implements Serializable |
---|
Class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup extends BasicComboPopup implements Serializable |
---|
Class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxAction extends AbstractAction implements Serializable |
---|
Class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel extends AbstractListModel implements Serializable |
---|
Serialized Fields |
---|
List<E> items
int selectedIndex
Class javax.swing.plaf.metal.MetalFileChooserUI.FileRenderer extends DefaultListCellRenderer implements Serializable |
---|
Class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel extends AbstractListModel implements Serializable |
---|
Serialized Fields |
---|
FileFilter[] filters
Object selected
Class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer extends DefaultListCellRenderer implements Serializable |
---|
Class javax.swing.plaf.metal.MetalIconFactory extends Object implements Serializable |
---|
Class javax.swing.plaf.metal.MetalIconFactory.FileIcon16 extends Object implements Serializable |
---|
Class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16 extends Object implements Serializable |
---|
Class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon extends Object implements Serializable |
---|
Class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean isLight
boolean collapsed
Class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon extends MetalIconFactory.FolderIcon16 implements Serializable |
---|
Class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon extends MetalIconFactory.FileIcon16 implements Serializable |
---|
Class javax.swing.plaf.metal.MetalInternalFrameTitlePane extends BasicInternalFrameTitlePane implements Serializable |
---|
Serialized Fields |
---|
boolean isPalette
Icon paletteCloseIcon
InternalFrame.paletteCloseIcon
.
int paletteTitleHeight
isPalette
is
true
. This value is fetched from the look and feel defaults
using the key InternalFrame.paletteTitleHeight
.
JLabel title
Class javax.swing.plaf.metal.MetalLookAndFeel extends BasicLookAndFeel implements Serializable |
---|
serialVersionUID: 6680646159193457980L
Class javax.swing.plaf.metal.MetalScrollButton extends BasicArrowButton implements Serializable |
---|
Serialized Fields |
---|
int buttonWidth
boolean freeStanding
Package javax.swing.table |
---|
Class javax.swing.table.AbstractTableModel extends Object implements Serializable |
---|
serialVersionUID: -5798593159423650347L
Serialized Fields |
---|
EventListenerList listenerList
Class javax.swing.table.DefaultTableCellRenderer extends JLabel implements Serializable |
---|
serialVersionUID: 7878911414715528324L
Serialized Fields |
---|
Color foreground
Color background
Class javax.swing.table.DefaultTableCellRenderer.UIResource extends DefaultTableCellRenderer implements Serializable |
---|
Class javax.swing.table.DefaultTableColumnModel extends Object implements Serializable |
---|
serialVersionUID: 6580012493508960512L
Serialized Fields |
---|
Vector<T> tableColumns
ListSelectionModel selectionModel
int columnMargin
1
).
EventListenerList listenerList
boolean columnSelectionAllowed
int totalColumnWidth
Class javax.swing.table.DefaultTableModel extends AbstractTableModel implements Serializable |
---|
serialVersionUID: 6680042567037222321L
Serialized Fields |
---|
Vector<T> dataVector
Vector
).
Vector<T> columnIdentifiers
Class javax.swing.table.JTableHeader extends JComponent implements Serializable |
---|
serialVersionUID: 5144633983372967710L
Serialized Fields |
---|
TableColumnModel columnModel
TableColumn draggedColumn
int draggedDistance
boolean opaque
boolean reorderingAllowed
boolean resizingAllowed
TableColumn resizingColumn
JTable table
boolean updateTableInRealTime
TableCellRenderer cellRenderer
Class javax.swing.table.JTableHeader.AccessibleJTableHeader extends JComponent.AccessibleJComponent implements Serializable |
---|
Class javax.swing.table.TableColumn extends Object implements Serializable |
---|
serialVersionUID: -6113660025878112608L
Serialized Fields |
---|
int modelIndex
Object identifier
int width
int minWidth
int preferredWidth
int maxWidth
TableCellRenderer headerRenderer
Object headerValue
TableCellRenderer cellRenderer
TableCellEditor cellEditor
boolean isResizable
true
).
SwingPropertyChangeSupport changeSupport
Package javax.swing.text |
---|
Class javax.swing.text.AbstractDocument extends Object implements Serializable |
---|
serialVersionUID: 6842927725919637215L
Serialized Fields |
---|
AbstractDocument.Content content
Document
.
AbstractDocument.AttributeContext context
Document
.
DocumentFilter documentFilter
DocumentFilter
.
Dictionary<K,V> properties
EventListenerList listenerList
Document
.
Thread currentWriter
int numReaders
int numWriters
DocumentFilter.FilterBypass bypass
javax.swing.text.AbstractDocument.BidiRootElement bidiRoot
Class javax.swing.text.AbstractDocument.AbstractElement extends Object implements Serializable |
---|
serialVersionUID: 1712240033321461704L
Serialized Fields |
---|
int count
int offset
AttributeSet attributes
Element element_parent
TreeNode tree_parent
Vector<T> tree_children
Class javax.swing.text.AbstractDocument.BranchElement extends AbstractDocument.AbstractElement implements Serializable |
---|
serialVersionUID: -6037216547466333183L
Serialized Fields |
---|
Element[] children
int numChildren
int lastIndex
Class javax.swing.text.AbstractDocument.DefaultDocumentEvent extends CompoundEdit implements Serializable |
---|
serialVersionUID: 5230037221564563284L
Serialized Fields |
---|
int offset
int length
DocumentEvent.EventType type
HashMap<K,V> changes
Element
to their change records. This is only
used when the changes array gets too big. We can use an
(unsync'ed) HashMap here, since changes to this are (should) always
be performed inside a write lock.
boolean modified
Class javax.swing.text.AbstractDocument.ElementEdit extends AbstractUndoableEdit implements Serializable |
---|
serialVersionUID: -1216620962142928304L
Serialized Fields |
---|
Element elem
int index
Element[] removed
Element[] added
Class javax.swing.text.AbstractDocument.LeafElement extends AbstractDocument.AbstractElement implements Serializable |
---|
serialVersionUID: -8906306331347768017L
Serialized Fields |
---|
Position startPos
Position endPos
Class javax.swing.text.BadLocationException extends Exception implements Serializable |
---|
serialVersionUID: -7712259886815656766L
Serialized Fields |
---|
int offset
Class javax.swing.text.ChangedCharSetException extends IOException implements Serializable |
---|
serialVersionUID: 9119851554465432389L
Serialized Fields |
---|
String m_charSetSpec
boolean m_charSetKey
Class javax.swing.text.DateFormatter extends InternationalFormatter implements Serializable |
---|
serialVersionUID: 5423279572591848797L
Class javax.swing.text.DefaultCaret extends Rectangle implements Serializable |
---|
serialVersionUID: 4325555698756477346L
Serialized Fields |
---|
int policy
ChangeEvent changeEvent
ChangeEvent
that is fired by DefaultCaret.fireStateChanged()
.
EventListenerList listenerList
DocumentListener documentListener
PropertyChangeListener propertyChangeListener
JTextComponent textComponent
boolean selectionVisible
int blinkRate
Caret
.
int dot
int mark
Point magicCaretPosition
boolean visible
Caret
is currently visible or not. This is
package private to avoid an accessor method.
boolean active
false
the caret is not drawn.
Object highlightEntry
Timer blinkTimer
javax.swing.text.DefaultCaret.BlinkTimerListener blinkListener
NavigationFilter.FilterBypass bypass
NavigationFilter.FilterBypass
instance which
is provided to the a NavigationFilter
to
unconditionally set or move the caret.
Class javax.swing.text.DefaultEditorKit extends EditorKit implements Serializable |
---|
serialVersionUID: 9017245433028523428L
Class javax.swing.text.DefaultEditorKit.BeepAction extends TextAction implements Serializable |
---|
Class javax.swing.text.DefaultEditorKit.CopyAction extends TextAction implements Serializable |
---|
Class javax.swing.text.DefaultEditorKit.CutAction extends TextAction implements Serializable |
---|
Class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction extends TextAction implements Serializable |
---|
Class javax.swing.text.DefaultEditorKit.InsertBreakAction extends TextAction implements Serializable |
---|
Class javax.swing.text.DefaultEditorKit.InsertContentAction extends TextAction implements Serializable |
---|
Class javax.swing.text.DefaultEditorKit.InsertTabAction extends TextAction implements Serializable |
---|
Class javax.swing.text.DefaultEditorKit.PasteAction extends TextAction implements Serializable |
---|
Class javax.swing.text.DefaultFormatter extends JFormattedTextField.AbstractFormatter implements Serializable |
---|
serialVersionUID: -355018354457785329L
Serialized Fields |
---|
boolean commitsOnValidEdit
boolean overwriteMode
true
newly inserted characters overwrite existing
values, otherwise insertion is done the normal way.
boolean allowsInvalid
true
invalid edits are allowed for a limited
time.
Class<T> valueClass
Class javax.swing.text.DefaultFormatterFactory extends JFormattedTextField.AbstractFormatterFactory implements Serializable |
---|
Serialized Fields |
---|
JFormattedTextField.AbstractFormatter defaultFormatter
JFormattedTextField.AbstractFormatter editFormatter
nullFormatter
has been specified.
JFormattedTextField.AbstractFormatter displayFormatter
nullFormatter
has been specified.
JFormattedTextField.AbstractFormatter nullFormatter
Class javax.swing.text.DefaultStyledDocument extends AbstractDocument implements Serializable |
---|
serialVersionUID: 940485415728614849L
Serialized Fields |
---|
DefaultStyledDocument.ElementBuffer buffer
EditorBuffer
that is used to manage to
Element
hierarchy.
javax.swing.text.DefaultStyledDocument.StyleChangeListener styleChangeListener
Class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit extends AbstractUndoableEdit implements Serializable |
---|
Serialized Fields |
---|
AttributeSet copy
AttributeSet newAttributes
boolean isReplacing
Element element
Class javax.swing.text.DefaultStyledDocument.ElementBuffer extends Object implements Serializable |
---|
serialVersionUID: 1688745877691146623L
Serialized Fields |
---|
Element root
int offset
int endOffset
int length
int pos
Element fracturedParent
Element fracturedChild
boolean createdFracture
Stack<T> elementStack
javax.swing.text.DefaultStyledDocument.ElementBuffer.Edit[] insertPath
boolean recreateLeafs
ArrayList<E> edits
boolean offsetLastIndex
boolean offsetLastIndexReplace
Class javax.swing.text.DefaultStyledDocument.SectionElement extends AbstractDocument.BranchElement implements Serializable |
---|
Class javax.swing.text.EditorKit extends Object implements Serializable |
---|
serialVersionUID: -5044124649345887822L
Class javax.swing.text.GapContent extends Object implements Serializable |
---|
serialVersionUID: -6226052713477823730L
Serialized Fields |
---|
char[] buffer
int gapStart
int gapEnd
ArrayList<E> marks
int garbageMarks
javax.swing.text.GapContent.Mark searchMark
ReferenceQueue<T> queueOfDeath
Class javax.swing.text.InternationalFormatter extends DefaultFormatter implements Serializable |
---|
serialVersionUID: 2436068675711756856L
Serialized Fields |
---|
Format format
Comparable<T> minimum
Comparable<T> maximum
Class javax.swing.text.JTextComponent extends JComponent implements Serializable |
---|
serialVersionUID: -8796518220218978795L
Serialized Fields |
---|
Keymap keymap
char focusAccelerator
NavigationFilter navigationFilter
Document doc
Caret caret
boolean editable
Highlighter highlighter
Color caretColor
Color disabledTextColor
Color selectedTextColor
Color selectionColor
Insets margin
boolean dragEnabled
Class javax.swing.text.JTextComponent.AccessibleJTextComponent extends JComponent.AccessibleJComponent implements Serializable |
---|
serialVersionUID: 7664188944091413696L
Serialized Fields |
---|
int caretDot
Class javax.swing.text.MaskFormatter extends DefaultFormatter implements Serializable |
---|
Serialized Fields |
---|
String mask
String invalidChars
String validChars
String placeHolder
char placeHolderChar
boolean valueContainsLiteralCharacters
int maskLength
Class javax.swing.text.NumberFormatter extends InternationalFormatter implements Serializable |
---|
Class javax.swing.text.PlainDocument extends AbstractDocument implements Serializable |
---|
serialVersionUID: 4758290289196893664L
Serialized Fields |
---|
Element rootElement
Class javax.swing.text.SimpleAttributeSet extends Object implements Serializable |
---|
serialVersionUID: 8267656273837665219L
Serialized Fields |
---|
Hashtable<K,V> tab
Class javax.swing.text.StringContent extends Object implements Serializable |
---|
serialVersionUID: 4755994433709540381L
Serialized Fields |
---|
char[] content
int count
Vector<T> marks
ReferenceQueue<T> queueOfDeath
Class javax.swing.text.StyleContext extends Object implements Serializable |
---|
serialVersionUID: 8042858831190784241L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
StyleContext.NamedStyle styles
Class javax.swing.text.StyleContext.NamedStyle extends Object implements Serializable |
---|
serialVersionUID: -6690628971806226374L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
EventListenerList listenerList
Class javax.swing.text.StyledEditorKit extends DefaultEditorKit implements Serializable |
---|
serialVersionUID: 7002391892985555948L
Serialized Fields |
---|
Element currentRun
Element
at the current caret position. This
is updated by CaretTracker
.
MutableAttributeSet inputAttributes
CaretTracker
.
javax.swing.text.StyledEditorKit.CaretTracker caretTracker
javax.swing.text.StyledEditorKit.StyledViewFactory viewFactory
Class javax.swing.text.StyledEditorKit.AlignmentAction extends StyledEditorKit.StyledTextAction implements Serializable |
---|
Serialized Fields |
---|
int a
Class javax.swing.text.StyledEditorKit.BoldAction extends StyledEditorKit.StyledTextAction implements Serializable |
---|
Class javax.swing.text.StyledEditorKit.FontFamilyAction extends StyledEditorKit.StyledTextAction implements Serializable |
---|
Serialized Fields |
---|
String family
Class javax.swing.text.StyledEditorKit.FontSizeAction extends StyledEditorKit.StyledTextAction implements Serializable |
---|
Serialized Fields |
---|
int size
Class javax.swing.text.StyledEditorKit.ForegroundAction extends StyledEditorKit.StyledTextAction implements Serializable |
---|
Serialized Fields |
---|
Color fg
Class javax.swing.text.StyledEditorKit.ItalicAction extends StyledEditorKit.StyledTextAction implements Serializable |
---|
Class javax.swing.text.StyledEditorKit.StyledTextAction extends TextAction implements Serializable |
---|
Class javax.swing.text.StyledEditorKit.UnderlineAction extends StyledEditorKit.StyledTextAction implements Serializable |
---|
Class javax.swing.text.TabSet extends Object implements Serializable |
---|
serialVersionUID: 2367703481999080593L
Serialized Fields |
---|
TabStop[] tabs
Class javax.swing.text.TabStop extends Object implements Serializable |
---|
serialVersionUID: -5381995917363605058L
Serialized Fields |
---|
float pos
int align
int leader
Class javax.swing.text.TextAction extends AbstractAction implements Serializable |
---|
Package javax.swing.text.html |
---|
Class javax.swing.text.html.CSS extends Object implements Serializable |
---|
Class javax.swing.text.html.FormSubmitEvent extends HTMLFrameHyperlinkEvent implements Serializable |
---|
Serialized Fields |
---|
FormSubmitEvent.MethodType method
String data
Class javax.swing.text.html.HTML.UnknownTag extends HTML.Tag implements Serializable |
---|
serialVersionUID: -1534369342247250625L
Class javax.swing.text.html.HTMLDocument extends DefaultStyledDocument implements Serializable |
---|
Serialized Fields |
---|
URL baseURL
boolean preservesUnknownTags
int tokenThreshold
HTMLEditorKit.Parser parser
boolean frameDocument
String baseTarget
Class javax.swing.text.html.HTMLDocument.BlockElement extends AbstractDocument.BranchElement implements Serializable |
---|
Class javax.swing.text.html.HTMLDocument.RunElement extends AbstractDocument.LeafElement implements Serializable |
---|
Class javax.swing.text.html.HTMLEditorKit extends StyledEditorKit implements Serializable |
---|
serialVersionUID: 8751997116710384592L
Serialized Fields |
---|
StyleSheet styleSheet
HTMLEditorKit.HTMLFactory viewFactory
Cursor linkCursor
Cursor defaultCursor
HTMLEditorKit.Parser parser
HTMLEditorKit.LinkController linkController
String contentType
MutableAttributeSet inputAttributes
JEditorPane editorPane
boolean autoFormSubmission
HTMLEditorKit.isAutoFormSubmission()
,
HTMLEditorKit.setAutoFormSubmission(boolean)
Class javax.swing.text.html.HTMLEditorKit.HTMLTextAction extends StyledEditorKit.StyledTextAction implements Serializable |
---|
Class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction extends HTMLEditorKit.HTMLTextAction implements Serializable |
---|
Serialized Fields |
---|
HTML.Tag addTag
HTML.Tag alternateAddTag
HTML.Tag alternateParentTag
String html
HTML.Tag parentTag
Class javax.swing.text.html.HTMLEditorKit.LinkController extends MouseAdapter implements Serializable |
---|
Serialized Fields |
---|
Element lastAnchorElement
Class javax.swing.text.html.HTMLFrameHyperlinkEvent extends HyperlinkEvent implements Serializable |
---|
Serialized Fields |
---|
String target_frame
Class javax.swing.text.html.StyleSheet extends StyleContext implements Serializable |
---|
Serialized Fields |
---|
URL base
int baseFontSize
ArrayList<E> linked
ArrayList<E> css
HashMap<K,V> resolvedStyles
Class javax.swing.text.html.StyleSheet.BoxPainter extends Object implements Serializable |
---|
Serialized Fields |
---|
float leftInset
float rightInset
float topInset
float bottomInset
Border border
float leftPadding
float rightPadding
float topPadding
float bottomPadding
Color background
Class javax.swing.text.html.StyleSheet.ListPainter extends Object implements Serializable |
---|
Serialized Fields |
---|
AttributeSet attributes
StyleSheet styleSheet
String type
Rectangle tmpRect
Package javax.swing.text.html.parser |
---|
Class javax.swing.text.html.parser.AttributeList extends Object implements Serializable |
---|
serialVersionUID: -1361214058742015233L
Serialized Fields |
---|
AttributeList next
String name
String value
Vector<T> values
int modifier
int type
Class javax.swing.text.html.parser.ContentModel extends Object implements Serializable |
---|
serialVersionUID: -1130825523866321257L
Serialized Fields |
---|
ContentModel next
Object content
int type
next
(or for this node, if it is
an unary operation.
Class javax.swing.text.html.parser.Element extends Object implements Serializable |
---|
serialVersionUID: -6717939384601675586L
Serialized Fields |
---|
AttributeList atts
BitSet exclusions
BitSet inclusions
ContentModel content
Object data
String name
boolean oEnd
<hr>
are
not required to have the end tags.
boolean oStart
<head>
or
<body>
) are
not required to have the start tags.
int index
inclusions
and exclusions
bit set.
int type
Class javax.swing.text.html.parser.ParserDelegator extends HTMLEditorKit.Parser implements Serializable |
---|
serialVersionUID: -1276686502624777206L
Serialized Fields |
---|
HTMLEditorKit.ParserCallback callBack
javax.swing.text.html.parser.ParserDelegator.gnuParser gnu
Package javax.swing.text.rtf |
---|
Class javax.swing.text.rtf.RTFEditorKit extends StyledEditorKit implements Serializable |
---|
Package javax.swing.tree |
---|
Class javax.swing.tree.DefaultMutableTreeNode extends Object implements Serializable |
---|
serialVersionUID: -4298474751201349152L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
- If an error occurs
ClassNotFoundException
- TODOprivate void writeObject(ObjectOutputStream stream) throws IOException
IOException
- If an error occursSerialized Fields |
---|
MutableTreeNode parent
null
).
Vector<T> children
boolean allowsChildren
Class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField extends JTextField implements Serializable |
---|
serialVersionUID: -6629304544265300143L
Serialized Fields |
---|
Border border
Class javax.swing.tree.DefaultTreeCellEditor.EditorContainer extends Container implements Serializable |
---|
serialVersionUID: 6470339600449699810L
Class javax.swing.tree.DefaultTreeCellRenderer extends JLabel implements Serializable |
---|
Serialized Fields |
---|
boolean selected
boolean hasFocus
boolean drawsFocusBorderAroundIcon
Color textSelectionColor
DefaultTreeCellRenderer.setTextSelectionColor(Color)
Color textNonSelectionColor
DefaultTreeCellRenderer.setTextNonSelectionColor(Color)
Color backgroundSelectionColor
DefaultTreeCellRenderer.setBackgroundSelectionColor(Color)
Color backgroundNonSelectionColor
DefaultTreeCellRenderer.setBackgroundNonSelectionColor(Color)
Color borderSelectionColor
DefaultTreeCellRenderer.setBorderSelectionColor(Color)
Class javax.swing.tree.DefaultTreeModel extends Object implements Serializable |
---|
serialVersionUID: -2621068368932566998L
Serialization Methods |
---|
private void readObject(ObjectInputStream value0) throws IOException, ClassNotFoundException
IOException
- TODO
ClassNotFoundException
- TODOprivate void writeObject(ObjectOutputStream obj) throws IOException
IOException
- TODOSerialized Fields |
---|
TreeNode root
EventListenerList listenerList
boolean asksAllowsChildren
Class javax.swing.tree.DefaultTreeSelectionModel extends Object implements Serializable |
---|
serialVersionUID: 3288129636638950196L
Serialization Methods |
---|
private void readObject(ObjectInputStream value0) throws IOException, ClassNotFoundException
IOException
- TODO
ClassNotFoundException
- TODOprivate void writeObject(ObjectOutputStream value0) throws IOException
IOException
- TODOSerialized Fields |
---|
SwingPropertyChangeSupport changeSupport
TreePath[] selection
EventListenerList listenerList
DefaultListSelectionModel listSelectionModel
int selectionMode
TreePath leadPath
int leadIndex
int leadRow
Class javax.swing.tree.ExpandVetoException extends Exception implements Serializable |
---|
Serialized Fields |
---|
TreeExpansionEvent event
Class javax.swing.tree.TreePath extends Object implements Serializable |
---|
serialVersionUID: 4380036194768077479L
Serialized Fields |
---|
Object[] path
DefaultTreeSelectionModel.clone()
assumes that the TreePath is immutable, so it is marked final here.
Package javax.swing.undo |
---|
Class javax.swing.undo.AbstractUndoableEdit extends Object implements Serializable |
---|
serialVersionUID: 580150227676302096L
Serialized Fields |
---|
boolean hasBeenDone
true
means that the action was performed, or that
a redo operation was successful. A value of false
means that the action has not yet performed, or that an undo
operation was successful.
boolean alive
true
by the constructor, and to
false
by the AbstractUndoableEdit.die()
method.
Class javax.swing.undo.CannotRedoException extends RuntimeException implements Serializable |
---|
Class javax.swing.undo.CannotUndoException extends RuntimeException implements Serializable |
---|
Class javax.swing.undo.CompoundEdit extends AbstractUndoableEdit implements Serializable |
---|
serialVersionUID: -6512679249930119683L
Serialized Fields |
---|
Vector<T> edits
UndoableEdit
s being combined into a compound
editing action.
boolean inProgress
true
. The CompoundEdit.end()
method changes the flag to
false
.
Class javax.swing.undo.StateEdit extends AbstractUndoableEdit implements Serializable |
---|
Serialized Fields |
---|
StateEditable object
StateEdit
.
Hashtable<K,V> preState
object
at the time of constructing
this StateEdit
.
Hashtable<K,V> postState
object
at the time when StateEdit.end()
was called.
String undoRedoName
Class javax.swing.undo.UndoManager extends CompoundEdit implements Serializable |
---|
serialVersionUID: -2077529998244066750L
Serialized Fields |
---|
int indexOfNextAdd
CompoundEdit.edits
Vector that indicates
at which position newly added editing actions would get inserted.
Normally, the value of indexOfNextAdd
equals
the number of UndoableEdits stored by this UndoManager, i.e.
edits.size()
. For each call to UndoManager.undo()
,
indexOfNextAdd
is decremented by one. For each
call to UndoManager.redo()
, it is incremented again.
int limit
Package javax.transaction |
---|
Class javax.transaction.HeuristicCommitException extends Exception implements Serializable |
---|
Class javax.transaction.HeuristicMixedException extends Exception implements Serializable |
---|
Class javax.transaction.HeuristicRollbackException extends Exception implements Serializable |
---|
Class javax.transaction.InvalidTransactionException extends RemoteException implements Serializable |
---|
Class javax.transaction.NotSupportedException extends Exception implements Serializable |
---|
Class javax.transaction.RollbackException extends Exception implements Serializable |
---|
Class javax.transaction.SystemException extends Exception implements Serializable |
---|
Serialized Fields |
---|
int errorCode
Class javax.transaction.TransactionRequiredException extends RemoteException implements Serializable |
---|
Class javax.transaction.TransactionRolledbackException extends RemoteException implements Serializable |
---|
Package javax.transaction.xa |
---|
Class javax.transaction.xa.XAException extends Exception implements Serializable |
---|
Serialized Fields |
---|
int errorCode
Package javax.xml.datatype |
---|
Class javax.xml.datatype.DatatypeConfigurationException extends Exception implements Serializable |
---|
Package javax.xml.namespace |
---|
Class javax.xml.namespace.QName extends Object implements Serializable |
---|
serialVersionUID: 4418622981026545151L
Serialized Fields |
---|
String namespaceURI
String localPart
String prefix
Package javax.xml.parsers |
---|
Class javax.xml.parsers.FactoryConfigurationError extends Error implements Serializable |
---|
Serialized Fields |
---|
Exception exception
Class javax.xml.parsers.ParserConfigurationException extends Exception implements Serializable |
---|
Package javax.xml.stream |
---|
Class javax.xml.stream.FactoryConfigurationError extends Error implements Serializable |
---|
Serialized Fields |
---|
Exception exception
Class javax.xml.stream.XMLStreamException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Location location
Throwable nested
Package javax.xml.transform |
---|
Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable |
---|
serialVersionUID: 1285547467942875745L
Class javax.xml.transform.TransformerException extends Exception implements Serializable |
---|
serialVersionUID: 975798773772956428L
Serialized Fields |
---|
SourceLocator locator
Throwable containedException
Class javax.xml.transform.TransformerFactoryConfigurationError extends Error implements Serializable |
---|
serialVersionUID: -6527718720676281516L
Serialized Fields |
---|
Exception exception
Package javax.xml.xpath |
---|
Class javax.xml.xpath.XPathException extends Exception implements Serializable |
---|
serialVersionUID: -1837080260374986980L
Serialized Fields |
---|
Throwable cause
Class javax.xml.xpath.XPathExpressionException extends XPathException implements Serializable |
---|
serialVersionUID: -1837080260374986980L
Class javax.xml.xpath.XPathFactoryConfigurationException extends XPathException implements Serializable |
---|
serialVersionUID: -1837080260374986980L
Class javax.xml.xpath.XPathFunctionException extends XPathExpressionException implements Serializable |
---|
serialVersionUID: -1837080260374986980L
Package org.ietf.jgss |
---|
Class org.ietf.jgss.GSSException extends Exception implements Serializable |
---|
serialVersionUID: -2706218945227726672L
Serialized Fields |
---|
int major
int minor
String minorString
ResourceBundle messages
Package org.omg.CORBA |
---|
Class org.omg.CORBA._IDLTypeStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: 9150293942452453626L
Class org.omg.CORBA._PolicyStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: 2453656196708903849L
Class org.omg.CORBA.ACTIVITY_COMPLETED extends SystemException implements Serializable |
---|
serialVersionUID: 463786710302308798L
Class org.omg.CORBA.ACTIVITY_REQUIRED extends SystemException implements Serializable |
---|
serialVersionUID: -5684213471781455027L
Class org.omg.CORBA.Any extends Object implements Serializable |
---|
serialVersionUID: 1217179597823814463L
Class org.omg.CORBA.BAD_CONTEXT extends SystemException implements Serializable |
---|
serialVersionUID: -5025677944847478264L
Class org.omg.CORBA.BAD_INV_ORDER extends SystemException implements Serializable |
---|
serialVersionUID: 7273325995832240406L
Class org.omg.CORBA.BAD_OPERATION extends SystemException implements Serializable |
---|
serialVersionUID: 1654621651720499682L
Class org.omg.CORBA.BAD_PARAM extends SystemException implements Serializable |
---|
serialVersionUID: 1917109334939470379L
Class org.omg.CORBA.BAD_QOS extends SystemException implements Serializable |
---|
serialVersionUID: 4746597571263117454L
Class org.omg.CORBA.BAD_TYPECODE extends SystemException implements Serializable |
---|
serialVersionUID: 6193364410915696901L
Class org.omg.CORBA.Bounds extends UserException implements Serializable |
---|
Class org.omg.CORBA.CODESET_INCOMPATIBLE extends SystemException implements Serializable |
---|
serialVersionUID: -8784048396454171789L
Class org.omg.CORBA.COMM_FAILURE extends SystemException implements Serializable |
---|
serialVersionUID: 294856734784364267L
Class org.omg.CORBA.CompletionStatus extends Object implements Serializable |
---|
serialVersionUID: -9047319660881406859L
Serialized Fields |
---|
int _value
Class org.omg.CORBA.DATA_CONVERSION extends SystemException implements Serializable |
---|
serialVersionUID: 1874869932271600956L
Class org.omg.CORBA.DefinitionKind extends Object implements Serializable |
---|
serialVersionUID: -8601167576704143376L
Serialized Fields |
---|
int kind
Class org.omg.CORBA.FREE_MEM extends SystemException implements Serializable |
---|
serialVersionUID: -1333559476995791982L
Class org.omg.CORBA.IMP_LIMIT extends SystemException implements Serializable |
---|
serialVersionUID: -8086463494577448422L
Class org.omg.CORBA.INITIALIZE extends SystemException implements Serializable |
---|
serialVersionUID: -3753094599663690309L
Class org.omg.CORBA.INTERNAL extends SystemException implements Serializable |
---|
serialVersionUID: 3771336866139357605L
Class org.omg.CORBA.INTF_REPOS extends SystemException implements Serializable |
---|
serialVersionUID: 722572694720671863L
Class org.omg.CORBA.INV_FLAG extends SystemException implements Serializable |
---|
serialVersionUID: -4863924749863817671L
Class org.omg.CORBA.INV_IDENT extends SystemException implements Serializable |
---|
serialVersionUID: 4399295047946553530L
Class org.omg.CORBA.INV_OBJREF extends SystemException implements Serializable |
---|
serialVersionUID: -7238811948257685034L
Class org.omg.CORBA.INV_POLICY extends SystemException implements Serializable |
---|
serialVersionUID: -7823113107689030975L
Class org.omg.CORBA.INVALID_ACTIVITY extends SystemException implements Serializable |
---|
serialVersionUID: 7907846629733712546L
Class org.omg.CORBA.INVALID_TRANSACTION extends SystemException implements Serializable |
---|
serialVersionUID: -4265126403821571697L
Class org.omg.CORBA.MARSHAL extends SystemException implements Serializable |
---|
serialVersionUID: 7416408250336395546L
Class org.omg.CORBA.NameValuePair extends Object implements Serializable |
---|
serialVersionUID: 7000741877654946223L
Serialized Fields |
---|
Any value
String id
Class org.omg.CORBA.NO_IMPLEMENT extends SystemException implements Serializable |
---|
serialVersionUID: 3519190655657192112L
Class org.omg.CORBA.NO_MEMORY extends SystemException implements Serializable |
---|
serialVersionUID: -4591569617929689285L
Class org.omg.CORBA.NO_PERMISSION extends SystemException implements Serializable |
---|
serialVersionUID: -1533969523582458479L
Class org.omg.CORBA.NO_RESOURCES extends SystemException implements Serializable |
---|
serialVersionUID: 8129246118235803597L
Class org.omg.CORBA.NO_RESPONSE extends SystemException implements Serializable |
---|
serialVersionUID: 1971973765161647047L
Class org.omg.CORBA.OBJ_ADAPTER extends SystemException implements Serializable |
---|
serialVersionUID: -1516541344234786928L
Class org.omg.CORBA.OBJECT_NOT_EXIST extends SystemException implements Serializable |
---|
serialVersionUID: 7226958015420512389L
Class org.omg.CORBA.ParameterMode extends Object implements Serializable |
---|
serialVersionUID: 1521598391932998229L
Serialized Fields |
---|
int value
Class org.omg.CORBA.PERSIST_STORE extends SystemException implements Serializable |
---|
serialVersionUID: -6835478548864681965L
Class org.omg.CORBA.PolicyError extends UserException implements Serializable |
---|
serialVersionUID: -9196809779974700103L
Serialized Fields |
---|
short reason
BAD_POLICY
, BAD_POLICY_TYPE
,
BAD_POLICY_VALUE
, UNSUPPORTED_POLICY
,
UNSUPPORTED_POLICY_VALUE
.
Class org.omg.CORBA.REBIND extends SystemException implements Serializable |
---|
serialVersionUID: 823920851143467547L
Class org.omg.CORBA.ServiceDetail extends Object implements Serializable |
---|
Serialized Fields |
---|
int service_detail_type
byte[] service_detail
Class org.omg.CORBA.ServiceInformation extends Object implements Serializable |
---|
Serialized Fields |
---|
ServiceDetail[] service_details
int[] service_options
Class org.omg.CORBA.SetOverrideType extends Object implements Serializable |
---|
serialVersionUID: -2761857189425106972L
Serialized Fields |
---|
int _value
Class org.omg.CORBA.StructMember extends Object implements Serializable |
---|
serialVersionUID: 2762280796480753206L
Serialized Fields |
---|
IDLType type_def
String name
TypeCode type
Class org.omg.CORBA.SystemException extends RuntimeException implements Serializable |
---|
serialVersionUID: -8486391734674855519L
Serialized Fields |
---|
CompletionStatus completed
int minor
Contains more details about the exception. The lower 12 bits contain a code, defining the reason why exception has been thrown. The higher 20 bits hold "Vendor Minor Codeset ID" (VMCID).
The Classpath specifice minor exception codes are documented in the headers
of the corresponding exceptions (for instance, MARSHAL
).
OMGVMCID
Class org.omg.CORBA.TIMEOUT extends SystemException implements Serializable |
---|
serialVersionUID: 4674850648191359518L
Class org.omg.CORBA.TRANSACTION_MODE extends SystemException implements Serializable |
---|
serialVersionUID: 681236728492128745L
Class org.omg.CORBA.TRANSACTION_REQUIRED extends SystemException implements Serializable |
---|
serialVersionUID: -1900254548742148576L
Class org.omg.CORBA.TRANSACTION_ROLLEDBACK extends SystemException implements Serializable |
---|
serialVersionUID: -343903462439281571L
Class org.omg.CORBA.TRANSACTION_UNAVAILABLE extends SystemException implements Serializable |
---|
serialVersionUID: 6340246200933309385L
Class org.omg.CORBA.TRANSIENT extends SystemException implements Serializable |
---|
serialVersionUID: 8168539547719791425L
Class org.omg.CORBA.TypeCode extends Object implements Serializable |
---|
serialVersionUID: -6521025782489515676L
Class org.omg.CORBA.UnionMember extends Object implements Serializable |
---|
serialVersionUID: 5506049694216071974L
Serialized Fields |
---|
Any label
IDLType type_def
String name
TypeCode type
Class org.omg.CORBA.UNKNOWN extends SystemException implements Serializable |
---|
serialVersionUID: -3556426185741898205L
Class org.omg.CORBA.UnknownUserException extends UserException implements Serializable |
---|
serialVersionUID: 3106202258203879281L
Serialized Fields |
---|
Any except
Class org.omg.CORBA.UserException extends Exception implements Serializable |
---|
serialVersionUID: -6594940734566091244L
Class org.omg.CORBA.ValueMember extends Object implements Serializable |
---|
serialVersionUID: -2507594168537449114L
Serialized Fields |
---|
IDLType type_def
String defined_in
String id
String name
String version
TypeCode type
short access
PUBLIC_MEMBER.value
or
PRIVATE_MEMBER.value
.
Class org.omg.CORBA.WrongTransaction extends UserException implements Serializable |
---|
Package org.omg.CORBA.DynAnyPackage |
---|
Class org.omg.CORBA.DynAnyPackage.Invalid extends UserException implements Serializable |
---|
serialVersionUID: -8258194490767575588L
Class org.omg.CORBA.DynAnyPackage.InvalidSeq extends UserException implements Serializable |
---|
serialVersionUID: -5678460771857763522L
Class org.omg.CORBA.DynAnyPackage.InvalidValue extends UserException implements Serializable |
---|
serialVersionUID: -4741963043279146697L
Class org.omg.CORBA.DynAnyPackage.TypeMismatch extends UserException implements Serializable |
---|
serialVersionUID: 2763424591181102501L
Package org.omg.CORBA.ORBPackage |
---|
Class org.omg.CORBA.ORBPackage.InconsistentTypeCode extends UserException implements Serializable |
---|
serialVersionUID: -4393472660722667060L
Class org.omg.CORBA.ORBPackage.InvalidName extends UserException implements Serializable |
---|
serialVersionUID: 6635923991559230168L
Package org.omg.CORBA.portable |
---|
Class org.omg.CORBA.portable.ApplicationException extends Exception implements Serializable |
---|
serialVersionUID: -2088103024111528125L
Serialized Fields |
---|
InputStream m_input
String m_id
Class org.omg.CORBA.portable.IndirectionException extends SystemException implements Serializable |
---|
serialVersionUID: -1923858944380721643L
Serialized Fields |
---|
int offset
Class org.omg.CORBA.portable.RemarshalException extends Exception implements Serializable |
---|
serialVersionUID: -7025491253080954918L
Class org.omg.CORBA.portable.UnknownException extends SystemException implements Serializable |
---|
serialVersionUID: 1725238280802233450L
Serialized Fields |
---|
Throwable originalEx
Package org.omg.CORBA.TypeCodePackage |
---|
Class org.omg.CORBA.TypeCodePackage.BadKind extends UserException implements Serializable |
---|
serialVersionUID: 1030443154456771956L
Class org.omg.CORBA.TypeCodePackage.Bounds extends UserException implements Serializable |
---|
serialVersionUID: -5418177951071152101L
Package org.omg.CosNaming |
---|
Class org.omg.CosNaming._BindingIteratorImplBase extends DynamicImplementation implements Serializable |
---|
serialVersionUID: 3472591176635005503L
Class org.omg.CosNaming._BindingIteratorStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: 8969257760771186704L
Serialized Fields |
---|
boolean destroyed
Class org.omg.CosNaming._NamingContextExtImplBase extends _NamingContextImplBase implements Serializable |
---|
Class org.omg.CosNaming._NamingContextExtStub extends _NamingContextStub implements Serializable |
---|
serialVersionUID: 6333293895664182866L
Serialized Fields |
---|
NameTransformer converter
Class org.omg.CosNaming._NamingContextImplBase extends DynamicImplementation implements Serializable |
---|
serialVersionUID: -114280294134561035L
Class org.omg.CosNaming._NamingContextStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: 6835430958405349379L
Class org.omg.CosNaming.Binding extends Object implements Serializable |
---|
Serialized Fields |
---|
BindingType binding_type
NameComponent[] binding_name
Class org.omg.CosNaming.BindingType extends Object implements Serializable |
---|
serialVersionUID: 3735105633408228513L
Serialized Fields |
---|
int type
Class org.omg.CosNaming.NameComponent extends Object implements Serializable |
---|
serialVersionUID: -1052538183391762390L
Serialized Fields |
---|
String id
String kind
Package org.omg.CosNaming.NamingContextExtPackage |
---|
Class org.omg.CosNaming.NamingContextExtPackage.InvalidAddress extends UserException implements Serializable |
---|
serialVersionUID: -3775583235364760385L
Package org.omg.CosNaming.NamingContextPackage |
---|
Class org.omg.CosNaming.NamingContextPackage.AlreadyBound extends UserException implements Serializable |
---|
serialVersionUID: -5456929050527586560L
Class org.omg.CosNaming.NamingContextPackage.CannotProceed extends UserException implements Serializable |
---|
serialVersionUID: -8627405252527310782L
Serialized Fields |
---|
NamingContext cxt
NameComponent[] rest_of_name
Class org.omg.CosNaming.NamingContextPackage.InvalidName extends UserException implements Serializable |
---|
serialVersionUID: 786404864997961704L
Class org.omg.CosNaming.NamingContextPackage.NotEmpty extends UserException implements Serializable |
---|
serialVersionUID: 7120362687417045881L
Class org.omg.CosNaming.NamingContextPackage.NotFound extends UserException implements Serializable |
---|
serialVersionUID: -7539098836265502514L
Serialized Fields |
---|
NotFoundReason why
NameComponent[] rest_of_name
Class org.omg.CosNaming.NamingContextPackage.NotFoundReason extends Object implements Serializable |
---|
serialVersionUID: -5689237060527596081L
Serialized Fields |
---|
int value
Package org.omg.Dynamic |
---|
Class org.omg.Dynamic.Parameter extends Object implements Serializable |
---|
serialVersionUID: 892191606993734699L
Serialized Fields |
---|
Any argument
Any
, holding the value of the parameter.
ParameterMode mode
Package org.omg.DynamicAny |
---|
Class org.omg.DynamicAny._DynAnyFactoryStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: -6575269659020082310L
Class org.omg.DynamicAny._DynAnyStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: -6521892777941121597L
Class org.omg.DynamicAny._DynArrayStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: -6302474930370950228L
Class org.omg.DynamicAny._DynEnumStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: 696844314172031949L
Class org.omg.DynamicAny._DynFixedStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: -1932029532964417188L
Class org.omg.DynamicAny._DynSequenceStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: 7191437435669107554L
Class org.omg.DynamicAny._DynStructStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: -8415786200783826656L
Class org.omg.DynamicAny._DynUnionStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: -8921031953572009897L
Class org.omg.DynamicAny._DynValueStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: 5815313794012360824L
Class org.omg.DynamicAny.NameDynAnyPair extends Object implements Serializable |
---|
serialVersionUID: -1992533286932908564L
Serialized Fields |
---|
String id
DynAny value
Class org.omg.DynamicAny.NameValuePair extends Object implements Serializable |
---|
serialVersionUID: -1289460542874201736L
Serialized Fields |
---|
Any value
String id
Package org.omg.DynamicAny.DynAnyFactoryPackage |
---|
Class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode extends UserException implements Serializable |
---|
serialVersionUID: 3679785322052655944L
Package org.omg.DynamicAny.DynAnyPackage |
---|
Class org.omg.DynamicAny.DynAnyPackage.InvalidValue extends UserException implements Serializable |
---|
serialVersionUID: 4928947584617628504L
Class org.omg.DynamicAny.DynAnyPackage.TypeMismatch extends UserException implements Serializable |
---|
serialVersionUID: -6393641830493471034L
Package org.omg.IOP |
---|
Class org.omg.IOP.Encoding extends Object implements Serializable |
---|
serialVersionUID: -1489257079856841992L
Serialized Fields |
---|
short format
ENCODING_CDR_ENCAPS.value
.
byte major_version
byte minor_version
Class org.omg.IOP.IOR extends Object implements Serializable |
---|
serialVersionUID: 1901439890645554948L
Serialized Fields |
---|
TaggedProfile[] profiles
TaggedProfile
description.
String type_id
Class org.omg.IOP.ServiceContext extends Object implements Serializable |
---|
serialVersionUID: -2232391417465261379L
Serialized Fields |
---|
int context_id
byte[] context_data
Class org.omg.IOP.TaggedComponent extends Object implements Serializable |
---|
serialVersionUID: -2084695346022761692L
Serialized Fields |
---|
int tag
byte[] component_data
Class org.omg.IOP.TaggedProfile extends Object implements Serializable |
---|
serialVersionUID: -461232684387903343L
Serialized Fields |
---|
int tag
byte[] profile_data
Package org.omg.IOP.CodecFactoryPackage |
---|
Class org.omg.IOP.CodecFactoryPackage.UnknownEncoding extends UserException implements Serializable |
---|
serialVersionUID: 1613955753212049966L
Package org.omg.IOP.CodecPackage |
---|
Class org.omg.IOP.CodecPackage.FormatMismatch extends UserException implements Serializable |
---|
serialVersionUID: 5818121867618342320L
Class org.omg.IOP.CodecPackage.InvalidTypeForEncoding extends UserException implements Serializable |
---|
serialVersionUID: 7951932210684443970L
Class org.omg.IOP.CodecPackage.TypeMismatch extends UserException implements Serializable |
---|
serialVersionUID: -3544092104480759035L
Package org.omg.PortableInterceptor |
---|
Class org.omg.PortableInterceptor.ForwardRequest extends UserException implements Serializable |
---|
serialVersionUID: 2128007517550526397L
Serialized Fields |
---|
Object forward
Class org.omg.PortableInterceptor.InvalidSlot extends UserException implements Serializable |
---|
serialVersionUID: 2471643293291821501L
Package org.omg.PortableInterceptor.ORBInitInfoPackage |
---|
Class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName extends UserException implements Serializable |
---|
serialVersionUID: 7748239257677851130L
Serialized Fields |
---|
String name
Class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName extends UserException implements Serializable |
---|
serialVersionUID: -4599417794753377115L
Package org.omg.PortableServer |
---|
Class org.omg.PortableServer._ServantActivatorStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: -685959979577281419L
Class org.omg.PortableServer._ServantLocatorStub extends ObjectImpl implements Serializable |
---|
serialVersionUID: -2374963516905770111L
Class org.omg.PortableServer.ForwardRequest extends UserException implements Serializable |
---|
serialVersionUID: -4159318367582473975L
Serialized Fields |
---|
Object forward_reference
Class org.omg.PortableServer.IdAssignmentPolicyValue extends Object implements Serializable |
---|
serialVersionUID: 2024380631469554382L
Serialized Fields |
---|
int _value
Class org.omg.PortableServer.IdUniquenessPolicyValue extends Object implements Serializable |
---|
serialVersionUID: 2698951826884611346L
Serialized Fields |
---|
int _value
Class org.omg.PortableServer.ImplicitActivationPolicyValue extends Object implements Serializable |
---|
serialVersionUID: 3826572456602949295L
Serialized Fields |
---|
int _value
Class org.omg.PortableServer.LifespanPolicyValue extends Object implements Serializable |
---|
serialVersionUID: 6604562925399671611L
Serialized Fields |
---|
int _value
Class org.omg.PortableServer.RequestProcessingPolicyValue extends Object implements Serializable |
---|
serialVersionUID: 7646563512329907695L
Serialized Fields |
---|
int _value
Class org.omg.PortableServer.ServantRetentionPolicyValue extends Object implements Serializable |
---|
serialVersionUID: -7476100336036943822L
Serialized Fields |
---|
int _value
Class org.omg.PortableServer.ThreadPolicyValue extends Object implements Serializable |
---|
serialVersionUID: -8874988828297141512L
Serialized Fields |
---|
int _value
Package org.omg.PortableServer.CurrentPackage |
---|
Class org.omg.PortableServer.CurrentPackage.NoContext extends UserException implements Serializable |
---|
serialVersionUID: 4345975812295650198L
Package org.omg.PortableServer.POAManagerPackage |
---|
Class org.omg.PortableServer.POAManagerPackage.AdapterInactive extends UserException implements Serializable |
---|
serialVersionUID: 6945182851085567131L
Class org.omg.PortableServer.POAManagerPackage.State extends Object implements Serializable |
---|
serialVersionUID: -2451866258678193271L
Serialized Fields |
---|
int _value
Package org.omg.PortableServer.POAPackage |
---|
Class org.omg.PortableServer.POAPackage.AdapterAlreadyExists extends UserException implements Serializable |
---|
serialVersionUID: -2678288222917790041L
Class org.omg.PortableServer.POAPackage.AdapterNonExistent extends UserException implements Serializable |
---|
serialVersionUID: -9166706041988650696L
Class org.omg.PortableServer.POAPackage.InvalidPolicy extends UserException implements Serializable |
---|
serialVersionUID: 3204212102282117205L
Serialized Fields |
---|
short index
Class org.omg.PortableServer.POAPackage.NoServant extends UserException implements Serializable |
---|
serialVersionUID: -5893773687270266061L
Class org.omg.PortableServer.POAPackage.ObjectAlreadyActive extends UserException implements Serializable |
---|
serialVersionUID: -2919308871345098101L
Class org.omg.PortableServer.POAPackage.ObjectNotActive extends UserException implements Serializable |
---|
serialVersionUID: 2269559915073532416L
Class org.omg.PortableServer.POAPackage.ServantAlreadyActive extends UserException implements Serializable |
---|
serialVersionUID: 780130793809887260L
Class org.omg.PortableServer.POAPackage.ServantNotActive extends UserException implements Serializable |
---|
serialVersionUID: -7806868032412803953L
Class org.omg.PortableServer.POAPackage.WrongAdapter extends UserException implements Serializable |
---|
serialVersionUID: 7505320179916389200L
Class org.omg.PortableServer.POAPackage.WrongPolicy extends UserException implements Serializable |
---|
serialVersionUID: 1949765652955335195L
Package org.omg.SendingContext |
---|
Package org.omg.stub.java.rmi |
---|
Class org.omg.stub.java.rmi._Remote_Stub extends Stub implements Serializable |
---|
serialVersionUID: -1967190271952680697L
Package org.relaxng.datatype |
---|
Class org.relaxng.datatype.DatatypeException extends Exception implements Serializable |
---|
Serialized Fields |
---|
int index
Package org.w3c.dom |
---|
Class org.w3c.dom.DOMException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
short code
Package org.w3c.dom.events |
---|
Class org.w3c.dom.events.EventException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
short code
Package org.w3c.dom.ls |
---|
Class org.w3c.dom.ls.LSException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
short code
Package org.w3c.dom.ranges |
---|
Class org.w3c.dom.ranges.RangeException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
short code
Package org.w3c.dom.xpath |
---|
Class org.w3c.dom.xpath.XPathException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
short code
Package org.xml.sax |
---|
Class org.xml.sax.SAXException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Exception exception
Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable |
---|
Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable |
---|
Class org.xml.sax.SAXParseException extends SAXException implements Serializable |
---|
Serialized Fields |
---|
String publicId
SAXParseException.getPublicId()
String systemId
SAXParseException.getSystemId()
int lineNumber
SAXParseException.getLineNumber()
int columnNumber
SAXParseException.getColumnNumber()
Package sun.awt |
---|
Class sun.awt.CausedFocusEvent extends FocusEvent implements Serializable |
---|
Serialized Fields |
---|
CausedFocusEvent.Cause cause
Class sun.awt.CustomCursor extends Cursor implements Serializable |
---|
Serialized Fields |
---|
Image image
Class sun.awt.EmbeddedFrame extends Frame implements Serializable |
---|
serialVersionUID: 2967042741780317130L
Serialized Fields |
---|
boolean isCursorAllowed
boolean supportsXEmbed
KeyboardFocusManager appletKFM
Class sun.awt.FocusingTextField extends TextField implements Serializable |
---|
Serialized Fields |
---|
TextField next
boolean willSelect
Class sun.awt.ModalityEvent extends AWTEvent implements Serializable |
---|
Serialized Fields |
---|
sun.awt.ModalityListener listener
Class sun.awt.OrientableFlowLayout extends FlowLayout implements Serializable |
---|
Serialized Fields |
---|
int orientation
int vAlign
int vHGap
int vVGap
Class sun.awt.PeerEvent extends InvocationEvent implements Serializable |
---|
Serialized Fields |
---|
long flags
Class sun.awt.SunToolkit.IllegalThreadException extends RuntimeException implements Serializable |
---|
Class sun.awt.SunToolkit.InfiniteLoop extends RuntimeException implements Serializable |
---|
Class sun.awt.SunToolkit.OperationTimedOut extends RuntimeException implements Serializable |
---|
Class sun.awt.UngrabEvent extends AWTEvent implements Serializable |
---|
Class sun.awt.VariableGridLayout extends GridLayout implements Serializable |
---|
Serialized Fields |
---|
BitSet rowsSet
double[] rowFractions
BitSet colsSet
double[] colFractions
int rows
int cols
int hgap
int vgap
Class sun.awt.X11CustomCursor extends sun.awt.CustomCursor implements Serializable |
---|
Package sun.misc |
---|
Class sun.misc.CEFormatException extends IOException implements Serializable |
---|
Class sun.misc.CEStreamExhausted extends IOException implements Serializable |
---|
Class sun.misc.ExtensionInstallationException extends Exception implements Serializable |
---|
Class sun.misc.InvalidJarIndexException extends RuntimeException implements Serializable |
---|
Class sun.misc.REException extends Exception implements Serializable |
---|
Class sun.misc.ServiceConfigurationError extends Error implements Serializable |
---|
Package sun.reflect.annotation |
---|
Class sun.reflect.annotation.AnnotationInvocationHandler extends Object implements Serializable |
---|
serialVersionUID: 6182022883658399397L
Serialized Fields |
---|
Class<T> type
Map<K,V> memberValues
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |