Index

A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

N

name - Variable in class com.github.tadukoo.view.font.FontFamily
The name of the font
NoBorder - Class in com.github.tadukoo.view.border
No Border is an implementation of AbstractBorder that works as no Border.
NoBorder() - Constructor for class com.github.tadukoo.view.border.NoBorder
 
NoBorderUIResource - Class in com.github.tadukoo.view.border
No Border UI Resource is a version of NoBorder that extends BorderUIResource, so that it can be used in Look & Feels in cases where you don't want a border, but can't use null
NoBorderUIResource() - Constructor for class com.github.tadukoo.view.border.NoBorderUIResource
Creates a UIResource border object which wraps a NoBorder instance.
noDrawFunc - Static variable in class com.github.tadukoo.view.shapes.ShapeInfo
null to be used in checks for a missing drawing function (which is allowed in some cases)
noInsets - Static variable in class com.github.tadukoo.view.shapes.ShapeInfo
A simple ShapeInsetsFunction to be used to return an Insets object with 0 for all sides.
NONE - Enum constant in enum class com.github.tadukoo.view.form.field.LabelType
Do not include a label
NoPaint - Class in com.github.tadukoo.view.paint
No Paint is to be used when you don't actually want a Paint object, but need to specify a non-null value.
NoPaint() - Constructor for class com.github.tadukoo.view.paint.NoPaint
 
NoPaintUIResource - Class in com.github.tadukoo.view.paint
No Paint UIResource is a PaintUIResource version of NoPaint - where it's used when you need a non-null PaintUIResource but don't want an actual paint.
NoPaintUIResource() - Constructor for class com.github.tadukoo.view.paint.NoPaintUIResource
 
NORMAL - Enum constant in enum class com.github.tadukoo.view.form.field.StringFormField.StringFieldType
A normal JTextField - used as a text input prompt
NumberFormField<Type extends Number & Comparable<?>> - Class in com.github.tadukoo.view.form.field.number
Abstract FormField used for Numbers using JSpinner.
NumberFormField(FieldType, String, Type, LabelType, SizablePaint, SizablePaint, FontFamily, int, int, ShapeInfo, Border, int, int, int, int, boolean, EasyLogger, GraphicsEnvironment, String, FontResourceLoader, Type, Type, Type) - Constructor for class com.github.tadukoo.view.form.field.number.NumberFormField
Creates a new NumberFormField with the given parameters.
NumberFormField.NumberFormFieldBuilder<Type extends Number & Comparable<?>> - Class in com.github.tadukoo.view.form.field.number
Builder to be used to create a NumberFormField.
NumberFormFieldBuilder() - Constructor for class com.github.tadukoo.view.form.field.number.NumberFormField.NumberFormFieldBuilder
Constructs a new NumberFormFieldBuilder (to be called in subclasses)
A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form