Home | History | Annotate | Download | only in table

Lines Matching defs:m_activePropertyInfo

284     if (m_activePropertyInfo != null) {
286 Property property = m_activePropertyInfo.getProperty();
288 if (m_activePropertyInfo.isComplex()) {
289 if (!m_activePropertyInfo.isExpanded()
291 m_activePropertyInfo.expand();
295 if (m_activePropertyInfo.isExpanded()
297 m_activePropertyInfo.collapse();
330 int index = m_properties.indexOf(m_activePropertyInfo);
392 Property property = m_activePropertyInfo.getProperty();
443 if (m_activePropertyInfo != null) {
444 if (m_activePropertyInfo.isComplex()) {
445 m_activePropertyInfo.flip();
448 Property property = m_activePropertyInfo.getProperty();
537 private PropertyInfo m_activePropertyInfo;
593 if (m_activePropertyInfo != null && m_activePropertyInfo.m_property != null) {
594 activeEditor.deactivate(this, m_activePropertyInfo.m_property, save);
604 int index = m_properties.indexOf(m_activePropertyInfo);
626 m_activePropertyInfo.m_property,
998 if (m_activePropertyInfo != null) {
999 return new StructuredSelection(m_activePropertyInfo.getProperty());
1015 m_activePropertyInfo = activePropertyInfo;
1019 if (m_activePropertyInfo != null) {
1020 m_activePropertyId = m_activePropertyInfo.m_id;
1023 if (m_activePropertyInfo != null) {
1024 int row = m_properties.indexOf(m_activePropertyInfo);
1250 m_activePropertyInfo != null && m_activePropertyInfo.getProperty() == property;