当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.1
Serialized Form (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.1
Serialized Form
Package org.openide.cookies |
serialVersionUID: 7177610435688865839L
type
ConnectionCookie.Type type
Package org.openide.explorer.propertysheet.editors |
serialVersionUID: 6324048239020120791L
panel
org.openide.explorer.propertysheet.editors.ModifierPanel panel
- Instance of custom property editor - visual panel.
mask
int mask
- Current mask
modifier
int modifier
- Current value
env
PropertyEnv env
serialVersionUID: 1692944638104452533L
source
SourceElement source
- source element we are attached to
serialVersionUID: 4794977239847390179L
serialVersionUID: 967040188302141522L
writeReplace
protected Object writeReplace()
impl
Element.Impl impl
- Implementation
impl2
Element.Impl2 impl2
- Implementation extension #2
serialVersionUID: 3775521938640169753L
readObject
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
- Reads the object and initialize fields.
- Throws:
ClassNotFoundException
IOException
pattern
String pattern
- Pattern - the string which is given in the constructor.
source
boolean source
- The current value of "source" property
serialVersionUID: 4753963955586390986L
serialVersionUID: 2195820119328567201L
serialVersionUID: -2614114568575211024L
readResolve
private Object readResolve()
- Finds the existing instance
fullName
String fullName
- Full name of identifier.
sourceName
String sourceName
- The name which is either the same like fullName either
not fully qualified name - which was taken from the source
by java parser.
namePos
int namePos
- Position after last dot in the identifier.
It is used in getName method.
status
int status
- Status of the identifier - one of the symbolic resolution constants
serialVersionUID: -4111760314345461897L
wholePackage
boolean wholePackage
- Kind of this Import element. It is true if the import means "whole package"
otherwise (if it is import just one class) false.
id
Identifier id
- Identifier which is imported
serialVersionUID: 5768667690932077280L
declaringClass
ClassElement declaringClass
- reference to source element
serialVersionUID: 7896378970641663987L
declaringClass
ClassElement declaringClass
- the class this element belongs to
serialVersionUID: 2366156788906032138L
serialVersionUID: -6158959006278766562L
name
String name
- Name of argument
type
Type type
- Type of argument
fin
boolean fin
- State of final flag
affected
Collection affected
- Items that are affected by the change. These are items being added or removed,
items being replaced or partial changes for a compound event/
newItems
Collection newItems
- Collection of original items
indices
int[] indices
- Permutation for reorder changes.
eventType
int eventType
- Type of the event.
serialVersionUID: -1439690719608070114L
serialVersionUID: 4472081442050042697L
nestedException
IOException nestedException
protectionTarget
Element protectionTarget
reason
PropertyVetoException reason
nestedException
SourceException nestedException
serialVersionUID: 8997425134968958367L
readResolve
private Object readResolve()
kind
int kind
- Kind of this instance of Type
elementType
Type elementType
- Element type if this type is array
classType
Identifier classType
- Identifier of the class if this type is ClassType
Package org.openide.src.nodes |
element
ClassElement element
- The edited class
isOK
boolean isOK
classPanel
JPanel classPanel
jLabel1
JLabel jLabel1
nameTextField
JTextField nameTextField
jLabel2
JLabel jLabel2
superClassCombo
JComboBox superClassCombo
typePanel
JPanel typePanel
classRadioButton
JRadioButton classRadioButton
interfaceRadioButton
JRadioButton interfaceRadioButton
jPanel3
JPanel jPanel3
modifierPanel
JPanel modifierPanel
interfacesPanel
JPanel interfacesPanel
element
FieldElement element
- The edited field
isOK
boolean isOK
nameTypePanel
JPanel nameTypePanel
jLabel1
JLabel jLabel1
nameTextField
JTextField nameTextField
jLabel2
JLabel jLabel2
typeCombo
JComboBox typeCombo
jPanel1
JPanel jPanel1
modifierPanel
JPanel modifierPanel
initValuePanel
JPanel initValuePanel
jScrollPane1
JScrollPane jScrollPane1
initValueEditor
JEditorPane initValueEditor
element
ConstructorElement element
- Edited constructor
method
MethodElement method
- In case that method is edited - this field holds
the reference to it. Otherwise (Constructor) this field
is
null
.
isOK
boolean isOK
methodPanel
JPanel methodPanel
jLabel1
JLabel jLabel1
nameTextField
JTextField nameTextField
jLabel2
JLabel jLabel2
returnCombo
JComboBox returnCombo
jPanel1
JPanel jPanel1
modifierPanel
JPanel modifierPanel
paramsPanel
JPanel paramsPanel
exceptionsPanel
JPanel exceptionsPanel
serialVersionUID: -2120623049071035434L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException