Method Summary |
|
public static ImageIcon | getIcon(XModel model) Gets the icon for the given model node type. |
public static ImageIcon | getIcon(String dataName) |
public static ImageIcon | getLoadingIcon() |
public static ImageIcon | getPojCollectionIcon() |
public static ImageIcon | getPojIteratorIcon() Gets the data visualiser icon representation of
the pojo collection iterator. |
public static ImageIcon | getPojMethodArgumentIcon() Gets the data visualiser icon representation of
the signel argument of the pojo method. |
public static ImageIcon | getPojMethodArgumentsIcon() Gets the data visualiser icon representation of
the arguments of the pojo method. |
public static ImageIcon | getPojTransientPropertyIcon() |
public static ImageIcon | getPojoPropertyIcon() Gets the data visualiser icon representation of the pojo property. |
public static Component | getVisualizer(XModel node, ModelVisualiserPanel panel) Returns the visualizer for the model node
Parameters: node - the XModel node Parameters: panel - panel that will contain returned component. |
public static boolean | isDbFieldModel(XModel model) Determines whether the model is database row
model node. |
public static boolean | isDbRowModel(XModel model) Determines whether the model is database row
model node. |
public static boolean | isDbTableModel(XModel model) Determines whether the model is database table
model node. |
public static boolean | isLoading(XModel model) |
public static boolean | isPojoCollectionProperty(XModel model) |
public static boolean | isPojoIterator(XModel model) Gets whether the specified model node represents
a pojo iterator. |
public static boolean | isPojoMethodArgument(XModel model) Gets whether the specified model node represents
one single argument of the pojo method. |
public static boolean | isPojoMethodArguments(XModel model) Gets whether the specified model node represents
arguments of the pojo method. |
public static boolean | isPojoModel(XModel model) Determines whether model is POJO model node. |
public static boolean | isPojoProperty(XModel model) Gets whehter the specified model node represents
a pojo property. |
public static boolean | isPojoTransientProperty(XModel model) Gets whether the specified model node represents
a transient pojo property. |
public static boolean | isStaticListModel(XModel model) |
public static boolean | isStaticTableModel(XModel model) |