isFriend(Class clazz) Checks whether a method (from where this isFriend method is called) is called from a specified class.
public static boolean
isFriend(Class clazz, String method) Checks whether a method (from where this isFriend method is called) is called from a specified method of a specified class.
public static boolean
isFriend(String className, String method) Checks whether a method (from where this isFriend method is called) is called from a specified method of a specified class.
public static void
warning(Object... messages) Prints a warning message.
Collects all component references from a property value.
Parameters: propertyValue - the property value for inspection Parameters: references - the hash set of components for storing results
Shows an error dialog with illegal-argument message.
Note: Usually used like: throw Debug.illegalArgument ("message");
Parameters: messages - the messages the exception that could be use for escaping from a method
Shows an error dialog with illegal-state message.
Note: Usually used like: throw Debug.illegalState ("message");
Parameters: messages - the messages the exception that could be use for escaping from a method
isComponentReferencedInRootTree
public static boolean isComponentReferencedInRootTree(DesignComponent referenceComponent)(Code)
Checks whether a specified component is referenced from the main tree of components under document root.
Parameters: referenceComponent - the reference component true, if the reference component is referenced
Checks whether a method (from where this isFriend method is called) is called from a specified class.
Parameters: clazz - the class true if it is called from friend class
Checks whether a method (from where this isFriend method is called) is called from a specified method of a specified class.
Parameters: clazz - the class Parameters: method - the method true if it is called from friend class
Checks whether a method (from where this isFriend method is called) is called from a specified method of a specified class.
Parameters: className - the class name Parameters: method - the method true if it is called from friend class
warning
public static void warning(Object... messages)(Code)
Prints a warning message.
Parameters: messages - the messages