Home | History | Annotate | Download | only in table

Lines Matching defs:m_plusImage

103   private static final Image m_plusImage = DesignerPlugin.getImage("properties/plus.gif");
1205 int xOffset = m_plusImage.getBounds().width / 2;
1206 int yOffset = (height - m_plusImage.getBounds().width) / 2;
1267 Image stateImage = propertyInfo.isExpanded() ? m_minusImage : m_plusImage;