Holger's
Java API

Uses of Class
com.antelmann.util.gui.LayoutOption

Packages that use LayoutOption
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of LayoutOption in com.antelmann.math
 

Methods in com.antelmann.math that return LayoutOption
 LayoutOption JDataMatrixView.getLayoutOption()
           
 

Methods in com.antelmann.math with parameters of type LayoutOption
 void JDataMatrixView.setLayoutOption(LayoutOption layoutOption)
           
 

Constructors in com.antelmann.math with parameters of type LayoutOption
JDataMatrixView(DataMatrix<?> matrix, DataPoint.ValueType type, TableCellRenderer renderer, TableCellEditor editor, LayoutOption layoutOption, String... axisNames)
           
 

Uses of LayoutOption in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that return LayoutOption
static LayoutOption LayoutOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayoutOption[] LayoutOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.antelmann.util.gui with parameters of type LayoutOption
JDateRangeChooser(Date begin, Date end, LayoutOption layout)
           
JDateRangeChooser(Date begin, Date end, LayoutOption layout, int padding)
           
JDateRangeChooser(Date begin, Date end, LayoutOption layout, int padding, String dateFormatPattern)
           
JDateRangeChooser(Date begin, Date end, LayoutOption layout, String dateFormatPattern)
           
JDateRangeChooser(Date begin, JDateRangeChooser.Interval interval, LayoutOption layout)
           
JDateRangeChooser(Date begin, JDateRangeChooser.Interval interval, LayoutOption layout, int padding)
           
JDateRangeChooser(Date begin, JDateRangeChooser.Interval interval, LayoutOption layout, int padding, String dateFormatPattern)
           
JDateRangeChooser(Date begin, JDateRangeChooser.Interval interval, LayoutOption layout, String dateFormatPattern)
           
JDateRangeChooser(LayoutOption layout)
           
JEnumField(Class<T> type, LayoutOption option)
           
JEnumField(Class<T> type, T defaultValue, LayoutOption option)
           
JEnumField(Class<T> type, T defaultValue, LayoutOption option, Factory<? extends JToggleButton> factory)
           
JYouTubeField(YouTubeVideo video, LayoutOption lo)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads