首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.5.1
M-Index (NetBeans View Model) - NetBeans API Javadoc 5.5.1
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.spi.viewmodel/2 1.9.31
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
N
O
P
R
S
T
U
M
Model
- Interface in
org.netbeans.spi.viewmodel
Marker interface for all models.
modelChanged(ModelEvent)
- Method in interface org.netbeans.spi.viewmodel.
ModelListener
View model has been changed notification.
ModelEvent
- Class in
org.netbeans.spi.viewmodel
Encapsulates information describing changes to a model, and used to notify model listeners of the change.
ModelEvent.NodeChanged
- Class in
org.netbeans.spi.viewmodel
Used to notify that one node has been changed (icon, displayName and children).
ModelEvent.NodeChanged(Object, Object)
- Constructor for class org.netbeans.spi.viewmodel.
ModelEvent.NodeChanged
Creates a new instance of NodeChanged event.
ModelEvent.NodeChanged(Object, Object, int)
- Constructor for class org.netbeans.spi.viewmodel.
ModelEvent.NodeChanged
Creates a new instance of NodeChanged event.
ModelEvent.TableValueChanged
- Class in
org.netbeans.spi.viewmodel
Used to notify that one cell in table has been changed.
ModelEvent.TableValueChanged(Object, Object, String)
- Constructor for class org.netbeans.spi.viewmodel.
ModelEvent.TableValueChanged
Creates a new instance of TableValueChanged event.
ModelEvent.TreeChanged
- Class in
org.netbeans.spi.viewmodel
Used to notify that whole content of tree has been changed.
ModelEvent.TreeChanged(Object)
- Constructor for class org.netbeans.spi.viewmodel.
ModelEvent.TreeChanged
Creates a new instance of TreeChanged event.
ModelListener
- Interface in
org.netbeans.spi.viewmodel
Notifies about changes in view model.
Models
- Class in
org.netbeans.spi.viewmodel
Contains various utility methods for various models.
Models()
- Constructor for class org.netbeans.spi.viewmodel.
Models
Models.ActionPerformer
- Interface in
org.netbeans.spi.viewmodel
Support interface for
Models.createAction(String,Models.ActionPerformer,int)
method.
Models.CompoundModel
- Class in
org.netbeans.spi.viewmodel
This model encapsulates all currently supported models.
Models.TreeFeatures
- Class in
org.netbeans.spi.viewmodel
Implements set of tree view features.
MULTISELECTION_TYPE_ALL
- Static variable in class org.netbeans.spi.viewmodel.
Models
MULTISELECTION_TYPE_ANY
- Static variable in class org.netbeans.spi.viewmodel.
Models
MULTISELECTION_TYPE_EXACTLY_ONE
- Static variable in class org.netbeans.spi.viewmodel.
Models
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.spi.viewmodel/2 1.9.31
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
N
O
P
R
S
T
U
Built on March 26 2007. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.