|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.runtime.JAXXUtil
jaxx.runtime.SwingUtil
com.jurismarches.vradi.ui.UIHelper
public class UIHelper
Classe de méthodes utiles pour les ui.
User: chemit Date: 23 nov. 2009 Time: 11:51:14
| Nested Class Summary | |
|---|---|
static class |
UIHelper.NumberFormatterFactory
NumberFormatterFactory creates a new NumberFormatter for Integer of variable length. |
| Nested classes/interfaces inherited from class jaxx.runtime.SwingUtil |
|---|
jaxx.runtime.SwingUtil.TabbedPaneIterator<O> |
| Field Summary |
|---|
| Fields inherited from class jaxx.runtime.SwingUtil |
|---|
COLOR_PREFIX, DEFAULT_ICON_PATH, DEFAULT_ICON_PATH_PROPERTY, ICON_PREFIX |
| Fields inherited from class jaxx.runtime.JAXXUtil |
|---|
PARENT |
| Method Summary | ||
|---|---|---|
static void |
browseURI(String uri)
|
|
static void |
createEmail(String emailAdress)
|
|
static void |
exportToCSV(File file,
OfferListTableModel model)
|
|
static ListCellRenderer |
get2DigitsRenderer()
|
|
static
|
getHandler(jaxx.runtime.JAXXContext context,
Class<T> handlerClass)
|
|
static ComboBoxModel |
getHourModel()
|
|
static ComboBoxModel |
getMinuteModel()
|
|
static ComboBoxModel |
getNumberComboBoxModel(int nbData)
|
|
static ListCellRenderer |
getTranslationListCellRenderer()
|
|
static void |
openAddressInBrowser(String address)
|
|
static File |
openFileChooser(String fileExtension,
String description,
Component component,
String validationLabel)
|
|
static void |
openFormPopup(jaxx.runtime.JAXXContext context,
Form form)
|
|
static void |
setI18nTableHeaderRenderer(JTable table,
String... libelles)
|
|
static void |
updateListSelection(JList list,
Object value)
Met à jour le modèle de sélection list donnée avec l'objet value entrant. |
|
| Methods inherited from class jaxx.runtime.SwingUtil |
|---|
addExpandOnClickListener, boxComponentWithJxLayer, center, computeTableColumnWidth, createActionIcon, createI18nIcon, createIcon, createImageIcon, expandTree, fillComboBox, fillComboBox, fillList, findComponentAt, fixTableColumnWidth, getDeepestObjectAt, getLayer, getLayeredComponents, getParentContainer, getUIManagerActionIcon, getUIManagerIcon, initNimbusLoookAndFeel, isLayered, loadUIConfig, lookingForEditor, newBooleanTableCellRenderer, newDeleteCellRenderer, newEmptyNumberTableCellRenderer, newEnumTableCellRenderer, newLabel, newMaxXDimension, newMaxXYDimension, newMaxYDimension, newMinDimension, newStringTableCellRenderer, newTabbedPaneIterator, openLink, setComponentHeight, setComponentWidth, setTableColumnEditor, setTableColumnRenderer, setText |
| Methods inherited from class jaxx.runtime.JAXXUtil |
|---|
applyDataBinding, applyDataBinding, assignment, assignment, assignment, assignment, assignment, assignment, assignment, assignment, assignment, castList, checkJAXXContextEntry, decodeCompressedJAXXObjectDescriptor, decodeJAXXObjectDescriptor, findJaxxPropertyChangeListener, getDataBindingUpdateListener, getEventListener, getEventListener, getStringValue, initContext, newContextEntryDef, newContextEntryDef, newListContextEntryDef, newListContextEntryDef, processDataBinding, removeDataBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void updateListSelection(JList list,
Object value)
list donnée avec l'objet value entrant.
value represente normalement une collection de données.
list - la liste à updatervalue - la liste des valeurs de la selection de la liste.
public static void setI18nTableHeaderRenderer(JTable table,
String... libelles)
public static void openAddressInBrowser(String address)
public static void browseURI(String uri)
public static void createEmail(String emailAdress)
public static void exportToCSV(File file,
OfferListTableModel model)
public static File openFileChooser(String fileExtension,
String description,
Component component,
String validationLabel)
public static ListCellRenderer getTranslationListCellRenderer()
public static <T> T getHandler(jaxx.runtime.JAXXContext context,
Class<T> handlerClass)
public static ComboBoxModel getNumberComboBoxModel(int nbData)
public static ComboBoxModel getHourModel()
public static ComboBoxModel getMinuteModel()
public static ListCellRenderer get2DigitsRenderer()
public static void openFormPopup(jaxx.runtime.JAXXContext context,
Form form)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||