public class Utils
extends java.lang.Object
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2014 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static java.lang.Class[] |
functionEditorsOf |
static java.lang.Class[] |
seriesEditorsOf |
static java.lang.Class[] |
toolsEditorsOf |
Modifier and Type | Method and Description |
---|---|
static void |
addCursorsToCombo(javax.swing.JComboBox cbCursor) |
static java.awt.Image |
makeTransparent(java.awt.Image image,
java.awt.Color color) |
static boolean |
yesNo(java.lang.String message)
Shows a message box dialog asking confirmation.
|
static boolean |
yesNoDelete(java.lang.String s)
Shows a dialog asking confirmation with Yes and No options.
|
public static final java.lang.Class[] toolsEditorsOf
public static final java.lang.Class[] functionEditorsOf
public static final java.lang.Class[] seriesEditorsOf
public static boolean yesNo(java.lang.String message)
message
- an additional custom text to display at dialog.public static boolean yesNoDelete(java.lang.String s)
s
- an additional custom text to show at dialogpublic static void addCursorsToCombo(javax.swing.JComboBox cbCursor)
public static java.awt.Image makeTransparent(java.awt.Image image, java.awt.Color color)