|
|||||||||
| Home >> All >> com >> port80 >> util >> [ attr overview ] | PREV NEXT | ||||||||
A
- AttrRegistry - class com.port80.util.attr.AttrRegistry.
- Basic attribute registry.
- AttrRegistry() - Constructor for class com.port80.util.attr.AttrRegistry
- AttrTable - class com.port80.util.attr.AttrTable.
- A base class to access an attribute table.
- AttrTable(IAttrTable) - Constructor for class com.port80.util.attr.AttrTable
- AttrTable(IAttrTable, IAttrRegistry) - Constructor for class com.port80.util.attr.AttrTable
- addColor(String, Color) - Static method in class com.port80.util.attr.GrappaColor
- Adds a color to the application color table.
- attrKeySet() - Method in class com.port80.util.attr.AttrTable
- attrKeySet() - Method in interface com.port80.util.attr.IAttrTable
- All local attribute names (include value==null).
- attrRegistry - Variable in class com.port80.util.attr.AttrTable
- attrTable - Variable in class com.port80.util.attr.AttrTable
B
- BooleanAttrFactory - class com.port80.util.attr.BooleanAttrFactory.
- Boolean attribute factory.
- BooleanAttrFactory() - Constructor for class com.port80.util.attr.BooleanAttrFactory
C
- CLASSNAME - Static variable in class com.port80.util.attr.AttrTable
- ColorFactory - class com.port80.util.attr.ColorFactory.
- Color attribute factory.
- ColorFactory() - Constructor for class com.port80.util.attr.ColorFactory
- cache - Static variable in class com.port80.util.attr.FontFactory
- canonColor(String, float[]) - Static method in class com.port80.util.attr.GrappaColor
- checkOverwritting(String, String, Object, IAttrFactory) - Method in class com.port80.util.attr.AttrTable
- clearAttrs() - Method in class com.port80.util.attr.AttrTable
- clearAttrs() - Method in interface com.port80.util.attr.IAttrTable
- Remove all local attributes.
- clearRegistry() - Method in interface com.port80.util.attr.IRegistry
- clearRegistry() - Method in class com.port80.util.attr.Registry
- colorLookUp - Static variable in class com.port80.util.attr.GrappaColor
- colorTable - Static variable in class com.port80.util.attr.GrappaColor
- com.port80.util.attr - package com.port80.util.attr
- create(String) - Static method in class com.port80.util.attr.BooleanAttrFactory
- create(String) - Static method in class com.port80.util.attr.ColorFactory
- create(String) - Static method in class com.port80.util.attr.DoubleAttrFactory
- create(String) - Static method in class com.port80.util.attr.FloatAttrFactory
- create(String) - Static method in class com.port80.util.attr.FontFactory
- create(String) - Static method in class com.port80.util.attr.IntAttrFactory
- Convenient static method to return correctly casted value.
- create(String) - Static method in class com.port80.util.attr.LongAttrFactory
- create(String) - Static method in class com.port80.util.attr.PointFactory
- create(String) - Static method in class com.port80.util.attr.RectFactory
- create(String) - Static method in class com.port80.util.attr.StringAttrFactory
- createFont(String) - Method in class com.port80.util.attr.FontFactory
- createObject(String) - Method in class com.port80.util.attr.BooleanAttrFactory
- Convert String representation of an attribute value to the appropriate object for storing in AttrTable.
- createObject(String) - Method in class com.port80.util.attr.ColorFactory
- Convert String representation of an attribute value to the appropriate object for storing in AttrTable.
- createObject(String) - Method in class com.port80.util.attr.DoubleAttrFactory
- Convert String representation of an attribute value to the appropriate object for storing in AttrTable.
- createObject(String) - Method in class com.port80.util.attr.FloatAttrFactory
- Convert String representation of an attribute value to the appropriate object for storing in AttrTable.
- createObject(String) - Method in class com.port80.util.attr.FontFactory
- Convert String representation of an attribute value to the appropriate object for storing in AttrTable.
- createObject(String) - Method in interface com.port80.util.attr.IAttrFactory
- Create an appropriate object from the String representation of the attribute.
- createObject(String) - Method in class com.port80.util.attr.IntAttrFactory
- Convert String representation of an attribute value to the appropriate object for storing in AttrTable.
- createObject(String) - Method in class com.port80.util.attr.LongAttrFactory
- Convert String representation of an attribute value to the appropriate object for storing in AttrTable.
- createObject(String) - Method in class com.port80.util.attr.PointFactory
- Create an instance of route from the String spec.
- createObject(String) - Method in class com.port80.util.attr.RectFactory
- Create an instance of Rectangle2D from the String spec.
- createObject(String) - Method in class com.port80.util.attr.StringAttrFactory
- Convert String representation of an attribute value to the appropriate object for storing in AttrTable.
D
- DEBUG - Static variable in class com.port80.util.attr.AttrTable
- DEBUG - Static variable in class com.port80.util.attr.ColorFactory
- DoubleAttrFactory - class com.port80.util.attr.DoubleAttrFactory.
- Double attribute factory.
- DoubleAttrFactory() - Constructor for class com.port80.util.attr.DoubleAttrFactory
- defaultBackground - Static variable in class com.port80.util.attr.GrappaColor
- The default background color (white).
- defaultColor - Static variable in class com.port80.util.attr.GrappaColor
- The default color of last resort in all cases (black).
- defaultFontcolor - Static variable in class com.port80.util.attr.GrappaColor
- The default font color (black).
- defaultForeground - Static variable in class com.port80.util.attr.GrappaColor
- The default foreground color (black).
- defaultXOR - Static variable in class com.port80.util.attr.GrappaColor
- The default XOR color (light gray).
- doAddColor(String, Color, boolean) - Static method in class com.port80.util.attr.GrappaColor
- doAddColor(String, Color) - Static method in class com.port80.util.attr.GrappaColor
- dotModeOff() - Static method in class com.port80.util.attr.PointFactory
- dotModeOn(double) - Static method in class com.port80.util.attr.PointFactory
F
- FloatAttrFactory - class com.port80.util.attr.FloatAttrFactory.
- Float attribute factory.
- FloatAttrFactory() - Constructor for class com.port80.util.attr.FloatAttrFactory
- FontFactory - class com.port80.util.attr.FontFactory.
- Font attribute factory.
- FontFactory() - Constructor for class com.port80.util.attr.FontFactory
G
- GrappaColor - class com.port80.util.attr.GrappaColor.
- This abstract class sets up and provides name-to-color and color-to-name mappings and some associated class methods.
- GrappaColor() - Constructor for class com.port80.util.attr.GrappaColor
- get(String) - Method in class com.port80.util.attr.AttrRegistry
- get(String) - Method in interface com.port80.util.attr.IAttrRegistry
- getAttr(String) - Method in class com.port80.util.attr.AttrTable
- Get attribute.
- getAttr(String) - Method in interface com.port80.util.attr.IAttrTable
- Get attribute with given name.
- getAttrAsString(String) - Method in class com.port80.util.attr.AttrTable
- Return a String representation of the specified attribute object.
- getAttrAsString(String) - Method in interface com.port80.util.attr.IAttrTable
- getAttrBool(String) - Method in class com.port80.util.attr.AttrTable
- getAttrBool(String, boolean) - Method in class com.port80.util.attr.AttrTable
- getAttrBool(String) - Method in interface com.port80.util.attr.IAttrTable
- getAttrBool(String, boolean) - Method in interface com.port80.util.attr.IAttrTable
- getAttrCached(String) - Method in class com.port80.util.attr.AttrTable
- Get and cache an object attribute from a string attribute, eg.
- getAttrCached(String) - Method in interface com.port80.util.attr.IAttrTable
- getAttrDouble(String) - Method in class com.port80.util.attr.AttrTable
- getAttrDouble(String, double) - Method in class com.port80.util.attr.AttrTable
- getAttrDouble(String) - Method in interface com.port80.util.attr.IAttrTable
- getAttrDouble(String, double) - Method in interface com.port80.util.attr.IAttrTable
- getAttrFloat(String) - Method in class com.port80.util.attr.AttrTable
- getAttrFloat(String, float) - Method in class com.port80.util.attr.AttrTable
- getAttrFloat(String) - Method in interface com.port80.util.attr.IAttrTable
- getAttrFloat(String, float) - Method in interface com.port80.util.attr.IAttrTable
- getAttrInt(String) - Method in class com.port80.util.attr.AttrTable
- getAttrInt(String, int) - Method in class com.port80.util.attr.AttrTable
- getAttrInt(String) - Method in interface com.port80.util.attr.IAttrTable
- getAttrInt(String, int) - Method in interface com.port80.util.attr.IAttrTable
- getAttrLong(String) - Method in class com.port80.util.attr.AttrTable
- getAttrLong(String, long) - Method in class com.port80.util.attr.AttrTable
- getAttrLong(String) - Method in interface com.port80.util.attr.IAttrTable
- getAttrLong(String, long) - Method in interface com.port80.util.attr.IAttrTable
- getAttrRegistry() - Method in class com.port80.util.attr.AttrTable
- getAttrRegistry() - Method in interface com.port80.util.attr.IAttrTable
- getAttrString(String) - Method in class com.port80.util.attr.AttrTable
- getAttrString(String) - Method in interface com.port80.util.attr.IAttrTable
- getColor(String, Color) - Static method in class com.port80.util.attr.GrappaColor
- Return the color in the color table with the given name.
- getColorName(Color) - Static method in class com.port80.util.attr.GrappaColor
- Return the name of the supplied color.
- getInstance() - Static method in class com.port80.util.attr.BooleanAttrFactory
- getInstance() - Static method in class com.port80.util.attr.ColorFactory
- getInstance() - Static method in class com.port80.util.attr.DoubleAttrFactory
- getInstance() - Static method in class com.port80.util.attr.FloatAttrFactory
- getInstance() - Static method in class com.port80.util.attr.FontFactory
- getInstance() - Static method in class com.port80.util.attr.IntAttrFactory
- getInstance() - Static method in class com.port80.util.attr.LongAttrFactory
- getInstance() - Static method in class com.port80.util.attr.PointFactory
- getInstance() - Static method in class com.port80.util.attr.RectFactory
- getInstance() - Static method in class com.port80.util.attr.StringAttrFactory
H
- hasAttr(String) - Method in class com.port80.util.attr.AttrTable
- hasAttr(String) - Method in interface com.port80.util.attr.IAttrTable
- Check if given attribute is defined locally.
I
- IAttrFactory - interface com.port80.util.attr.IAttrFactory.
- Attribute factory interface provide methods for attribute creation, type conversion and user interface.
- IAttrRegistry - interface com.port80.util.attr.IAttrRegistry.
- Attribute registry interface.
- IAttrTable - interface com.port80.util.attr.IAttrTable.
- Interface to access attribute table.
- IRegistry - interface com.port80.util.attr.IRegistry.
- Registry interface.
- IntAttrFactory - class com.port80.util.attr.IntAttrFactory.
- Integer attribute factory.
- IntAttrFactory() - Constructor for class com.port80.util.attr.IntAttrFactory
- initAttr(String, IAttrFactory) - Method in class com.port80.util.attr.AttrTable
- initAttr(String, IAttrFactory, Object) - Method in class com.port80.util.attr.AttrTable
- initAttr(String, String) - Method in class com.port80.util.attr.AttrTable
- initAttr(String, boolean) - Method in class com.port80.util.attr.AttrTable
- initAttr(String, int) - Method in class com.port80.util.attr.AttrTable
- initAttr(String, long) - Method in class com.port80.util.attr.AttrTable
- initAttr(String, float) - Method in class com.port80.util.attr.AttrTable
- initAttr(String, double) - Method in class com.port80.util.attr.AttrTable
- instance - Static variable in class com.port80.util.attr.BooleanAttrFactory
- instance - Static variable in class com.port80.util.attr.ColorFactory
- instance - Static variable in class com.port80.util.attr.DoubleAttrFactory
- instance - Static variable in class com.port80.util.attr.FloatAttrFactory
- instance - Static variable in class com.port80.util.attr.FontFactory
- instance - Static variable in class com.port80.util.attr.IntAttrFactory
- instance - Static variable in class com.port80.util.attr.LongAttrFactory
- instance - Static variable in class com.port80.util.attr.PointFactory
- instance - Static variable in class com.port80.util.attr.RectFactory
- instance - Static variable in class com.port80.util.attr.StringAttrFactory
- isDotMode - Static variable in class com.port80.util.attr.PointFactory
- isRegistered(String, String) - Method in interface com.port80.util.attr.IRegistry
- isRegistered(String, Collection) - Method in interface com.port80.util.attr.IRegistry
- isRegistered(String, String) - Method in class com.port80.util.attr.Registry
- isRegistered(String, Collection) - Method in class com.port80.util.attr.Registry
- isValid(Object) - Method in class com.port80.util.attr.BooleanAttrFactory
- isValid(Object) - Method in class com.port80.util.attr.ColorFactory
- isValid(Object) - Method in class com.port80.util.attr.DoubleAttrFactory
- isValid(Object) - Method in class com.port80.util.attr.FloatAttrFactory
- isValid(Object) - Method in class com.port80.util.attr.FontFactory
- isValid(Object) - Method in interface com.port80.util.attr.IAttrFactory
- Check that given object is valid value for this factory.
- isValid(Object) - Method in class com.port80.util.attr.IntAttrFactory
- isValid(Object) - Method in class com.port80.util.attr.LongAttrFactory
- isValid(Object) - Method in class com.port80.util.attr.PointFactory
- isValid(Object) - Method in class com.port80.util.attr.RectFactory
- isValid(Object) - Method in class com.port80.util.attr.StringAttrFactory
L
- LongAttrFactory - class com.port80.util.attr.LongAttrFactory.
- Long attribute factory.
- LongAttrFactory() - Constructor for class com.port80.util.attr.LongAttrFactory
M
- maxY - Static variable in class com.port80.util.attr.PointFactory
N
- NAME - Static variable in class com.port80.util.attr.AttrTable
- NAME - Static variable in class com.port80.util.attr.BooleanAttrFactory
- NAME - Static variable in class com.port80.util.attr.ColorFactory
- NAME - Static variable in class com.port80.util.attr.DoubleAttrFactory
- NAME - Static variable in class com.port80.util.attr.FloatAttrFactory
- NAME - Static variable in class com.port80.util.attr.FontFactory
- NAME - Static variable in class com.port80.util.attr.IntAttrFactory
- NAME - Static variable in class com.port80.util.attr.LongAttrFactory
- NAME - Static variable in class com.port80.util.attr.PointFactory
- NAME - Static variable in class com.port80.util.attr.RectFactory
- NAME - Static variable in class com.port80.util.attr.StringAttrFactory
P
- PACKAGENAME - Static variable in class com.port80.util.attr.AttrTable
- PointFactory - class com.port80.util.attr.PointFactory.
- Point attribute factory.
- PointFactory() - Constructor for class com.port80.util.attr.PointFactory
- parentAttrTable - Variable in class com.port80.util.attr.AttrTable
- promptUser(String) - Method in class com.port80.util.attr.BooleanAttrFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.ColorFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.DoubleAttrFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.FloatAttrFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.FontFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in interface com.port80.util.attr.IAttrFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.IntAttrFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.LongAttrFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.PointFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.RectFactory
- Prompt user and present a user interface to obtain an attribute value from user.
- promptUser(String) - Method in class com.port80.util.attr.StringAttrFactory
- Prompt user and present a user interface to obtain an attribute value from user.
R
- RectFactory - class com.port80.util.attr.RectFactory.
- Rectangle2D attribute factory.
- RectFactory() - Constructor for class com.port80.util.attr.RectFactory
- Registry - class com.port80.util.attr.Registry.
- Register basic implementation.
- Registry() - Constructor for class com.port80.util.attr.Registry
- Registry(String, Collection) - Constructor for class com.port80.util.attr.Registry
- register(String, String) - Method in interface com.port80.util.attr.IRegistry
- register(String, String[]) - Method in interface com.port80.util.attr.IRegistry
- register(String, Collection) - Method in interface com.port80.util.attr.IRegistry
- register(String, String) - Method in class com.port80.util.attr.Registry
- register(String, String[]) - Method in class com.port80.util.attr.Registry
- register(String, Collection) - Method in class com.port80.util.attr.Registry
- registeredNames(String) - Method in interface com.port80.util.attr.IRegistry
- registeredNames(String) - Method in class com.port80.util.attr.Registry
- registeredTypes() - Method in interface com.port80.util.attr.IRegistry
- registeredTypes() - Method in class com.port80.util.attr.Registry
- registry - Variable in class com.port80.util.attr.Registry
- removeAttr(String) - Method in class com.port80.util.attr.AttrTable
- removeAttr(String) - Method in interface com.port80.util.attr.IAttrTable
- Remove a local attribute.
- removeUnregisteredAttrs() - Method in class com.port80.util.attr.AttrTable
- Remove all unregistered attributes.
- removeUnregisteredAttrs() - Method in interface com.port80.util.attr.IAttrTable
- Remove all unregistered local attributes.
S
- StringAttrFactory - class com.port80.util.attr.StringAttrFactory.
- String attribute factory.
- StringAttrFactory() - Constructor for class com.port80.util.attr.StringAttrFactory
- setAttr(String, Object) - Method in class com.port80.util.attr.AttrTable
- Setting attributes always affect the local table only.
- setAttr(String, boolean) - Method in class com.port80.util.attr.AttrTable
- setAttr(String, int) - Method in class com.port80.util.attr.AttrTable
- setAttr(String, long) - Method in class com.port80.util.attr.AttrTable
- setAttr(String, float) - Method in class com.port80.util.attr.AttrTable
- setAttr(String, double) - Method in class com.port80.util.attr.AttrTable
- setAttr(String, Object) - Method in interface com.port80.util.attr.IAttrTable
- Set local attribute.
- setAttr(String, boolean) - Method in interface com.port80.util.attr.IAttrTable
- setAttr(String, int) - Method in interface com.port80.util.attr.IAttrTable
- setAttr(String, long) - Method in interface com.port80.util.attr.IAttrTable
- setAttr(String, float) - Method in interface com.port80.util.attr.IAttrTable
- setAttr(String, double) - Method in interface com.port80.util.attr.IAttrTable
- setAttrFromString(String, String) - Method in class com.port80.util.attr.AttrTable
- setAttrFromString(String, String) - Method in interface com.port80.util.attr.IAttrTable
T
- toString(Object) - Method in class com.port80.util.attr.BooleanAttrFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.BooleanAttrFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.ColorFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.ColorFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.DoubleAttrFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.DoubleAttrFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.FloatAttrFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.FloatAttrFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.FontFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.FontFactory
- The String representation of attribute type itself.
- toString(Object) - Method in interface com.port80.util.attr.IAttrFactory
- The String representation of an attribute value.
- toString() - Method in interface com.port80.util.attr.IAttrFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.IntAttrFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.IntAttrFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.LongAttrFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.LongAttrFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.PointFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.PointFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.RectFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.RectFactory
- The String representation of attribute type itself.
- toString(Object) - Method in class com.port80.util.attr.StringAttrFactory
- The String representation of an attribute value.
- toString() - Method in class com.port80.util.attr.StringAttrFactory
- The String representation of attribute type itself.
U
- unregister(String, String) - Method in interface com.port80.util.attr.IRegistry
- unregister(String, String[]) - Method in interface com.port80.util.attr.IRegistry
- unregister(String, Collection) - Method in interface com.port80.util.attr.IRegistry
- unregister(String, String) - Method in class com.port80.util.attr.Registry
- unregister(String, String[]) - Method in class com.port80.util.attr.Registry
- unregister(String, Collection) - Method in class com.port80.util.attr.Registry
V
- VERSION - Static variable in class com.port80.util.attr.AttrTable
- VERSIONNAME - Static variable in class com.port80.util.attr.AttrTable
A B C D F G H I L M N P R S T U V
|
|||||||||
| Home >> All >> com >> port80 >> util >> [ attr overview ] | PREV NEXT | ||||||||