Search in sources :

Example 11 with SLDTree

use of com.sldeditor.ui.tree.SLDTree in project sldeditor by robward-scisys.

the class SLDTreeTest method testRedoAction.

/**
 * Test method for
 * {@link com.sldeditor.ui.tree.SLDTree#redoAction(com.sldeditor.common.undo.UndoInterface)}.
 */
@Test
public void testRedoAction() {
    SLDTree tree1 = new SLDTree(null, null);
    tree1.redoAction(null);
}
Also used : SLDTree(com.sldeditor.ui.tree.SLDTree) Test(org.junit.Test)

Aggregations

SLDTree (com.sldeditor.ui.tree.SLDTree)11 Test (org.junit.Test)10 RenderSymbolInterface (com.sldeditor.datasource.RenderSymbolInterface)3 PopulateDetailsInterface (com.sldeditor.ui.iface.PopulateDetailsInterface)3 SLDData (com.sldeditor.common.data.SLDData)2 File (java.io.File)2 URL (java.net.URL)2 StyledLayerDescriptor (org.geotools.styling.StyledLayerDescriptor)2 TreeSelectionData (com.sldeditor.TreeSelectionData)1 SymbolizerDetailsPanel (com.sldeditor.ui.detail.SymbolizerDetailsPanel)1 SLDTreeTools (com.sldeditor.ui.tree.SLDTreeTools)1 UpdateTreeStructureInterface (com.sldeditor.ui.tree.UpdateTreeStructureInterface)1