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

View File

@ -186,7 +186,9 @@ public class TreeView extends View implements ContextProvider, ActionProvider {
isAntialiasing = REGISTRY.get("antial", false);
model.setHideAncestorsIDs(REGISTRY.get("hide.ancestors", 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
contentRenderer = new ContentRenderer();
content = new Content();