summaryrefslogtreecommitdiff
path: root/plugins/devkit/src
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-07-08 11:26:24 -0700
committerTor Norbye <tnorbye@google.com>2013-07-08 11:26:24 -0700
commitc1ace1f7e1e49c81bb4b75377c99f07be340abfe (patch)
tree9d0db96bd3d86ddfec80e7e3554cad9dcc066553 /plugins/devkit/src
parentc6218e46d5d2017e987ecdbd99b318a95c42abc0 (diff)
downloadidea-c1ace1f7e1e49c81bb4b75377c99f07be340abfe.tar.gz
Snapshot aea001abfc1b38fec3a821bcd5174cc77dc75787 from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: Icdea2a2bd7ad43b4d05967b1f0479db3bda1c93c
Diffstat (limited to 'plugins/devkit/src')
-rw-r--r--plugins/devkit/src/dom/Group.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/devkit/src/dom/Group.java b/plugins/devkit/src/dom/Group.java
index 930278ce6041..c35c31fa4edc 100644
--- a/plugins/devkit/src/dom/Group.java
+++ b/plugins/devkit/src/dom/Group.java
@@ -39,6 +39,14 @@ public interface Group extends Actions {
@NotNull
GenericAttributeValue<Boolean> getPopup();
+ /**
+ * Returns the value of the compact child.
+ * Attribute popup
+ * @return the value of the compact child.
+ */
+ @NotNull
+ GenericAttributeValue<Boolean> getCompact();
+
/**
* Returns the value of the icon child.