com.jidesoft.swing.NavigationComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
/*
* @(#)NavigationComponent.java 11/6/2011
*
* Copyright 2002 - 2011 JIDE Software Inc. All rights reserved.
*/
package com.jidesoft.swing;
/**
* A markup interface to indicate a component is for the navigation. All navigation components have
* a consistent rollover and selection style.
*/
public interface NavigationComponent {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy