public class SBLinkFactory extends java.lang.Object
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static SBLinkBuilder |
createRegularLink(java.lang.String text, java.lang.String url)Same as above but without an icon |
|
public static SBLinkBuilder |
createRegularLinkWithIcon(java.lang.String text, java.lang.String url, FlatSVGIcon icon)This method creates a regular label with the text specified as a parameter with system font and default text color. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Same as above but without an icon
This method creates a regular label with the text specified as a parameter with system font and default text color.