站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

PaletteModule (Common Palette) - NetBeans API Javadoc (Current Development Version)

org.netbeans.spi.palette/1 1.10

org.netbeans.spi.palette
Class PaletteModule

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.modules.ModuleInstall
          extended by org.netbeans.spi.palette.PaletteModule
All Implemented Interfaces:
Externalizable, Serializable

public class PaletteModule
extends ModuleInstall

Since:
1.10
See Also:
Serialized Form

Constructor Summary
PaletteModule()
          Creates a new instance of ModuleInstall
 
Method Summary
 void restored()
           
 
Methods inherited from class org.openide.modules.ModuleInstall
clearSharedData, close, closing, installed, uninstalled, updated, validate
 
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, initialize, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaletteModule

public PaletteModule()
Creates a new instance of ModuleInstall

Method Detail

restored

public void restored()
Overrides:
restored in class ModuleInstall

org.netbeans.spi.palette/1 1.10

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.