Home | History | Annotate | Download | only in uimodel

Lines Matching defs:getShortDescription

223     public String getShortDescription() {
291 * Similar to {@link #getShortDescription()} but styles the Strings.
364 StringBuilder sb = new StringBuilder(getShortDescription());
372 sb.insert(0, String.format("%1$s > ", uiNode.getShortDescription())); //$NON-NLS-1$