Codebase list jd-gui / ada6e2d9-b36e-456e-bcab-1d1a1d06565c/upstream api / src / main / java / org / jd / gui / api / feature / FocusedTypeGettable.java
ada6e2d9-b36e-456e-bcab-1d1a1d06565c/upstream

Tree @ada6e2d9-b36e-456e-bcab-1d1a1d06565c/upstream (Download .tar.gz)

FocusedTypeGettable.java @ada6e2d9-b36e-456e-bcab-1d1a1d06565c/upstreamraw · history · blame

/*
 * Copyright (c) 2008-2019 Emmanuel Dupuy.
 * This project is distributed under the GPLv3 license.
 * This is a Copyleft license that gives the user the right to use,
 * copy and modify the code freely for non-commercial purposes.
 */

package org.jd.gui.api.feature;

public interface FocusedTypeGettable extends ContainerEntryGettable {
    String getFocusedTypeName();
}