Changes to ButtonClasses.cld and ExpandAll.cld

master
sib12004 2015-10-14 19:25:56 -04:00
parent 6fd4d8b24e
commit 9e1f49ce86
3 changed files with 4551 additions and 1837 deletions

File diff suppressed because it is too large Load Diff

View File

@ -720,8 +720,8 @@
<constraint> <constraint>
<height>-1</height> <height>-1</height>
<width>-1</width> <width>-1</width>
<x>687</x> <x>657</x>
<y>362</y> <y>338</y>
</constraint> </constraint>
<sourceConnections/> <sourceConnections/>
<targetConnections> <targetConnections>
@ -2017,8 +2017,8 @@
<constraint> <constraint>
<height>-1</height> <height>-1</height>
<width>-1</width> <width>-1</width>
<x>501</x> <x>1058</x>
<y>364</y> <y>373</y>
</constraint> </constraint>
<sourceConnections/> <sourceConnections/>
<targetConnections/> <targetConnections/>
@ -3646,8 +3646,8 @@
<constraint> <constraint>
<height>-1</height> <height>-1</height>
<width>-1</width> <width>-1</width>
<x>87</x> <x>1054</x>
<y>1171</y> <y>13</y>
</constraint> </constraint>
<sourceConnections/> <sourceConnections/>
<targetConnections/> <targetConnections/>

View File

@ -186,7 +186,9 @@ public class TreeView extends View implements ContextProvider, ActionProvider {
isAntialiasing = REGISTRY.get("antial", false); isAntialiasing = REGISTRY.get("antial", false);
model.setHideAncestorsIDs(REGISTRY.get("hide.ancestors", new ArrayList<String>())); model.setHideAncestorsIDs(REGISTRY.get("hide.ancestors", new ArrayList<String>()));
model.setHideDescendantsIDs(REGISTRY.get("hide.descendants", new ArrayList<String>())); model.setHideDescendantsIDs(REGISTRY.get("hide.descendants", new ArrayList<String>()));
//Where we might put our code to clear if the button is pressed
// setup child components // setup child components
contentRenderer = new ContentRenderer(); contentRenderer = new ContentRenderer();
content = new Content(); content = new Content();