summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/gui/tabs/collection
AgeCommit message (Collapse)Author
2014-10-07Repackage to org.cristaliseAndrew Branson
2014-10-03Rolled back the renaming of existing exceptions.Andrew Branson
2014-10-03Adapt to new ExceptionsAndrew Branson
2014-09-30Import cleanupAndrew Branson
2014-09-29Moved aggregation vertex classesAndrew Branson
2014-09-22ItemPath.fromUUIDString has been removed.Andrew Branson
2014-09-19Item.fromUUIDStringAndrew Branson
2014-09-16Support for abstract vertex propertiesAndrew Branson
2014-09-09Support move to using UUIDs and ItemPaths as Item identifiers instead ofAndrew Branson
ints.
2014-05-07Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
old 'Entity' superclasses should be removed, including proxies and paths. Very large change, breaks API compatibility with CRISTAL 2.x.
2013-07-23Missing @OverridesAndrew Branson
Import cleanup
2013-05-14Revert "Added missing generics declarations for Swing components"Andrew Branson
This reverts commit 094d1bd4e776c5a26ebd18fffa19a9515737e319.
2013-05-03Added missing generics declarations for Swing componentsAndrew Branson
2013-02-04Fix crash when trying to open a child Item from Dependency tree browser.Andrew Branson
Remove test module script.
2012-08-22Use Outcome.serialise for DOM to XML instead of deprecated Xerces.Andrew Branson
2012-08-03Menu item on collection members in the tree to remove them.Andrew Branson
Drag items onto dependencies to add them. Dependency view Logging cleanup Fixes #42
2012-07-06CastorXMLUtility is now a static member of gateway. Domain specificabranson
instances can be used by domain applications, but the maps do not interfere with the kernel.
2012-06-29More graph gui components. Selection moved from GraphModel to GraphPanelAndrew Branson
2012-06-26Initial refactor from kernelAndrew Branson