Package ketUI.modes

Examples of ketUI.modes.DocumentState


  boolean updatePurpose;

  public FunctionList(Document document, JComponent source) {
    super(document, source);
    // TODO: Convert to a static final enum set field in DocumentState.
    DocumentState ds = document.getModes().getDocumentState();
    updatePurpose = ds==DocumentState.APPEND_PURPOSE || ds==DocumentState.PREPEND_PURPOSE || ds==DocumentState.QUICK_RENAME;
  }
View Full Code Here

TOP

Related Classes of ketUI.modes.DocumentState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.